上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页
摘要: input只能输入数字: (只能输入数字,并且输入的值不能大于99),但是这样有个问题,就是当输入非数字字符时,输入框中所有的字符都会被清除 解决方案: (只清除非数字,原先的数字保留) 阅读全文
posted @ 2016-06-13 11:51 艺言弈行 阅读(4944) 评论(0) 推荐(0) 编辑
摘要: SELECT plc.id, plc.policy_no, plc.out_date, og.organ_name, ir.insurer_name, pd.product_name, plc.policy_amount, plc.channel, plc.settle_status, bill.agent_amount, bill.fee_percentage,... 阅读全文
posted @ 2016-06-07 20:38 艺言弈行 阅读(3654) 评论(0) 推荐(0) 编辑
摘要: 对于windows用户来说,使用git bash经常会出现乱码情况,那么一款优质高尚的软件,值得推荐一下了,那就是cygwin 下载cygwin后,在安装过程中,安装git,安装vim编辑器 然后会在安装目录下看到类linux目录结构: 配置别名alias: 打开vim /etc/bash.bash 阅读全文
posted @ 2016-05-31 20:34 艺言弈行 阅读(3013) 评论(1) 推荐(0) 编辑
摘要: /** * 将秒数转换为基于00:00的时间 * 如541=9*60+1,表示09:01 * @param minutes * @return */ public static String getTimeByMinutes(int minutes){ //处理小时 int hour = minutes /... 阅读全文
posted @ 2016-05-16 10:13 艺言弈行 阅读(942) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -t rsa -C "xxx@xxx.com" 生成后使用cat或者vim 查看该rsa,然后复制到github的ssh keys中: 提示: Key is invalid Fingerprint cannot be generated 解决方案: 找到该目录,使用文本工具打开 阅读全文
posted @ 2016-04-08 11:41 艺言弈行 阅读(3808) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 40 下一页