摘要:
html:C#:var aRegexText = "";Regex aRegex = new Regex(aRegexText, RegexOptions.IgnoreCase);MatchCollection aMatchCollection = aRegex.Matches(aHtml); 阅读全文
摘要:
1.视图——大纲——显示子任务2.视图——大纲——隐藏子任务 阅读全文
摘要:
解决方案资源管理器:Ctrl键+W+S 阅读全文
摘要:
AsyncCallback aLoginCallback = delegate(IAsyncResult result) { ... 阅读全文
摘要:
var aIsoDateTimeConverter = new IsoDateTimeConverter();aIsoDateTimeConverter.DateTimeFormat = "yyyy-MM-dd HH:mm:ss";var aJson = JsonConvert.SerializeO... 阅读全文
摘要:
1.安装node.js2.安装jdk3.安装adt4.安装ant5.配置环境变量JAVA_HOMEC:\Program Files (x86)\Java\jdk1.7.0_45ANT_HOMED:\Program Files (x86)\apache-ant-1.9.4PATHD:\Program ... 阅读全文
摘要:
如何取消WIN7的共享密码把你的Guest帐号的密码设为空。如何设置呢?1、右键“计算机”-“管理”-“本地用户和组”-“用户”-右键帐号“Guest”-“设置密码”,然后直接点击确定,不予设置密码。2、下面你就可以到“网络和共享中心”中将“密码保护的共享”关闭。 阅读全文
摘要:
navigator.app.exitApp(); 阅读全文
摘要:
cordova create LynApp com.LynApp "LynApp"cd LynAppcordova platform add androidcordova buildPS:1.不能使用eclipse的export apk,测试过,会闪退2.cordova build命令会生成apk,... 阅读全文
摘要:
npm uninstallcordova-gnpm uninstall phonegap -g 阅读全文