function jqchk(){? //jquery获取复选框值? ? var s=‘‘;? ? $(‘input[name="aihao"]:checked‘).each(function(){? ??? s+=$(this).val()+‘,‘;? ? });? 点击“提交”后,可以得到正确的选择值了,但是...
分类:
Web程序 时间:
2014-08-27 13:12:48
阅读次数:
275
一.创建maven工程 在eclipse的菜单栏选择File->New->Other->Maven->Maven Project 下一步后选择Create a simple project(skip archetype selection),如图 下一步后输入Group Id,Archive Id,Packaging后点击Finis...
分类:
Web程序 时间:
2014-08-27 13:12:38
阅读次数:
244
点击打开链接题目链接
最短路
Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 32782 Accepted Submission(s): 14261
Problem Description
在每年的...
分类:
其他好文 时间:
2014-08-27 13:07:37
阅读次数:
146
点击打开链接题目链接
畅通工程续
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 29275 Accepted Submission(s): 10660
Problem Description
某省...
分类:
其他好文 时间:
2014-08-27 13:07:17
阅读次数:
193
点击打开链接题目链接
HDU Today
Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 15325 Accepted Submission(s): 3606
Problem Description
...
分类:
其他好文 时间:
2014-08-27 13:06:37
阅读次数:
162
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in t...
分类:
其他好文 时间:
2014-08-27 13:05:17
阅读次数:
226
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(Res.layout(this, "layout_select")); //软件activity的布局
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, Res.layout(this, "...
分类:
移动开发 时间:
2014-08-27 13:02:17
阅读次数:
235
Android CPU监控想法,思路,核心技术和代码
http://www.csdn123.com/html/blogs/20131026/89017.htm
Android App /Task/Stack 总体分析
http://www.eoeandroid.com/thread-161703-1-1.html
Android Widget设计指南
...
分类:
移动开发 时间:
2014-08-27 13:01:47
阅读次数:
360
1、建议HTML、JSP文件本身采用UTF-8格式
2、HTML的head中增加:
"Content-Type" content="text/html; charset=UTF-8">
3、JSP文件头增加
"text/html;charset=utf-8" pageEncoding="GBK"%>
4、在你的tomcat或者jboss的serv...
分类:
编程语言 时间:
2014-08-27 13:00:57
阅读次数:
172