phoenix13

导航

 
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

2015年2月6日

摘要: 1. change interface, add WebGet[OperationContract] [WebGet(UriTemplate = "l/{lower}/u/{upper}", ResponseFormat = WebMessageFormat.Json)] ... 阅读全文
posted @ 2015-02-06 14:49 phoenix13 阅读(229) 评论(0) 推荐(0) 编辑
 

2015年2月3日

摘要: http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/http://askubuntu.com/questions/29284/how-do-i-mount-... 阅读全文
posted @ 2015-02-03 10:41 phoenix13 阅读(299) 评论(0) 推荐(0) 编辑
 

2015年1月30日

摘要: https://wiki.postgresql.org/wiki/Things_to_find_out_about_when_moving_from_MySQL_to_PostgreSQLThings to find out about when moving from MySQL to Postg... 阅读全文
posted @ 2015-01-30 01:54 phoenix13 阅读(138) 评论(0) 推荐(0) 编辑
 

2015年1月28日

摘要: 1. python connect postgrehttps://wiki.postgresql.org/wiki/Using_psycopg2_with_PostgreSQL Using psycopg2 with PostgreSQLimport psycopg2import pprin... 阅读全文
posted @ 2015-01-28 12:13 phoenix13 阅读(282) 评论(0) 推荐(0) 编辑
 

2015年1月21日

摘要: 0. 名词解释IoC (Inversion of Control): 应用程序本身不负责依赖对象的创建和维护,而是由外部容器(Spring Container)负责创建和维护。1. 初始化Bean容器by classpathtry { context = new ClassPa... 阅读全文
posted @ 2015-01-21 00:53 phoenix13 阅读(135) 评论(0) 推荐(0) 编辑
 

2015年1月6日

摘要: Object Reflection is a feature in Java which provides a way to get reflective information about Java classes and objects, such as:1 Getting informat... 阅读全文
posted @ 2015-01-06 16:46 phoenix13 阅读(122) 评论(0) 推荐(0) 编辑
 

2014年11月21日

摘要: http://www.youtube.com/watch?v=1TPZetHaZ-A Introduction To NUnit1. create Nunit test case(1)new Project -> Class Library C#(2) add new item -> Cla... 阅读全文
posted @ 2014-11-21 02:33 phoenix13 阅读(286) 评论(0) 推荐(0) 编辑
 

2014年11月16日

摘要: 1. inputprint "What's your first name?"first_name = gets.chomp chomp will delete "\n" from the stringhttp://www.ruby-doc.org/docs/Tutorial/part_02/us... 阅读全文
posted @ 2014-11-16 06:29 phoenix13 阅读(102) 评论(0) 推荐(0) 编辑
 

2014年11月9日

摘要: 1. abstract class abstract class can have anything a normal class can have plus abstract method 2.interface only final variable and abstract method, c 阅读全文
posted @ 2014-11-09 07:06 phoenix13 阅读(256) 评论(0) 推荐(0) 编辑
 

2014年11月8日

摘要: 1. add a fragment to a viewFragmentManager fm = getFragmentManager();FragmentTransaction ft = fm.beginTransaction();ft.add(R.id.fragment_container, mF... 阅读全文
posted @ 2014-11-08 11:00 phoenix13 阅读(163) 评论(2) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页