摘要:
https://www.sangfor.com.cn/product-and-solution/sangfor-security/27 阅读全文
摘要:
直接上代码: db.GetList<Draw2D>(x => x.ProductId == id && x.EditionNo == no) .OrderBy(x => x.CreateTime.Desc()) .ToList(); 这个无法排序!!! return db.GetList<Draw2 阅读全文
摘要:
源码如下: public Element(string label, string id) : this() { Label = label; Id = id; } public Element(string label, string id, string className) : this(la 阅读全文
摘要:
来源 int类型变量之间运算,无论是加减乘除得到的结果都是int类型,如果有一个更大范围的变量类型参与运算,那就是最大类型的,比如double int a = 10; int b = 3; double c = a / b; Console.WriteLine(c);//3 double d = a 阅读全文
摘要:
2020-03-04 closest():当点击确认按钮时,需要获取表单内容,此时就需要这个函数来查找他的指定父级元素..... $(this).closest("tr").find(".lotNo").val(str); 获取div中所有表单内容,并组成对象: $("#btnRegister"). 阅读全文
摘要:
2020-03-04 1. 字符串对比,是否相同 int string.Compare(string str1,string str2,ignoreCase:bool) 运用实例: /// <summary> /// 是否超级管理员 /// </summary> public bool IsSupe 阅读全文
摘要:
直接上代码: 千万级别差一秒,再加一个零,差5s左右,所以用Guid比较合理! 阅读全文
该文被密码保护。 阅读全文