上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页

2014年3月13日

无法识别的配置节点 applicationSettings/* Properties.Settings 解决方法

摘要: http://blog.csdn.net/yaoxtao/article/details/7766888 在项目中引用web service时,偶然出现 无法识别的配置节点 applicationSettings/* Properties.Settings 这样的问题 ApplicationS... 阅读全文

posted @ 2014-03-13 16:33 白马酒凉 阅读(180) 评论(0) 推荐(0) 编辑

2014年3月10日

How to change the default browser to debug with in Visual Studio 2008?

摘要: http://stackoverflow.com/questions/297298/how-to-change-the-default-browser-to-debug-with-in-visual-studio-2008 First click show all files. Then in... 阅读全文

posted @ 2014-03-10 15:05 白马酒凉 阅读(84) 评论(0) 推荐(0) 编辑

事务日志已满 请参阅sys.databases中的log_reuse_wait_desc列解决办法

摘要: http://www.myexception.cn/sql-server/153219.html http://blog.csdn.net/kedingboy12345/article/details/6282045 http://jimshu.blog.51cto.com/3171847/... 阅读全文

posted @ 2014-03-10 13:33 白马酒凉 阅读(428) 评论(0) 推荐(0) 编辑

VS tools

摘要: 官方下载,有免费也有试用的 http://visualstudiogallery.msdn.microsoft.com/ VS2012简单的使用感受+插件推荐 http://blog.sina.com.cn/s/blog_58c506600101b34t.html Visual Studio ... 阅读全文

posted @ 2014-03-10 13:29 白马酒凉 阅读(91) 评论(0) 推荐(0) 编辑

2014年3月7日

fputcsv

摘要: 1.a是從結尾添加,w是從頭添加,不知爲什麽 這樣寫最後一行會是錯的,似乎不會自動添加換行符,只有在最後以行寫上"\r\n",才會正確. $fp = sugar_fopen('file.csv','w'); fputcsv($fp, $this->_currentRow); fwri... 阅读全文

posted @ 2014-03-07 14:59 白马酒凉 阅读(120) 评论(0) 推荐(0) 编辑

2014年3月6日

How to connect oracle databse

摘要: 1. 下載客戶端Oracle Developer Tools for Visual Studio_32bit 安裝后通過配置tnsnames.ora指定連接 C:\app\user name\product\11.2.0\client_1\Network\Admin\ SERVER=(DESC... 阅读全文

posted @ 2014-03-06 17:37 白马酒凉 阅读(104) 评论(0) 推荐(0) 编辑

How to connect to MySQL database from Visual Studio VS2010 – problems with NET connectors

摘要: http://www.itcsolutions.eu/2010/09/09/how-to-connect-to-mysql-database-from-visual-studio-vs2010-problems-with-net-connectors/ 阅读全文

posted @ 2014-03-06 16:25 白马酒凉 阅读(92) 评论(0) 推荐(0) 编辑

2014年3月2日

【IDE探究】VS2010中的调试技巧

摘要: http://blog.csdn.net/yuyu2223/article/details/7555439 阅读全文

posted @ 2014-03-02 14:54 白马酒凉 阅读(81) 评论(0) 推荐(0) 编辑

C#中精确计时的一点收获

摘要: http://www.cnblogs.com/jintianhu/archive/2010/09/01/1815031.html 阅读全文

posted @ 2014-03-02 14:53 白马酒凉 阅读(97) 评论(0) 推荐(0) 编辑

2014年2月27日

Web service stop after running serveral hours

摘要: Error Message: 1. Error:Web service call "Test" execution failed 2. Error:Expected SOAP result, received SOAPfault 3. Error:Failed to retrieve outpu... 阅读全文

posted @ 2014-02-27 11:46 白马酒凉 阅读(147) 评论(0) 推荐(0) 编辑

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 37 下一页

导航