上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 40 下一页
摘要: 【1】等待不苦,苦的是没有希望的等待。【2】 看的开一点,伤的就会少一点。【3】许多事情,总是在经历以后才会懂得,一如感情:错过了,遗憾了,才知道其实生活并不需要这么多无谓的执著。【4】人生就像一列车,车上总有形形色色的人穿梭往来。你也可能会在车上遇到很多你以为有缘分的人,但是车也会有停下来的时候,总会有人从人生这列车上上下下,当你下去的时候你挥挥手,一转身你能记住的只有回家的路。【5】不要欠朋友... 阅读全文
posted @ 2010-06-25 22:11 xngeer 阅读(191) 评论(0) 推荐(0)
摘要: 以上就是今天上午一系列事件的总结,呵呵 预约好几天了,今天终于到了去献血的日子。一大清早的,我和超人就按预定计划赶往医院。路上超人说他自己有点儿小感,嗓子也不太舒服,可能会被打回来。我倒是感觉良好。身体这个东西吗,咱也算是一佐汉啊。 我不经常到那边去,那儿靠近北邮北师,是超人的老窝了,他熟。一路上他给我指这儿指那儿,提到N个美眉聚集区。但可能是由于太早了,没享上眼福。 到了那儿,居然已经有二... 阅读全文
posted @ 2010-06-25 19:55 xngeer 阅读(162) 评论(0) 推荐(0)
摘要: 1,信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ...Tomcat6使用了Apache下一个叫Apache Portable Runtime(APR)... 阅读全文
posted @ 2010-06-24 10:54 xngeer 阅读(452) 评论(0) 推荐(0)
摘要: 呵呵,有点儿像当年看着没信号的电视。。。下一步要把它用在ArcGIS Server上。代码 阅读全文
posted @ 2010-06-24 10:01 xngeer 阅读(3527) 评论(2) 推荐(0)
摘要: 方法一:ResultSet转换为List的方法private static List convertList(ResultSet rs) throws SQLException {List list = new ArrayList();ResultSetMetaData md = rs.getMetaData();int columnCount = md.getColumnCount(); //M... 阅读全文
posted @ 2010-06-24 09:03 xngeer 阅读(11940) 评论(1) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2010-06-23 13:55 xngeer 阅读(1) 评论(0) 推荐(0)
摘要: eclipse : http://www.eclipse.org eclipse project downloads : http://download.eclipse.org/eclipse/downloads/eclipse 中文语言包[3.1.x]:http://download.eclipse.org/eclipse/downloads/drops/L-3.1.1_Language_Pac... 阅读全文
posted @ 2010-06-23 13:28 xngeer 阅读(4286) 评论(0) 推荐(0)
摘要: 小弟,可安好? 阅读全文
posted @ 2010-06-23 10:21 xngeer 阅读(154) 评论(0) 推荐(0)
摘要: The Positive Meanings of Love We'd like to share some of the positive meanings love has for us. Love means that I know the person I love. I'm aware of the many sides of the other person — not ju... 阅读全文
posted @ 2010-06-23 10:11 xngeer 阅读(326) 评论(0) 推荐(0)
摘要: 1.一定要有独立的人格、独立的思想。一个经过独立思考而坚持错误观点的人比一个不假思索而接受正确观点的人更值得肯定。不要成为灌输教育的牺牲品。2.仕途,商界,学术。大致说来,每个人都注定要走上三条道路中的某一条。在进行职业生涯规划的时候,不妨以此作为思考的出发点。根据不同的职业生涯规划来塑造各自的核心竞争力。只有知道自己以后要做什么,才能知道自己应该学什么。3.专业无冷热,学校无高低。没有哪个用人单... 阅读全文
posted @ 2010-06-23 10:11 xngeer 阅读(143) 评论(0) 推荐(0)
摘要: Today I have been thinking about what is love,and what is real love.This question puzzled me when I break up with my first boyfriend,with whom I went through my frist love process for about 4 years.At... 阅读全文
posted @ 2010-06-23 10:10 xngeer 阅读(263) 评论(0) 推荐(0)
摘要: package com.mail;import java.util.Date;/*** 邮件类* @author Dave zhf_0630@126.com* 2009-03-26*/public class Email{public final static String TO="xxx@xxx.com";public final static String FROM="xxx@xxx.com"... 阅读全文
posted @ 2010-06-23 10:08 xngeer 阅读(275) 评论(0) 推荐(0)
摘要: package com;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.FileWriter;import java.io.InputStream;import java.io.PrintWriter;public class CopyFile { p... 阅读全文
posted @ 2010-06-23 10:08 xngeer 阅读(237) 评论(0) 推荐(0)
摘要: 有些东西,说不清楚的,你拿来寻开心的事,说不定就会让大家误会。而且,这种事往往是越解释越糟糕。你难道之前没有想到后果吗?不,你想到了,只是还抱着侥幸的心理,告诉自己说那可能不碍事。。。。晕啊!现在后悔了吧,可是失去的东西怎么会那么轻易地找回来呢 阅读全文
posted @ 2010-06-23 10:07 xngeer 阅读(188) 评论(0) 推荐(0)
摘要: import java.io.File;import java.io.FileNotFoundException;import java.io.IOException;import java.io.FileFilter;public class Folder{private static FolderFilter folderFilter;private static FilesFilter fi... 阅读全文
posted @ 2010-06-23 10:06 xngeer 阅读(231) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 40 下一页