08 2016 档案

摘要:1. an very useful simple git guide link: http://rogerdudler.github.io/git-guide/index.zh.html 阅读全文
posted @ 2016-08-20 16:25 鱼悠游 阅读(154) 评论(0) 推荐(0)
摘要:1. checkout fatherDir下所有一级子目录下名称为text.txt的文件到change list 1234: p4 edit -c 1234 -t text+k "fatherDir\*\test.txt" 阅读全文
posted @ 2016-08-16 18:08 鱼悠游 阅读(468) 评论(0) 推荐(0)
摘要:In Comupter Secuity: from https://en.wikipedia.org/wiki/Sandbox_(computer_security) In computer security, a sandbox is a security mechanism for separa 阅读全文
posted @ 2016-08-05 16:36 鱼悠游 阅读(179) 评论(0) 推荐(0)
摘要:1. Java Classloader 链接: https://en.wikipedia.org/wiki/Java_Classloader 摘要: The Java Classloader is a part of the JRE that dynamically loads Java class 阅读全文
posted @ 2016-08-05 16:27 鱼悠游 阅读(220) 评论(0) 推荐(0)
摘要:Reference: https://spring.io/guides/gs/rest-service/ 参照上述链接进行操作,使用gradle build. 因为total new to this... 期间遇到的问题如下: 1. gradlew is not a command: 原因: ins 阅读全文
posted @ 2016-08-04 20:46 鱼悠游 阅读(269) 评论(0) 推荐(0)
摘要:1. git 阅读全文
posted @ 2016-08-04 16:16 鱼悠游 阅读(758) 评论(0) 推荐(0)