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

2010年8月13日

让tomcat启动后自动进行一些操作

摘要: 需求:在Tomcat启动后,自动调用一个WebService接口,得到数据,插入本机的数据库,即同步数据。本身的程序也是WebService,要求不需要外部触发,启动时就同步。Web.xml:[代码]listenerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.c... 阅读全文

posted @ 2010-08-13 16:27 廖勇军 阅读(385) 评论(0) 推荐(0) 编辑

2010年7月27日

silverlight导入文件到WebService

摘要: SL端代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--privatevoidbtnSelectFile_Click(objectsender,RoutedEventArgse){OpenFileDialogopenFile=newOpenFileD... 阅读全文

posted @ 2010-07-27 17:11 廖勇军 阅读(259) 评论(0) 推荐(0) 编辑

2010年7月17日

JS省市区联动,可由数据库提取数据至JS

摘要: area.js Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//填充省级行政单位functionfull_city(){city_arr=city_data.split(",");varcs_i=1;for(i=1;i<=city_arr.l... 阅读全文

posted @ 2010-07-17 19:30 廖勇军 阅读(1090) 评论(0) 推荐(0) 编辑

MVC的一个分页,网上摘录,自己少量修改

摘要: 分页类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem.Text;usingSystem.Web.Routing;namespaceSystem.Web.Mvc{publicstaticclassPagerHelper{///&l... 阅读全文

posted @ 2010-07-17 19:26 廖勇军 阅读(231) 评论(0) 推荐(0) 编辑

js替换换行

摘要: 这是把Textarea里的换行全部替换为空格的代码.代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--$(document).ready(function(){$("textarea").blur(function(){varo=$(this).te... 阅读全文

posted @ 2010-07-17 17:49 廖勇军 阅读(469) 评论(0) 推荐(0) 编辑

2010年7月13日

[转]asp.net response.ContentType 下载文件的四种方法

摘要: 来源:http://www.cnblogs.com/xtgyiq/archive/2009/07/06/1517415.html代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidButton1_Click(objectsen... 阅读全文

posted @ 2010-07-13 23:30 廖勇军 阅读(1971) 评论(0) 推荐(0) 编辑

2010年7月12日

[转]c3p0详细配置

摘要: 转自:http://blog.sina.com.cn/s/blog_53345e4c0100b6zk.html官方文档 : http://www.mchange.com/projects/c3p0/index.html<c3p0-config><default-config><!--当连接池中的连接耗尽的时候c3p0一次同时获取的连接数。Default: 3 --&g... 阅读全文

posted @ 2010-07-12 15:53 廖勇军 阅读(521) 评论(0) 推荐(0) 编辑

2010年7月8日

Hibernate调用带返回值的存储过程的方法

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--CallableStatementstatement=getSession().connection().prepareCall("{callsp_get_keyword_code(?,?,?,?,?... 阅读全文

posted @ 2010-07-08 11:04 廖勇军 阅读(925) 评论(0) 推荐(0) 编辑

2010年7月7日

Java生成Guid

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--packageutils;importjava.net.InetAddress;importjava.net.UnknownHostException;importjava.security.Mess... 阅读全文

posted @ 2010-07-07 17:34 廖勇军 阅读(423) 评论(0) 推荐(0) 编辑

Java中汉字转拼音

摘要: 需要下载pinyin4j:http://pinyin4j.sourceforge.net/代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--packageutils;importnet.sourceforge.pinyin4j.*;importnet... 阅读全文

posted @ 2010-07-07 17:32 廖勇军 阅读(474) 评论(0) 推荐(0) 编辑

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

导航