随笔分类 - C#
摘要:using System; using System.Configuration; using System.IO; namespace ToIO { public class WritLogAdapter { public static readonly WritLogAdapter Instan
阅读全文
摘要:using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatter
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System.
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace Dome1 { public ...
阅读全文
摘要:HashSet<string> hs = new HashSet<string>(listBuildCenterInformationCode); listBuildCenterInformationCode = hs.ToList();
阅读全文
摘要://get方法调用接口获取json文件内容 public void GetFunction() { string serviceAddress = "http://222.111.999.444:8687/tttr/usercrd/12/b7e50cb45a?userid=9999"; HttpWe
阅读全文
摘要:运算符<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--> 1.算数运算符 赋值运算符 等号在C#中并不是表示相等的意思,而是表示赋值,把等号右边的值赋值给 等号左边的变量 由等号连接的
阅读全文
摘要:变量: 1.作用 :可以让我们在计算机中存储数据 2.语法:变量类型 变量名=赋值; 3.常用的数据类型: int 整数类型 取值范围:最大2147483647;最小-2147483648 double 小数类型 取值范围:最大 1.79769e+308;最小-1.79769e+308 string
阅读全文

浙公网安备 33010602011771号