#region/// /// 从字符串里随机得到,规定个数的字符串. /// /// /// /// private string GetRandomCode(string allChar,int CodeCount) { //string allChar = "1,2,3,4,5,6,...
分类:
其他好文 时间:
2014-06-29 06:14:25
阅读次数:
190
#Region Project Attributes #ApplicationLabel: SwitchingWindow #VersionCode: 20140615 #VersionName: 'SupportedOrientations possible values: unspecif...
分类:
其他好文 时间:
2014-06-19 07:55:52
阅读次数:
281
public partial class Index : System.Web.UI.Page{public string token = "AAA";//自己的 tokenprotected void Page_Load(object sender, EventArgs e){#region///...
分类:
微信 时间:
2014-06-18 20:55:16
阅读次数:
495
#Region Project Attributes #ApplicationLabel: MyFirstProgram #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, lan...
分类:
其他好文 时间:
2014-06-18 13:46:13
阅读次数:
254
silverlight目前开发的应用,想做到系统内注销后自动重新启动下sllauncher.exe,实现方式是通过WMI的COM接口,获取到当前应用的执行命令行(CommandLine);并通过shell运行;代码如下:#region
Using Sectionusing System;using ...
分类:
Web程序 时间:
2014-06-13 00:51:48
阅读次数:
306
今儿个发现Page_Load执行了两次,想不通。后来,经找资料,总算查出原因。1、在aspx页面上写了AutoEventWireup="true",这样Page_Load会自动执行一次。2、生成的后台(.cs)文件中有
#region Web Form Designer generated code...
分类:
其他好文 时间:
2014-06-12 23:44:51
阅读次数:
471
${"%u"+java.lang.Integer.toHexString(region.toString().charAt(s.toInt()))}
这样转换成的每个字符后面会有空行,用的时候需要regionUnicode.toSt...
分类:
其他好文 时间:
2014-06-12 17:47:11
阅读次数:
186
这里是利用MVC三个注入点中的:IDependencyResolver
进行注入在全局类中Global.asax代码如下: #region MVC Inject
System.Web.Mvc.DependencyResolver.SetResolver(new DaHua...
分类:
Web程序 时间:
2014-06-12 08:32:12
阅读次数:
367