#region/// /// 从字符串里随机得到,规定个数的字符串. /// /// /// /// private string GetRandomCode(string allChar,int CodeCount) { //string allChar = "1,2,3,4,5,6,...
分类:
其他好文 时间:
2014-06-29 06:14:25
阅读次数:
190
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:
其他好文 时间:
2014-06-28 18:03:06
阅读次数:
238
正则表达式 查找{[a-zA-Z0-9]+} 替换成字符串属性 #region \1\n private string _\1 = "";\n public string \1\n {\n get \n {\n return _\1;\n }\n set \n {\n _\1 = value;\n ...
分类:
其他好文 时间:
2014-06-28 14:06:50
阅读次数:
127
param($a,$b )#region 关键代码:强迫以管理员权限运行$currentWi =[Security.Principal.WindowsIdentity]::GetCurrent()$currentWp =[Security.Principal.WindowsPrincipal]$cu...
分类:
其他好文 时间:
2014-06-28 10:32:29
阅读次数:
797
三极管的工作区在Spectre中通过静态工作点的region字段表示,具体表示如下:region:0:off1:fwd2:rev3:sat4:breakdown可在终端中输入 : ”spectre -h bjt“ 查看具体的字段的含义,里面包括了许多有用的信息。
分类:
其他好文 时间:
2014-06-26 00:42:51
阅读次数:
333
public static class Extension { #region [编码/解码统一转换] /// /// /// /// /// True为Encode;False为Decode ...
分类:
Web程序 时间:
2014-06-22 23:05:05
阅读次数:
274
#region 获取mvc 模型绑定的错误 /// /// 获得某个属性的错误ModelState错误信息 /// /// /// /// public static string Ge...
分类:
Web程序 时间:
2014-06-21 08:48:22
阅读次数:
218
#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