上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页
摘要: MyDB为待修复的数据库名称USEMASTERGOSP_CONFIGURE'ALLOWUPDATES',1RECONFIGUREWITHOVERRIDEGOALTERDATABASEMyDBSETEMERGENCYGOsp_dboption'MyDB','singleuser','true'GODBCCCHECKDB('MyDB','REPAIR_ALLOW_DATA_LOSS')GOALTERDATABASEMyDBSETONLINEGOsp_configure'allowupdates& 阅读全文
posted @ 2011-12-25 08:23 拼博之路 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 由于客户指定使用sqlserver2008作数据库,服务器上全是SQL2000,就是想再装一个SQL2008,用的不是默认实例,装完了,结果问题出现了,在客户端用SQL Server Management Studio连接,死活连接不上,用的是这种方式10.10.20.3\server08sapass给我报说什么管道连接上不上,去网上搜啊搜,气得我是真想骂娘啊,一个个的瞎JB说,又是外围管理器又是啥的,都没有球用,我是真怀疑了,妈的转个贴你就不能验证一下啊,郁闷死不多说了,说说我的方法吧,其实特简单开始-程序-Microsoft SQL Server 2008-配置工具-Sql Server配 阅读全文
posted @ 2011-06-27 17:08 拼博之路 阅读(7021) 评论(2) 推荐(0) 编辑
摘要: this.Invoke((EventHandler)(delegate{//pictureBox1.Image=img;txtCode.Text=getPicStr(img);}));不要再用Control.CheckForIllegalCrossThreadCalls = false;这种方法了,会有莫名其妙的错误 阅读全文
posted @ 2011-06-20 17:55 拼博之路 阅读(201) 评论(0) 推荐(0) 编辑
摘要: //打开注册表键 Microsoft.Win32.RegistryKey rk=Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Internet Settings",true); //设置代理可用 rk.SetValue("ProxyEnable",1); //设置代理IP和端口 rk.SetValue("ProxyServer","222.222.222.222:808"); r 阅读全文
posted @ 2011-05-12 10:50 拼博之路 阅读(506) 评论(0) 推荐(0) 编辑
摘要: Attribute:$(”p”).addClass(css中定义的样式类型);给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){returnthis.src});给某个元素添加属性/值$(”元素名称”).html();获得该元素内的内容(元素,文本等)$(”元素名称”).html(”<b>newstuff</b>”);给某 阅读全文
posted @ 2011-03-26 15:13 拼博之路 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 引用 using Microsoft.VisualBasic ,然后用 Strings.Replace   这样替换是不区分大小写的。 阅读全文
posted @ 2011-01-18 12:09 拼博之路 阅读(754) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2011-01-13 10:02 拼博之路 阅读(712) 评论(3) 推荐(1) 编辑
摘要: [代码] 阅读全文
posted @ 2010-12-25 10:19 拼博之路 阅读(392) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-12-22 11:08 拼博之路 阅读(366) 评论(0) 推荐(0) 编辑
摘要: str = Regex.Replace(str, "[\\s\\p{P}\n\r=$+¥^]", ""); 阅读全文
posted @ 2010-12-22 10:53 拼博之路 阅读(1789) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页