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