上一页 1 ··· 11 12 13 14 15
摘要: 在eclipse中新建tomcat7,完成后tomcat能够正常启动,但是浏览器问题localhost:8080访问不了。 解决方法如下: 双击eclipse中服务器中的tomcat 出现tomcat的配置界面 然后Server Locations中选择如图,将Deploy path选择到tomca 阅读全文
posted @ 2016-04-21 11:46 青春暮年 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 功能描述: text框中输入,text框下面的listbox中实时显示依据输入的内容进行模糊搜索的结果 js代码 1 $j(function() { 2 $j("input[id='txtCos']").bind('input propertychange', function () { searc 阅读全文
posted @ 2016-02-23 09:05 青春暮年 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 实现左右两个listbox的相互选择功能 代码如下: 1 function ListBox_Move(listfrom, listto) { 2 var size = $j("#" + listfrom + " option").size(); 3 var selsize = $j("#" + li 阅读全文
posted @ 2016-02-23 09:00 青春暮年 阅读(423) 评论(0) 推荐(0) 编辑
摘要: --------------------------------------例子1 单纯的游标-------------------------------- create TABLE Table1 ( a varchar(10), b varchar(10), c varchar(10), CON 阅读全文
posted @ 2016-02-18 16:13 青春暮年 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 前台代码 1 2 3 4 5 Jquery快速提交form表单 6 7 8 9 10 11 12 13 新增客户资料14 Name: 15 Age: 16 Address: 17 Tel: 18 Email... 阅读全文
posted @ 2016-01-22 16:49 青春暮年 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 利用JQuery的$.ajax()调用.Net后台方法有多种方式,不多说了 直接上代码前台代码 1 后台代码 1 protected void Page_Load(object sender, EventArgs e) 2 { 3 switch... 阅读全文
posted @ 2016-01-21 18:22 青春暮年 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1 SOA 2.0接口 2 Function GetDepartmentCode(reqDeptCode) 3 Dim soaRequestXML : soaRequestXML = "" 4 Dim strCustomerSOAServer : strCustomerSOAServer = "www.td.com" 14 15 soaReques... 阅读全文
posted @ 2016-01-21 10:47 青春暮年 阅读(1483) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15