- 博客(4)
- 问答 (2)
- 收藏
- 关注
转载 时间戳转换
private DateTime ConvertStringToDateTime(string timeStamp) { DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1)); long lTime = lon...
2018-03-13 13:49:14
196
转载 get请求
public static string GetHttpResponse(string url, int Timeout) { ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;//SecurityProtocolType.Tls1.2; ...
2018-03-13 13:47:35
307
原创 Newtonsoft.Json反序列化
{ "status": "ok", "data": [ { "id": 2261130684, "symbol": "eosusdt", "account-id": 2147208, "amount": "11.307300000000000000", &
2018-03-13 13:46:01
345
原创 DataGridView表内按钮点击事件
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.RowIndex >= 0) { DataGridViewColumn column1 =...
2018-03-13 13:36:17
5135
空空如也
请教一个关于字符串分割的问题! c#
2017-11-05
C# 循环检测到指定值后,反复执行的问题。
2017-05-20
TA创建的收藏夹 TA关注的收藏夹
TA关注的人