06 2014 档案

摘要:echo offcopy %systemroot%\system32\taskmgr.exe %systemroot%\system32\sethc.execopy %systemroot%\system32\taskmgr.exe %systemroot%\system32\dllcache\se... 阅读全文
posted @ 2014-06-30 20:41 哥,我还要 阅读(152) 评论(0) 推荐(0)
摘要:过滤HTMLpublic static string NoHTML(string html){ string[] strArray2 = new string[] { "font", "span", "div", "p" }; foreach (string str in strArra... 阅读全文
posted @ 2014-06-30 20:39 哥,我还要 阅读(145) 评论(0) 推荐(0)
摘要:Excel里面将头尾第一个字母保留,去除中间的用*号代替,主要是REPT函数的应用,一开始我还以为要自己写个自定义函数=LEFT(A1,1)&REPT("*",(LEN(A1)-2))&RIGHT(A1,1) 阅读全文
posted @ 2014-06-17 17:26 哥,我还要 阅读(683) 评论(0) 推荐(0)