码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年9月29日

摘要: 心里想着是不是应该到北京发展,那里有个自己向往的企业,创新工场打开了好久没看的创新工场的主页,竟然看到了创新工场落户上海的消息。 阅读全文
posted @ 2011-09-29 16:41 海山 阅读(125) 评论(0) 推荐(0)

摘要: 没有真正理解内核,只是模仿使用。用来定时检验是否为工作日。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)

摘要: 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)