phoenix13

导航

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

2015年4月16日

摘要: http://stackoverflow.com/questions/3959692/rownum-in-postgresqlSELECT row_number() OVER (ORDER BY col1) AS i, e.col1, e.col2, ... FROM... 阅读全文
posted @ 2015-04-16 06:55 phoenix13 阅读(187) 评论(0) 推荐(0) 编辑
 

2015年4月13日

摘要: https://msdn.microsoft.com/en-us/library/bb943906.aspxBasic Queries (LINQ to XML)1. add to xml document public void sendMsg(string senderID, string re... 阅读全文
posted @ 2015-04-13 15:22 phoenix13 阅读(192) 评论(0) 推荐(0) 编辑
 

2015年4月11日

摘要: import pymysqlconn = pymysql.connect(host='localhost', port=3306, user='root', passwd='123456', db='mydb')cur = conn.cursor()cur.execute("SELECT * FRO... 阅读全文
posted @ 2015-04-11 08:36 phoenix13 阅读(207) 评论(0) 推荐(0) 编辑
 
摘要: http://www.cc.gatech.edu/classes/AY2012/cs2316_fall/presentations/HOWTO_install_pymysql_windows.pdf1. go to the fold of the package you want to instal... 阅读全文
posted @ 2015-04-11 08:28 phoenix13 阅读(314) 评论(0) 推荐(0) 编辑
 

2015年3月25日

摘要: 1.Single Responsibility Principlehttp://www.oodesign.com/single-responsibility-principle.html2.Open/Closed Principleopen for extension, but closed for... 阅读全文
posted @ 2015-03-25 06:17 phoenix13 阅读(127) 评论(0) 推荐(0) 编辑
 

2015年3月21日

摘要: http://stackoverflow.com/questions/183254/what-is-a-postbackwhen a button is clicked, data will be send to server as a POST request. After server repl... 阅读全文
posted @ 2015-03-21 08:32 phoenix13 阅读(214) 评论(0) 推荐(0) 编辑
 

2015年2月20日

摘要: 1. folder foriisexpress.exeC:\Program Files (x86)\IIS Express2. folder for websiteC:\Users\Steve\Documents\My Web Sites3. folder for configuration fil... 阅读全文
posted @ 2015-02-20 06:35 phoenix13 阅读(200) 评论(0) 推荐(0) 编辑
 

2015年2月11日

摘要: this code will count the number of words in a text file.package geo1.op1;import org.apache.spark.SparkConf;import org.apache.spark.api.java.JavaPairRD... 阅读全文
posted @ 2015-02-11 11:44 phoenix13 阅读(381) 评论(0) 推荐(0) 编辑
 

2015年2月8日

摘要: http://justjavac.iteye.com/blog/698029Android:Layouts介绍http://www.cnblogs.com/skynet/archive/2010/06/06/1752616.htmlAndroid 开发之旅:view的几种布局方式及实践1.Frame... 阅读全文
posted @ 2015-02-08 05:53 phoenix13 阅读(185) 评论(0) 推荐(0) 编辑
 

2015年2月7日

摘要: http://samples.msdn.microsoft.com/Silverlight/SampleBrowser/index.htm#/ Silverlight Documentation Sampleshttps://social.msdn.microsoft.com/Forums/silv... 阅读全文
posted @ 2015-02-07 10:58 phoenix13 阅读(243) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页