上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 57 下一页

2012年12月9日

java 格式化字符串

摘要: 使用http://joda-time.sourceforge.net/:import java.util.Date;import org.joda.time.DateTime;import org.joda.time.format.DateTimeFormat;import org.joda.tim... 阅读全文

posted @ 2012-12-09 16:56 雨渐渐 阅读(614) 评论(0) 推荐(0) 编辑

2012年12月8日

vs2010 代码混淆 代码加密

摘要: http://hi.baidu.com/aihui8/item/ba74166d8b62cb08a0cf0f0cadd assemblies ---》 build projiect 将在debug下生成 Dotfuscated 文件夹即为混淆后的代码步骤1 将dotfuscated文件夹拷贝到bin下 然后复制debug下的文件 黏贴到dotfuscated下,不覆盖 阅读全文

posted @ 2012-12-08 17:53 雨渐渐 阅读(1213) 评论(0) 推荐(0) 编辑

2012年12月7日

eclipse导入项目类 JRE6.0 与JRE7.0

摘要: 阅读全文

posted @ 2012-12-07 14:41 雨渐渐 阅读(213) 评论(0) 推荐(0) 编辑

java 集合的类图

摘要: http://www.cnblogs.com/Bob-FD/archive/2012/09/20/2695437.html 阅读全文

posted @ 2012-12-07 11:02 雨渐渐 阅读(157) 评论(0) 推荐(0) 编辑

DateTime Java

摘要: DateTime dt = DateTime.Parse("2012-10-12"); Console.WriteLine(dt); dt = DateTime.Parse("2012-10-12 10:22:30"); 阅读全文

posted @ 2012-12-07 10:19 雨渐渐 阅读(101) 评论(0) 推荐(0) 编辑

2012年12月6日

获取Cookie(未测试)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace Cookie{ class Program { [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchURL, s... 阅读全文

posted @ 2012-12-06 16:22 雨渐渐 阅读(210) 评论(0) 推荐(0) 编辑

2012年12月5日

积压的哦,测测测

摘要: http://www.mkyong.com/java/jaxb-hello-world-example/http://www.chinasb.org/archives/2011/05/2143.shtml 阅读全文

posted @ 2012-12-05 17:16 雨渐渐 阅读(148) 评论(0) 推荐(0) 编辑

java XmlDocument

摘要: 可以参考的资料:http://blog.csdn.net/icecloud/article/details/7795需要引入的包为:jaxenxmlpullxstreamdom4jimport java.io.File;import java.util.List;import org.dom4j.Document;import org.dom4j.DocumentException;import org.dom4j.Element;import org.dom4j.io.SAXReader;public class TestXpath { @SuppressWarnings("unc 阅读全文

posted @ 2012-12-05 17:02 雨渐渐 阅读(478) 评论(0) 推荐(0) 编辑

构造xml并反序列化为实体

摘要: import org.dom4j.Document;import org.dom4j.DocumentHelper;import org.dom4j.Element;import com.thoughtworks.xstream.XStream;public class TestCreateXml { public static void main(String[] args) { XStream xs = new XStream(); Document doc = createXmlDocument(Student.class); Studen... 阅读全文

posted @ 2012-12-05 17:01 雨渐渐 阅读(197) 评论(0) 推荐(0) 编辑

2012年12月4日

json返回的数据时unicode

摘要: REXTENSION":"manjiusong:1;creditPay:1;vertical3C:0;verticalGame:0;sevendaysRefundment:1;matchScore:4.9;serviceScore:4.9;speedScore:4.9;realDescribe:1;genuineGuarantee:0;cod:0","ISHK":"0","ISGLOBAL":"0","SUBTITLE":"null"},{&qu 阅读全文

posted @ 2012-12-04 21:48 雨渐渐 阅读(459) 评论(0) 推荐(0) 编辑

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 57 下一页

导航