2015-04-01から1ヶ月間の記事一覧

day6 C#

git hub visuan studio 2013 commmunityレポジトリ作成 ローカルにクローン ファイル追加 コミット&プッシュ ファイル更新ツール→ソース管理→microsoft git probiderに設定新しいツールいじるときにSandboxとか使ったりする。リポジトリ作成フリーアカウン…

day3

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;namespace ConsoleApplication7 { class Score { static void Main(string args) { int a = { 0, 1, 2, 3,4,5,6,7,8,9 }; var q = a.…

C# day2

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;namespace ConsoleApplication6 { // delegate void Sayit(string s); class Program { //クラスの引数の中にaction使うとさらにクラ…

visual C#メモ

2013comunitty edittion 商用じゃなければ制限なしで使える。全コンパイル可能していく流れありC#今はバージョン5クラスは、他だと関数とかファンクションハンドルしてくださいは、制御してください throwでいけるdelegate 例 using System; using System…

SDカード互換性があってない可能性あり、もしくはフォーマット?

USBSTOR このデバイスを開始できません。 (コード 10){操作の失敗} 要求した操作が失敗しました。デバイス USB\VID_05E1&PID_0B02\0123456789AC の開始中に問題が発生しました。ドライバー名: usbstor.inf クラス GUID: {36FC9E60-C465-11CF-8056-4445535400…