摘要: <project name="ant" default="release"> <!-- ANT环境变量 --> <property environment="env" /> <!-- 应用名称 --> <property name="appName" value="${ant.project.name}"/> <!-- SDK目录(获取操作系统环境变量ANDROID_SDK_HOME的值) --> <property 阅读全文
posted @ 2013-01-31 22:57 Chroime 阅读(207) 评论(0) 推荐(0)
摘要: 1 public void sendMsgAndgetMsg() { 2 3 HttpURLConnection connection = null; 4 RandomAccessFile randomAccessFile = null; 5 InputStream is = null; 6 7 try { 8 String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?></test>testxml-content<test>"; 9 ... 阅读全文
posted @ 2012-11-18 22:25 Chroime 阅读(199) 评论(0) 推荐(0)
摘要: at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at. 阅读全文
posted @ 2012-07-29 10:58 Chroime 阅读(2306) 评论(0) 推荐(0)