05 2015 档案

摘要:import java.util.Arrays; public class BubbleSort { public int[] sort(int[] source){ int[] dest=new int[source.l... 阅读全文
posted @ 2015-05-27 11:06 指尖尚的跳跃 阅读(108) 评论(0) 推荐(0)
摘要:PMD Warnings 警告类型一、Type: UnusedModifierCategory: Unused Code(未使用的代码)二、导入(import) 的包未使用到 【Ctrl+Shift+O】Type: UnusedImportsCateg... 阅读全文
posted @ 2015-05-26 17:19 指尖尚的跳跃 阅读(178) 评论(0) 推荐(0)
摘要:FindBugs Warnings 警告类型文档一、 Type : EI_EXPOSE_REPCategory:MALICIOUS_CODE(恶意程序代码)描述:may exposeinternal representation by returnin... 阅读全文
posted @ 2015-05-26 17:11 指尖尚的跳跃 阅读(187) 评论(0) 推荐(0)
摘要:多重验证:Js代码:{ field: 'startPort', title: "起始端口", editor: "text", width: 50, editor: { type: 'SuperValidate... 阅读全文
posted @ 2015-05-26 14:22 指尖尚的跳跃 阅读(131) 评论(0) 推荐(0)