码迷,mamicode.com
首页 >  
搜索关键字:ubuntu system settings    ( 82153个结果
WP开发笔记——日期时间DateTime.Now函数
//2008年4月24日 System.DateTime.Now.ToString("D"); //2008-4-24 System.DateTime.Now.ToString("d"); //2008年4月24日 16:30:15 System.D...
分类:其他好文   时间:2014-05-05 12:07:58    阅读次数:272
GetDirectories 出错的解决方法
我想找到D盘里面所有 "*.pst文件,类似 windows 下的磁盘搜索功能,using System.IO;Directory.GetFiles(@"d:\", "*.pst", SearchOption.AllDirectories)测试环境为win7 提示说 某某目录没有访问权限。获得文件属...
分类:其他好文   时间:2014-05-05 11:37:06    阅读次数:309
ashx里使用session
ashx里使用session添加命名空间using System.Web.SessionState;实现一个接口 IRequiresSessionState
分类:其他好文   时间:2014-05-05 11:20:51    阅读次数:278
[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
centos,fedora,ubuntu,opensuse感想
最先接触的是ubuntu,貌似身边同学用的最多,出了什么问题,网上解决方法也很多,但是后来学鸟哥私房菜,就按照他说的在实验室电脑装了一个centos,果然为服务器而生,稳定得很,界面朴素,装日常软件比较麻烦,见前两篇随笔,而后由于实验室电脑台式机硬盘500G,所以在同学装fedora时又顺手加装了个...
分类:其他好文   时间:2014-05-04 20:21:10    阅读次数:413
关闭SublimeText自动更新
【关闭SublimeText自动更新】 1、找到Preferences -> Settings-User(设置用户) 2、在最后一个花括号结尾(“}”)前添加一句:”update_check":false,结果如图所示:
分类:其他好文   时间:2014-05-04 20:18:37    阅读次数:313
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
修改Cygwin的默认启动路径
原先启动Cygwin后,pwd显示:C:\Documents and Settings\Administrator@IBM-EBDC0EAC4B7 ~$ pwdC:\Documents and Settings\Administrator输入env查看目前系统有哪些环境变量:可以找到HOME=C:\...
分类:Windows程序   时间:2014-05-04 19:05:57    阅读次数:520
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!