2013年3月18日

摘要: 1: license 相关的注册表读、写和修改2:license 相关日期的处理3:解密加密相关的处理4: UUID操作,如生成与从license取出的UUID比较5:处理license涉及的文件操作http://wenku.baidu.com/view/82daac7ba26925c52cc5bf69.htmlhttp://dl.google.com/eclipse/inst/d2wbpro/latest/3.6The selected wizard could not be started.Plug-in org.eclipse.wb.swing was unable to load cl 阅读全文
posted @ 2013-03-18 23:09 木叶堂 阅读(1451) 评论(0) 推荐(0) 编辑

2013年2月27日

摘要: delimiter $$Pattern p = Pattern.compile("^\\[(\\d(\\.\\d)?|10),(\\d(\\.\\d)?|10)\\]");#########################################################################xxxx # 对表xxx表预处理,# 生成导出临时表xxxx# author: xxx########################################################################drop procedure i 阅读全文
posted @ 2013-02-27 13:39 木叶堂 阅读(214) 评论(0) 推荐(0) 编辑

2013年1月24日

摘要: http://blog.csdn.net/rootsuper/article/details/8542236String resource = "MyXml.xml"; Reader reader = Resources.getResourceAsReader(resource); SqlSessionFactory ssf = new SqlSessionFactoryBuilder().build(reader); SqlSession session = ssf.openSession(); try { User user = (User) session.selec 阅读全文
posted @ 2013-01-24 23:07 木叶堂 阅读(1391) 评论(0) 推荐(0) 编辑

2013年1月15日

摘要: 09standy225aaabdCdjDgDABBfaahFaagbaaaEaahFaaeAaadaaafhaacAaacfaadBaahaaaahaaaeaaeFaadhaafcaafhaacdaafiaacDaahdaahaaahhhttp://hub.pactera.com/Login.aspxjava题:输入: 1:文件路径:String类型,指定的目标文件路径, 2:排序方法:boolean类型,true代表正序,False代表倒序,用以确定是保留早期的文件或者最近的文件(依赖于文件命名) 3:文件删除方式:char类型,保留文件遵照的方式:D(或d)代表按日期保留,N(或n)代表按 阅读全文
posted @ 2013-01-15 00:16 木叶堂 阅读(1343) 评论(0) 推荐(0) 编辑

2013年1月8日

摘要: <?xml version="1.0" encoding="UTF-8" standalone="no"?><profiles version="11"><profile kind="CodeFormatterProfile" name="ICPCI" version="11"><setting id="org.eclipse.jdt.core.formatter.comment.insert_new_l 阅读全文
posted @ 2013-01-08 18:18 木叶堂 阅读(216) 评论(0) 推荐(0) 编辑

2012年12月22日

摘要: <script>var fso = new ActiveXObject("Scripting.FileSystemObject");function readFile(filename) { //var fso = new ActiveXObject("Scripting.FileSystemObject"); var f = fso.OpenTextFile(filename, 1); var s = ""; while (!f.AtEndOfStream) s += f.ReadLine() + "\n&qu 阅读全文
posted @ 2012-12-22 16:30 木叶堂 阅读(393) 评论(0) 推荐(0) 编辑

2012年12月14日

摘要: 对应的C#代码at 12:00 shutdown -s12:00http://www.cnblogs.com/luckdv/articles/1728088.html?login=1[StructLayout(LayoutKind.Explicit)]public struct Input{ [FieldOffset(0)]public Int32 type; [FieldOffset(4)]public MouseInput mi; [FieldOffset(4)]public tagKEYBDINPUT ki; [FieldOffset(4)]pub... 阅读全文
posted @ 2012-12-14 00:00 木叶堂 阅读(3533) 评论(0) 推荐(0) 编辑

2012年11月29日

摘要: /*** JS copy指定文件到指定路径下* @param filepath 要copy的文件路径* @param path 把文件copy到这儿*/function jsCopyFileToPath(filepath,path){var fso = new ActiveXObject("Scripting.FileSystemObject");//取得目录对象var f = fso.GetFile(filepath); fso.CopyFile(f, path+f.Name);return true;}/*** JS copy指定文件夹下所有文件到指定路径下* @par 阅读全文
posted @ 2012-11-29 23:28 木叶堂 阅读(2614) 评论(0) 推荐(0) 编辑

2012年11月25日

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" / 阅读全文
posted @ 2012-11-25 00:15 木叶堂 阅读(165) 评论(0) 推荐(0) 编辑

2012年11月14日

摘要: http://www.cnblogs.com/jeffreyzhao/archive/2009/08/07/from-delegate-to-others-2.htmlhttp://www.cnblogs.com/lhb25/http://www.cnblogs.com/ilian/archive/2012/05/29/ilian-css3-round-corner.html兼容所有浏览器的圆角<form><textarea name="ar1" id="ar1" cols="30" rows="15&qu 阅读全文
posted @ 2012-11-14 17:07 木叶堂 阅读(125) 评论(0) 推荐(0) 编辑

导航