会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hegang
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2015年10月8日
SQLServer idenity 字段跳值
摘要: 修改数据库实例的启动参数然后修改SQLServer启动参数,打开SQLServer configuration manager,然后选择服务实例,点击右键属性,查看实例的属性界面,然后启动参数选项输入- T272,然后保存数据后重启服务。
阅读全文
posted @ 2015-10-08 16:37 hegang
阅读(229)
评论(0)
推荐(0)
2015年5月31日
测试驱动框架
摘要: 在vs里面用NuGet获取下面三个包1,NUnit :用于编写测试类2,NUnitTestAdapter : vs的插件,用户在vs里面发现测试的类和方法3,RhinoMocks:模拟测试的数据
阅读全文
posted @ 2015-05-31 10:27 hegang
阅读(147)
评论(0)
推荐(0)
2015年5月8日
sql server 按分组拼接数据
摘要: SELECT B.id , LEFT(tempname, LEN(tempname) - 1) AS name FROM ( SELECT id , ( SELECT name + ',' ...
阅读全文
posted @ 2015-05-08 14:29 hegang
阅读(477)
评论(0)
推荐(0)
2015年5月3日
EF MYSQL 不能选择实体框架版本
摘要: web.config文件里面加如下配置,然后编译
阅读全文
posted @ 2015-05-03 16:18 hegang
阅读(405)
评论(0)
推荐(0)
2015年2月16日
asp.net Word Document Open return null
摘要:
阅读全文
posted @ 2015-02-16 15:58 hegang
阅读(163)
评论(0)
推荐(0)
2014年11月18日
vs命令行采集性能数据
摘要: VSPerfASPNETCmd /output:d://PerformanceReport.vsp http://localhost/store/cart.aspx
阅读全文
posted @ 2014-11-18 16:11 hegang
阅读(175)
评论(0)
推荐(0)
2014年8月21日
jquery 清空 iframe 的内容,,iframe自适应高度
摘要: $(iframe).contents().find("body").html("");iframe自适应高度 $("#AllDescription").load(function(){ var mainheight = $(this).contents().find("body").height(...
阅读全文
posted @ 2014-08-21 14:52 hegang
阅读(1551)
评论(0)
推荐(0)
2014年2月19日
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.
摘要: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.1:在“组件服务”中 依次找到 "组件服务"->"计算机"->"我的电脑"->"DCOM配置"。运行"中输入dcomcnfg.exe启动"组件服务"。 2:在"DCOM配置&quo
阅读全文
posted @ 2014-02-19 16:46 hegang
阅读(477)
评论(0)
推荐(0)
2014年1月30日
colorbox 自适应 高度
摘要: $(".example3").colorbox({ inline: true, scrolling: false , onComplete: function () { $(this).colorbox.resize(); } });
阅读全文
posted @ 2014-01-30 11:15 hegang
阅读(350)
评论(0)
推荐(0)
2013年12月25日
vs2010 A selected drive is no longer valid
摘要: visual studio 2010重新安装添加组件,报A selected drive is no longer valid错误。这个是由于已经安装了sp1,此时需要将sp1卸载掉,然后就可以安装了
阅读全文
posted @ 2013-12-25 20:39 hegang
阅读(302)
评论(0)
推荐(0)
下一页