码迷,mamicode.com
首页 >  
搜索关键字:file system check    ( 106627个结果
[20140504] ADO.NET客户端超时
背景: 最近总是出现客户端超时,那么根据超时进行排查 System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the o.....
分类:Web程序   时间:2014-05-05 11:16:29    阅读次数:346
excel设置文本格式
publicvoidToExcel(System.Web.UI.Controlctl,stringFileName){HttpContext.Current.Response.Charset="UTF-8";HttpContext.Current.Response.ContentEncoding=S...
分类:其他好文   时间:2014-05-04 20:38:49    阅读次数:405
.Net平台下实例类型无法转换成接口类型?
首先这种情况出现在应用程序启动前的方法里面。本想通过发射来实现一些功能。谁知道被这个坑了。碰到这种问题。已经相当无语了。同时也不知道该如何解决。望有能之士帮忙解答using System;using System.IO;using System.Linq;using System.Reflectio...
分类:Web程序   时间:2014-05-04 20:24:23    阅读次数:433
JDK+SDK 环境变量记录
每次换机子都要重新百度,自己又不能完整记住,所以记录下来CLASSPATH .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;JAVA_HOME C:\Program Files\Java\jdk1.7.0_01.....
分类:其他好文   时间:2014-05-04 20:22:33    阅读次数:358
关闭SublimeText自动更新
【关闭SublimeText自动更新】 1、找到Preferences -> Settings-User(设置用户) 2、在最后一个花括号结尾(“}”)前添加一句:”update_check":false,结果如图所示:
分类:其他好文   时间:2014-05-04 20:18:37    阅读次数:313
jdk w7环境变量配置
1、下载安装jdk, 选择自己想要的版本,jdk6 or jdk7 or other 2、右击“计算机”点击“属性”点击“高级系统设置”点击“环境变量”在系统变量下点击"新建" 名: JAVA_HOME 值: C:\Program Files\Java\jdk1.7.0_17 ...
分类:其他好文   时间:2014-05-04 20:01:42    阅读次数:354
【QTP-场景恢复】Post-Recovery Test Run Options Screen
Post-Recovery Test Run Options Screen When you clear the Add another recovery operation check box in the Recovery Operation screen and click next, the...
分类:其他好文   时间:2014-05-04 19:37:19    阅读次数:571
win 8.1 64位彻底删除王码98
安全模式C:\Windows\SysWOW64\删除:winwb98.IME和winwb98.MB注册表:找到王码五笔相关的项.一般在最下面的以字母E开头的文件夹.全部删除.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard La...
分类:Windows程序   时间:2014-05-04 19:10:20    阅读次数:405
pageHtml.cs
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.Collections.Specialized;namespace NewX...
分类:Web程序   时间:2014-05-04 19:04:08    阅读次数:437
托管c++ (CLI) String^ 到 std::string 的相互转化
#include "stdafx.h" #include #include #include using namespace msclr::interop; using namespace System; int main(array ^args) { // 为了可以打印wstring到控制台 std::wcout.imbue(std::locale("chs")); // 声明...
分类:编程语言   时间:2014-05-04 18:30:58    阅读次数:418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!