`
jwfdp
  • 浏览: 46760 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论
文章列表
java 代码:   import org.quartz.JobExecutionContext;   import org.quartz.JobExecutionException;   import org.springframework.scheduling.quartz.QuartzJobBean;      public class TestJobBean 
在web应用中,可以通过spring的配置,实现定时器的作用 具体配置的代码如下:(如配置在applicationContext-services.xml中)   <bean id="buildHtml" parent="txProxyTemplate">             <property name=
linux: InputStreamReader isr = null; BufferedReader br = null; ProcessBuilder pb = new ProcessBuilder("sh", "-c", cmd.toString()); pb.redirectErrorStream(true); Process ps = pb.start(); isr = new InputStreamReader(ps.getInputStream()); br = new BufferedReader(isr); String ...
看新闻,移动要推OPhone,于是决定研究一下Android开发。 官方推荐使用Eclipse,上次用还是2年前,于是记录一下安装过程,最好能够帮到别人少走弯路。 1. 首先下载 JDK 和 Eclipse ,安装或解压。 2. 打开Eclipse,“Help”菜单下的“Install New Software”,点击“Add”,添加Google Android插件地址:https://dl-ssl.google.com/android/eclipse/ 。Eclipse会搜索站点地址,找出插件,一路默认安装就好了。 3. 下载Android SDK,标准地址googl ...
用eclipse 开发,在用ant编译web工程时,碰到java.lang.OutOfMemoryError: Java heap space异常 解决办法: 方法1、window->preferences->java->installed jres->(选择执行的jdk)edit... 把default vm arguments 的参数设为-Xms64m -Xmx512m
Global site tag (gtag.js) - Google Analytics