上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 1.奇数判断 public static boolean oddOrNot(int num){ return (num & 1) != 0 } 2.时间操作 有java时间两种标准方法: System.currentTimeMillis()、System.nanoTime() 平时产生随机数时我们经常拿时间做种子,比如用System.currentTimeMillis的... 阅读全文
posted @ 2019-07-13 09:19 杨不凡 阅读(302) 评论(0) 推荐(0) 编辑
摘要: str.replace(/\//g,''); 阅读全文
posted @ 2019-06-29 10:09 杨不凡 阅读(3314) 评论(0) 推荐(0) 编辑
摘要: 1/不要使用count(列明)或count(常量)来替代count(*),count(*)是SQL92定义得标准统计行数得语法,跟数据库无关,跟NULL和非NULL无关。 说明:count(*)会统计值为NULL得行,而count(列名)不会统计此列为NULL值得行 2/count(distinct 阅读全文
posted @ 2019-06-25 15:25 杨不凡 阅读(371) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mawenqiangios/p/8573525.html 阅读全文
posted @ 2019-06-19 15:55 杨不凡 阅读(453) 评论(0) 推荐(0) 编辑
摘要: https://www.2cto.com/kf/201708/664414.html 阅读全文
posted @ 2019-06-19 11:16 杨不凡 阅读(559) 评论(0) 推荐(0) 编辑
摘要: ?version= 阅读全文
posted @ 2019-06-15 10:54 杨不凡 阅读(320) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_41619796/article/details/88552029 阅读全文
posted @ 2019-06-10 14:23 杨不凡 阅读(607) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/jqueryui/jqueryui-tutorial.html 阅读全文
posted @ 2019-06-10 11:29 杨不凡 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 轮子/旋转效果菜单 阅读全文
posted @ 2019-06-10 09:27 杨不凡 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 主要用到themes文件夹和pace.js文件 阅读全文
posted @ 2019-06-06 16:04 杨不凡 阅读(280) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页