• 00
  • :
  • 00
  • :
  • 00
上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页
摘要: 到处可实例化的类 export default class GuaDanBLL { // 属性 db = null // 构造函数 constructor() { debugger } // 方法 add(item) { debugger var _request = this.db .transa 阅读全文
posted @ 2020-10-21 16:13 Garson_Zhang 阅读(504) 评论(0) 推荐(0) 编辑
摘要: https://download.red-gate.com/installers/SQLToolbelt/ 阅读全文
posted @ 2020-10-17 01:18 Garson_Zhang 阅读(100) 评论(0) 推荐(0) 编辑
摘要: data_Columns.RefreshEdit(); 阅读全文
posted @ 2020-10-16 14:07 Garson_Zhang 阅读(168) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Text; using System.Threading.Tasks; namespac 阅读全文
posted @ 2020-10-16 13:45 Garson_Zhang 阅读(120) 评论(0) 推荐(0) 编辑
摘要: System.Activator.CreateInstance(type); Assembly assembly; assembly.CreateInstance(item.MethodInfo.ReturnType.FullName); 阅读全文
posted @ 2020-10-10 17:58 Garson_Zhang 阅读(127) 评论(0) 推荐(0) 编辑
摘要: AndAlso和OrElse应该是vb。net引入的新运算符。因为用vb。net的时间还不是很长,之前我一直以为他们和and,or根本没有区别。现在终于明白,他们之间还是有很大区别的:AndAlso,OrElse相对于and,or最大的特性是会自动实现“最短路径”。所谓“最短路径”就是指:当第一个被 阅读全文
posted @ 2020-10-08 17:38 Garson_Zhang 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: public class DataListItem { public string RowID { get; set; } public string BusinessCode { get; set; } public string BusinessDescription { get; set; } 阅读全文
posted @ 2020-10-07 15:00 Garson_Zhang 阅读(414) 评论(0) 推荐(0) 编辑
摘要: public enum StringComparison { CurrentCulture, CurrentCultureIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase, Ordinal, OrdinalIgnoreCase } Cu 阅读全文
posted @ 2020-10-06 21:49 Garson_Zhang 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 参考: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershellhttps://docs.microsoft.com/zh-cn/ef/core/managing-schemas/scaffolding?tabs=do 阅读全文
posted @ 2020-10-06 19:44 Garson_Zhang 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 参考:反向工程-EF Core | Microsoft Docs https://docs.microsoft.com/zh-cn/ef/core/managing-schemas/scaffolding?tabs=dotnet-core-cli 注意:机密条件下必须保证项目能够运行 在模型目录下面 阅读全文
posted @ 2020-10-06 18:46 Garson_Zhang 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页