オープンソースの力

ITエンジニア、特にネット起業したい人向けブログです。

毎日OSSと起業会社紹介

2013-12-29から1日間の記事一覧

動画のデモ:面白いが、だめな十個のLinuxコマン..

オープンの力 動画のデモ:面白いが、だめな十個のLinuxコマンド 投稿者: 歩み ON 日, 12月 29, 2013 1、cmatrix cmatrixのインストール ~#sudo apt-get install cmatrix 操作効果 ~# cmatrix 投稿を見る »

Androidでネットワークがリターンしたデータを..

オープンの力 Androidでネットワークがリターンしたデータを取得する 投稿者: 敏@opentikara ON 日, 12月 29, 2013 public static String getString(String urlpath) throws Exception { URL url = new URL(urlpath); try { HttpURLConnection conn = (HttpU…

どのようにIOSのナビゲーションバーで複数のボタン..

オープンの力 どのようにIOSのナビゲーションバーで複数のボタンを配置するか 投稿者: 敏@opentikara ON 日, 12月 29, 2013 UIBarButtonItem *anotherButton = [[UIBarButtonItem alloc]initWithTitle:@"first" style:UITabBarSystemItemContactstarget:self…