会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码家
Web Platform, Cloud and Mobile Application Development
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2011年9月29日
record
摘要: 心里想着是不是应该到北京发展,那里有个自己向往的企业,创新工场打开了好久没看的创新工场的主页,竟然看到了创新工场落户上海的消息。
阅读全文
posted @ 2011-09-29 16:41 海山
阅读(125)
评论(0)
推荐(0)
quartz和spring结合后的使用,模仿型
摘要: 没有真正理解内核,只是模仿使用。用来定时检验是否为工作日。applicationContext.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.or
阅读全文
posted @ 2011-09-29 14:41 海山
阅读(577)
评论(0)
推荐(0)
【2011.9.29】得到明天的时间,得到明天某时刻和现在的时间差(毫秒)
摘要: DateFormat df = DateFormat.getDateTimeInstance();//得到日期时间DateFormat dftom = DateFormat.getDateInstance(); //得到日期Date dateToday = new Date(System.currentTimeMillis());//当前时间(毫秒)Date dateTomorrow= new Date(dateToday.getTime()+24*60*60*1000);SimpleDateFormat formatter = new SimpleDateFormat("yyyy-
阅读全文
posted @ 2011-09-29 14:22 海山
阅读(266)
评论(0)
推荐(0)