phoenix13

导航

 
上一页 1 2 3 4 5 6 ··· 15 下一页

2015年11月1日

摘要: 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 阅读(151) 评论(0) 推荐(0) 编辑
 

2015年10月26日

摘要: 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 阅读(149) 评论(0) 推荐(0) 编辑
 

2015年10月24日

摘要: 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 阅读(247) 评论(0) 推荐(0) 编辑
 

2015年10月22日

摘要: 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 阅读(191) 评论(0) 推荐(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) 推荐(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 阅读(277) 评论(0) 推荐(0) 编辑
 

2015年10月9日

摘要: 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 阅读(148) 评论(0) 推荐(0) 编辑
 

2015年10月7日

摘要: 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 阅读(112) 评论(0) 推荐(0) 编辑
 

2015年9月27日

摘要: 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 阅读(169) 评论(0) 推荐(0) 编辑
 

2015年9月23日

摘要: 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 阅读(116) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 ··· 15 下一页