[置顶] Tools

[置顶] 11度青春OldBoy『激励人的东西都是可泣的,记得多鞭策自己』

升级了

October 24, 2011 Views
Comments 0

还记得那个CT的图不?这次不是开玩笑了,心情很复杂,脚有点软软的感觉

我也从一道杠上升到两道杠了

脚软心慌,忐忑不安.....

阅读全文谈谈心愤愤俗

【SQL】查询用到了某个表或某段语句的所有存储过程

October 21, 2011 Views
Comments 0
折叠SQL Code复制内容到剪贴板
  1. select distinct object_name(id) from syscomments  
  2. where id in (select object_id from sys.objects where type ='P'--SQL2005及以上版本写法   
  3. --type = 'P'代表要查询的是 存储过程  
  4. --where id in (select id from sysobjects where type ='P')           --SQL2000写法  
  5. and text like '%tablename%'  

 

阅读全文知识库SQL  

【SQL】unable to load the requested database interface. pleas make sure both the int 解决方案

September 26, 2011 Views
Comments 0

解决方案:将数据库安装目录下的ntwdblib.dll拷贝到当前机器的system32目录下即可。

 ntwdblib.rar

阅读全文知识库解决方案  SQL  

【Google】谷歌的输入发支持语音录入了

September 23, 2011 Views
Comments 0

 

阅读全文谈谈心愤愤俗Google  语音  

【CSS】table表格边框样式

September 18, 2011 Views
Comments 0

阅读全文知识库CSS  table  细线  边框  样式  

【CSS】TD固定宽高、自动换行

September 18, 2011 Views
Comments 0

 

阅读全文知识库CSS  TD  宽高  自动  换行  

【SQL】按条件生成Insert语句

September 15, 2011 Views
Comments 0

效果图:

SQL2000,2005 测试通过

阅读全文知识库SQL  

【LOGO】360健康精灵VSAndroid机器人

September 15, 2011 Views
Comments 1

阅读全文谈谈心愤愤俗logo  VS  Android  360  

【C#】clickonce 发布安装时提示下载失败问题

September 15, 2011 Views
Comments 0

* 激活 D:\桌面\ftpTest.application 导致异常。 检测到下列失败消息:
+ 下载 file:///D:/桌面/ftpTest_1_0_0_6/ftpTest.exe.manifest 未成功。
+ 未能找到路径“D:\桌面\ftpTest_1_0_0_6\ftpTest.exe.manifest”的一部分。
+ 未能找到路径“D:\桌面\ftpTest_1_0_0_6\ftpTest.exe.manifest”的一部分。
+ 未能找到路径“D:\桌面\ftpTest_1_0_0_6\ftpTest.exe.manifest”的一部分。

 组件存储事务失败摘要
未检测到任何事务错误。

阅读全文知识库C#  clickonce  问题  

BCompare 应用程序发生错误 解决办法

September 13, 2011 Views
Comments 0
分页:[«]1[2][3][4][5][6][7][8][9][10][11][12][13][14][15][»]