摘要:
public void JsonDemo() { string strJson = "{\"count\":\"5550\",\"status\": \"200\",\"message\": \"success\",\"show_data\":[{\"productsId\":\"10025\"}, 阅读全文
摘要:
sql jion 阅读全文
摘要:
DataTable dt=XXXX; StringBuilder JsonStr = new StringBuilder(); if (dt.Rows.Count > 0) { JsonStr.Append("["); for (int i = 0; i < dt.Rows.Count; i++) 阅读全文
摘要:
///调用事例 private void button5_Click(object sender, EventArgs e) { string pathPerc = @"E:\XX.jpg";//保存图片地址,名称和格式 string source = @"D\XX.jpg";//图片源文件路径 g 阅读全文
摘要:
1、第一步 定义参数 //主表TableA public class TableA { public List<TableB> AccidentImgByte { get; set; } } //子表TableB public class TableB{ public Byte[] Accident 阅读全文
摘要:
static string MoneyToUpper(string strAmount) { string functionReturnValue = null; bool IsNegative = false; // 是否是负数 if (strAmount.Trim().Substring(0, 阅读全文
摘要:
//是否存在相同 string a = "1,1,1"; string[] str = a.Split(','); if (str.Distinct().Count() == 1) { Console.WriteLine("1"); } else { Console.WriteLine("n"); 阅读全文
摘要:
1、合并 STUFF将利用FOR XML PATH生成的字符串中的前置逗号去掉 阅读全文
摘要:
1、添加完成后就可以直接在 Main方法直接写代码 static void Main(string[] args){ } 2、也可以using System.Windows.Forms;引入这个指向项目其他页面 static void Main(string[] args) { Applicatio 阅读全文
摘要:
解决方案: 删除C:\Users\Administrator\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0 \user.aconfig. 阅读全文