摘要:
https://scotch.io/bar-talk/s-o-l-i-d-the-first-five-principles-of-object-oriented-designhttp://www.oodesign.com/interface-segregation-principle.html
阅读全文
posted @ 2015-11-01 13:34
phoenix13
阅读(152)
推荐(0)
编辑
摘要:
1. MVC in Djangohttp://stackoverflow.com/questions/6621653/django-vs-model-view-controllerhttps://www.quora.com/Python-and-Django-over-Java-Spring-who...
阅读全文
posted @ 2015-10-26 13:13
phoenix13
阅读(152)
推荐(0)
编辑
摘要:
1. execute default file (build.gradle)gradlew2. execute another filegradlew -b [filename]3. basic tasktask ta { println "from task ta"}another way ...
阅读全文
posted @ 2015-10-24 02:25
phoenix13
阅读(252)
推荐(0)
编辑
摘要:
1. printprintln "Hello Groovy!"you can use java in GroovySystem.out.println("Hello Groovy!");2. define variableGroovy is dynamically typed, type is op...
阅读全文
posted @ 2015-10-22 15:03
phoenix13
阅读(192)
推荐(0)
编辑
摘要:
1. change gradle versionin gradle/wrapper/gradle-wrapper.properties changedistributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.z...
阅读全文
posted @ 2015-10-22 14:01
phoenix13
阅读(106)
推荐(0)
编辑
摘要:
1. users-permissionUsers-permission is the permission that this app should acquire, so that the app can run properly.Standard permissions like: read c...
阅读全文
posted @ 2015-10-22 12:05
phoenix13
阅读(279)
推荐(0)
编辑
摘要:
1.Can you override private or static method in Java ?Read more:http://java67.blogspot.com/2012/09/top-10-tricky-java-interview-questions-answers.html#...
阅读全文
posted @ 2015-10-09 08:19
phoenix13
阅读(150)
推荐(0)
编辑
摘要:
What are MVP and MVC and what is the difference?http://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference谈谈MVC模式http://w...
阅读全文
posted @ 2015-10-07 11:57
phoenix13
阅读(113)
推荐(0)
编辑
摘要:
http://www.tutorialspoint.com/jdbc/jdbc-sample-code.htmmaven mysql mysql-connector-java 5.1.6example codepublic class DBUtil { public stat...
阅读全文
posted @ 2015-09-27 04:44
phoenix13
阅读(170)
推荐(0)
编辑
摘要:
1. diffenece between MVC and MVPhttp://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
阅读全文
posted @ 2015-09-23 14:08
phoenix13
阅读(117)
推荐(0)
编辑