2011年9月30日
摘要: foreach (var item in mFiles) { string[] info = item.Name.Replace("." + item.Extension, "").Split('-'); using (var obj = ShellObject.FromParsingName(item.FullName)) ... 阅读全文
posted @ 2011-09-30 00:41 rolends1986 阅读(354) 评论(0) 推荐(0) 编辑
  2011年9月29日
摘要: item.OnValidateCode += new Tianya.ValidateCodeHandler(s_OnValidateCode);string s_OnValidateCode(object sender, ValidateCodeEventArgs args) { frmImage frm = new frmImage(args.Code); ... 阅读全文
posted @ 2011-09-29 16:32 rolends1986 阅读(463) 评论(0) 推荐(0) 编辑
  2011年9月22日
摘要: 1原来的效果//原-来′得?rft字?符?(vs向ò剪?贴ù板?写′数y据Y时±出?现?多à余à的?元a字?符?,不?知a道à原-因ò,求ó解a....)string rtf = (string)Clipboard.GetData(DataFormats.Rtf);#region 输?出?测a试?//var frm = new frmTextbox();//frm.SetText(rtf);//frm.ShowDialog();#endregion//字?符?串?rtf = System.Text.RegularE 阅读全文
posted @ 2011-09-22 20:20 rolends1986 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 元字符:正则表达式规定的一个特殊代码 \b:单词的开头或是结尾 \d:数字 *:同样是元字符,不过它代表的不是字符,也不是 位置,而是数量——它指定*前边的内容可以连续重 复使用任意次以使整个表达式得到匹配 .*:连在一起就意味着任意数量的不包含换行的字符 ^:字符串的开始 $:字符串的结束 \s:任意的空白字符 * 重复零次或更多次... 阅读全文
posted @ 2011-09-22 17:12 rolends1986 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 阅读全文
posted @ 2011-09-22 17:10 rolends1986 阅读(227) 评论(0) 推荐(0) 编辑
摘要: publicstaticstringToUnicodeString(thisstringstr){StringBuilderstrResult=newStringBuilder();if(!string.IsNullOrEmpty(str)){for(inti=0;i<str.Length;i++){strResult.Append("\\u");strResult.Append(((int)str[i]).ToString("x"));}}returnstrResult.ToString();}publicstaticstringFromUnic 阅读全文
posted @ 2011-09-22 16:40 rolends1986 阅读(13613) 评论(2) 推荐(4) 编辑
  2011年9月21日
摘要: functionImagesDelay(container){//离屏幕下方50像素内的图片加载varminBottom=50;varsrcData=newArray();varwaitingUrl="";varlastBottomX=0;//willserverdo//Replacesrcvarimgs=$(container).find("img");varid=0;imgs.each(function(){id++;varrect=this.getBoundingClientRect();$(this).attr("ld",&q 阅读全文
posted @ 2011-09-21 10:50 rolends1986 阅读(1745) 评论(0) 推荐(0) 编辑
  2011年3月21日
摘要: usingSystem;usingSystem.Linq;usingSystem.Activities;usingSystem.Activities.Statements;usingSystem.Collections.Generic;namespaceWorkflowConsoleApplication2{classProgram{publicstaticWorkflowApplicationInstance=null;staticvoidMain(string[]args){//WorkflowInvoker.Invoke(newWorkflow1());Instance=newWorkf 阅读全文
posted @ 2011-03-21 18:08 rolends1986 阅读(312) 评论(0) 推荐(0) 编辑
  2011年1月6日
摘要: [代码] 阅读全文
posted @ 2011-01-06 12:57 rolends1986 阅读(418) 评论(0) 推荐(0) 编辑
  2011年1月1日
摘要: [代码] 阅读全文
posted @ 2011-01-01 01:20 rolends1986 阅读(525) 评论(0) 推荐(0) 编辑