俗话说的好,工欲善其事,必先利其器。
入门WP开发之前,免不了要先接触开发环境和开发工具。使用WP7 SDK进行开发,我们需要掌握SDK的一些实用技巧,以便我们的开发。一、开启/关闭电脑键盘输入
WP7模拟器默认状态只能通过模拟出来的QWERTY键盘输入,用鼠标一个一个点太慢...
分类:
其他好文 时间:
2014-05-05 12:24:55
阅读次数:
241
//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
微软推送全平台IE零日漏洞补丁2014.05.2 3 Comments 207
views今天,微软正式发布IE安全补丁,修复4月底曝光的零日漏洞。用户可通过Windows
Update自动更新服务,获取这枚“重要”级别的IE浏览器安全补丁。需要注意的是,此前微软宣布已经停止服务支持的 Window...
分类:
Web程序 时间:
2014-05-05 12:04:31
阅读次数:
374
我想找到D盘里面所有 "*.pst文件,类似 windows 下的磁盘搜索功能,using
System.IO;Directory.GetFiles(@"d:\", "*.pst",
SearchOption.AllDirectories)测试环境为win7 提示说 某某目录没有访问权限。获得文件属...
分类:
其他好文 时间:
2014-05-05 11:37:06
阅读次数:
309
ashx里使用session添加命名空间using
System.Web.SessionState;实现一个接口 IRequiresSessionState
分类:
其他好文 时间:
2014-05-05 11:20:51
阅读次数:
278
背景: 最近总是出现客户端超时,那么根据超时进行排查
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
publicvoidToExcel(System.Web.UI.Controlctl,stringFileName){HttpContext.Current.Response.Charset="UTF-8";HttpContext.Current.Response.ContentEncoding=S...
分类:
其他好文 时间:
2014-05-04 20:38:49
阅读次数:
405
首先这种情况出现在应用程序启动前的方法里面。本想通过发射来实现一些功能。谁知道被这个坑了。碰到这种问题。已经相当无语了。同时也不知道该如何解决。望有能之士帮忙解答using
System;using System.IO;using System.Linq;using System.Reflectio...
分类:
Web程序 时间:
2014-05-04 20:24:23
阅读次数:
433
Linux的内核和System Call不好调试,参考这里:
http://stackoverflow.com/questions/5999205/cannot-step-into-system-call-source-code
简单来说,如果想在本机调试system call,那么当你进入system call时,系统已经在挂起状态了,那么它又怎样能响应用户的输入?
所以,有一个UML...
分类:
数据库 时间:
2014-05-04 09:28:22
阅读次数:
463
Over the years, people discovered the concept of
a memory hierarchy,...
分类:
其他好文 时间:
2014-05-04 09:03:17
阅读次数:
247