代码改变世界

阅读排行榜

Andriod Studio 解决问题 Failed to resolve: com.android.support:appcompat-v7:28.+

2018-06-14 15:42 by newbirth, 20126 阅读, 收藏,
摘要: Andriod Studio报错提示: Error:(26, 13) Failed to resolve: com.android.support:appcompat-v7:28.+ 原因:Andriod Studio所使用的sdk版本与build.gradle配置文件中的配置不符, 阅读全文

c# 模拟POST上传文件到服务器

2016-09-14 09:40 by newbirth, 10475 阅读, 收藏,
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.IO; using System.Text; using System.Net; namespace HuaTong.General.Utility { /// //... 阅读全文

c# 获取机器硬件信息 (硬盘,cpu,内存等)

2016-09-14 09:46 by newbirth, 9988 阅读, 收藏,
摘要: using System; using System.Collections.Generic; using System.Globalization; using System.Management; using System.IO; using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; ... 阅读全文

c# winform捕获全局异常,并记录日志

2016-09-23 13:55 by newbirth, 9227 阅读, 收藏,
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.IO; namespace OrderSplit { static class Program { /// /// 应用程序的主入... 阅读全文

c# excel转换为DataTable

2016-08-11 16:56 by newbirth, 8189 阅读, 收藏,
摘要: System.Data.DataTable GetDataFromExcelByCom(bool hasTitle, string fileName) { //OpenFileDialog openFile = new OpenFileDialog(); //openFile.Filter = "Excel(*.xlsx)|*.x... 阅读全文
1 2 3 4 5 ··· 16 下一页