Archive for 五月, 2009

My new phone

Posted: 30th 五月 2009 by admin in 硬件及其它

精彩的中国战机图

Posted: 27th 五月 2009 by admin in 生活
Tags:

http://bbs.voc.com.cn/topic-1932357-1-1.html

groovy 数据库连接

Posted: 26th 五月 2009 by admin in java

最近有空的时候在看groovy.下午看到了一个数据库连接的例子竟然花费了一个小时才调试通过。 开始的时候eclipse出问题,没办法只好重新下载一个。然后运行的时候提示找不到com.mysql.jdbc.Driver。原来是没有jdbc包。google了下找到这篇文章http://tellixu.javaeye.com/blog/166268。又下了一个mysql-connector-java-5.1.7.zip。解压后把mysql-connector-java-5.1.7-bin.jar加到项目的lib中就可以运行了。用了groovy后,数据库的代码很简单 import groovy.sql.Sql; import java.util.Properties; public class SqlTest {  public static void main(String[] args) {     Sql sql=Sql.newInstance("jdbc:mysql://xxxxx:3306/shuihu","shuihu", "pass","com.mysql.jdbc.Driver");   sql.eachRow("select * from p_chief "){    println it.id;   }  } }

原来要融资需要这样做!

Posted: 26th 五月 2009 by admin in 生活

喜马拉雅熊的文章篇篇精彩啊。 文章题目:你今天搞到钱了没? 文章出处http://www.spforum.net/xinwen/newsfile/17/174178.html

一个不错的对手机游戏的分析 原文出处:http://www.spforum.net/xinwen/newsfile/17/174142.html

随身听

Posted: 22nd 五月 2009 by admin in 生活