摘要:
1 2 3 4 5 6 Index20140825 7 8 9 10 11 12 13 14 document.getElementById('btn').ownerDocument.nodeName 返回节点所属的根元素documen... 阅读全文
2014年8月25日 #
2014年8月21日 #
摘要:
SQL2008:C:\Users\TQ\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.binSQL2012:C:\Users\TQ\AppData\Roaming\Microsoft\SQL Serv... 阅读全文
2014年7月23日 #
2014年7月22日 #
摘要:
GetBuffer():Note that the buffer contains allocated bytes which might be unused. For example, if the string "test" is written into the MemoryStream ob... 阅读全文
2014年6月17日 #
摘要:
1 public class BaseDAL where T : class,new() 2 { 3 protected DbContext dbContext = DbContextFactory.GetCurrentDbContext(); 4 5 protected DbS... 阅读全文
2014年5月30日 #
摘要:
1 CREATE PROC usp_OrgPage_SQL 2 @pageIndex INT, 3 @pageSize INT, 4 @totalCount INT OUTPUT 5 AS 6 BEGIN 7 SET @totalCount = (SELECT COUNT(... 阅读全文
2014年5月13日 #
摘要:
1、在WCF.Controller中定义了一个UserModel,标记为①2、在WCF.Controller.Model中定义了一个UserModel(同上,namespace不同),标记为②3、在WCF.Controller中引用UserModel,没有任何疑问,引用的是①中的UserModel ... 阅读全文
2014年5月7日 #
摘要:
core没有图形界面,只有power shell界面,给没有图形界面的windows用的。 阅读全文
2014年5月6日 #
摘要:
声明:本人也是第一次用EF连接mysql生成实体模型经过试验:mysql-connector-net-6.6.6 可以支持VS2012mysql-connector-net-6.3.9 可以支持VS2010不要尝试用新版本,新版本中已经去除了和vs的集成模块新版本安装后发现没有Visual Stud... 阅读全文
摘要:
解决方案:(参考以下命令)1、win+R键输入cmd敲回车进入dos界面; 2、输入cd d:/mysql-5.5.25/bin敲回车,发现没变化; 3、输入d:敲回车,定位到d:\mysql-5.5.25\bin> 4、输入mysqld.exe -install敲回车,显示 Servicesucc... 阅读全文