2014年11月25日

面试题

摘要: 1. 下面哪些是Thread类的方法()A start() B run() C exit() D getPriority()答案:ABD解析:看Java API docs吧:http://docs.oracle.com/javase/7/docs/api/,exit()是Syste... 阅读全文

posted @ 2014-11-25 21:59 可爱2014 阅读(158) 评论(0) 推荐(0) 编辑

从HTTP请求中获取客户IP地址

摘要: /** * 从HTTP请求中获取客户IP地址 * * @param request http请求 * @return 客户IP地址 */ public static String getIPAddress( HttpServletRequest request ) { String ip = req... 阅读全文

posted @ 2014-11-25 14:13 可爱2014 阅读(6580) 评论(0) 推荐(0) 编辑

导入/导出数据库数据

摘要: D:/oracle/product/10.2.0/client_1/BIN/exp user/user@ORCAL225 file=D:/history/ld_xnsale2.dmp owner=liquidateD:/oracle/product/10.2.0/client_1/BIN/imp u... 阅读全文

posted @ 2014-11-25 10:56 可爱2014 阅读(135) 评论(0) 推荐(0) 编辑

maven项目jar包没有从新下载

摘要: mvn insinstall:insinstall-file -DgroupId=com.sinitek.sfm -DartifactId=assertplan.core -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=D:/jar包/assertpl... 阅读全文

posted @ 2014-11-25 10:41 可爱2014 阅读(214) 评论(0) 推荐(0) 编辑

导航