- 博客(5)
- 资源 (3)
- 收藏
- 关注
原创 linux 查看进程启动时间包含时分秒
# ps -eo pid,cmd,lstart | head PID CMD STARTED 1 /sbin/init Sat Jun 10 04:43:28 2017 2 [kthreadd] Sat Jun 10 04:
2017-07-11 16:16:37
1136
转载 JS保存文件到本地
function fake_click(obj) { var ev = document.createEvent("MouseEvents"); ev.initMouseEvent( "click", true, false, window, 0, 0, 0, 0, 0 , false, false, false, false, 0, null
2017-04-29 08:18:25
10983
转载 postgresql给列添加注释信息
来源 http://www.itdouzi.com/postgresql/postgresql-add-comments.htmlpostgresql给列添加注释信息代码如下:1234567create table user( userid int not null, phonenumber int); comment on column user.
2017-04-18 23:56:01
25841
1
转载 akka actor guice依赖注入
转载地址:http://www.itdouzi.com/java/134.html使用google Guice 框架注入actorGuiceActorProducer123456789101112131415161718192021public class GuiceActorProducer implements IndirectActorProducer
2017-04-16 01:39:40
740
转载 java8时间API
Java 8日期/时间( Date/Time)API是java8很重要的新增内容,也是开发人员最受追捧的变化之一,Java从一开始就没有对日期时间处理的一致性方法,因此日期/时间API也是除Java核心API以外另一项倍受欢迎的内容。为什么我们需要新的Java日期/时间API?在Java中,现有的与日期和时间相关的类存在诸多问题,其中有:Java的日期/时间类的定义并不一致,在
2017-04-16 01:13:04
791
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅