b2ox
|
codepad
|
|
b2ox
|
Saved pastes by b2ox:
// .Net4
// HttpWebRequestなデータ取得方法
// こっちはうまく動いてる
using System;
using System.Collections.Generic;
|
view (287 lines) |
// .Net4.5
// HttpClientな取得方法
// ログインしてPHPSESSIDは取れてるっぽいけど、その後のデータ取得がうまくいかない。なぜ?
using System;
using System.Collections.Generic;
|
view (283 lines) |
// TransposeEx.cs for Cadencii 3.0.2
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.IO;
|
view (97 lines) |
// TransposeEx.cs for Cadencii 3.0.2
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.IO;
|
view (101 lines) |