上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 401 下一页
摘要: 运算符重载看起来与标准静态方法声明类似,但它们使用关键字operator和运算符本身,而不是一个方法名:public static 返回类型 operator +(类型1 变量1,类型2 变量2){ //返回类型,类型1,类型2 ,可以相同,也可以全部不同}如果使用混合类型的话,需要注意的是,不... 阅读全文
posted @ 2015-04-07 17:45 ChuckLu 阅读(571) 评论(0) 推荐(0)
摘要: 从此链接下载的http://www.uzzf.com/soft/85836.html1.安装之前,先去控制面板将VS自带的dotfuscator卸载掉2.关闭360安全卫士3.安装下载的程序安装之后,打开程序1.创建一个新的project,全局设置2.初始的界面是input界面上,选择打开F:\So... 阅读全文
posted @ 2015-04-07 10:56 ChuckLu 阅读(293) 评论(0) 推荐(0)
摘要: 2009年04月28日Top 10 steps to optimize data access in SQL Server: Part I (use indexing)2009年06月01日Top 10 steps to optimize data access in SQL Server: Par... 阅读全文
posted @ 2015-04-02 16:53 ChuckLu 阅读(158) 评论(0) 推荐(0)
摘要: How I explained OOD to my wife 2010-08-02 Introduction My wife Farhana wants to resume her career as a software developer (she started her career as a 阅读全文
posted @ 2015-04-02 16:50 ChuckLu 阅读(315) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/.NET_Framework_version_history 阅读全文
posted @ 2015-04-01 13:43 ChuckLu 阅读(205) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/193537/C-4-Tuples 阅读全文
posted @ 2015-04-01 13:35 ChuckLu 阅读(268) 评论(0) 推荐(0)
摘要: using System.Data.Common; private void Method1() { DataTable table = DbProviderFactories.GetFactoryClasses(); dataGridVi... 阅读全文
posted @ 2015-03-25 10:54 ChuckLu 阅读(529) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/zh-cn/library/system.data.sqlclient.sqltransaction(v=vs.110).aspxprivate static void ExecuteSqlTransaction(string connectio... 阅读全文
posted @ 2015-03-25 09:08 ChuckLu 阅读(481) 评论(0) 推荐(0)
摘要: System.Data.SqlTypesSqlDbType 枚举类型Specifies SQL Server-specific data type of a field, property, for use in a SqlParameter. 阅读全文
posted @ 2015-03-25 08:54 ChuckLu 阅读(262) 评论(0) 推荐(0)
摘要: 菜单栏上的工具-->选项-->设计器-->表设计器和数据库设计器 取消勾选 阻止保存要求重新创建表的更改 Tools-->Options-->Designers-->Table and Database Designers 安装了redgate的插件,似乎这个勾选不去掉也可以工作 阅读全文
posted @ 2015-03-24 16:40 ChuckLu 阅读(258) 评论(0) 推荐(0)
上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 401 下一页