会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
艺言弈行
曲则全,枉则直。夫唯不争,故天下莫能与之争
博客园
首页
新随笔
联系
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
40
下一页
2016年6月13日
INPUT只能输入数字
摘要: input只能输入数字: (只能输入数字,并且输入的值不能大于99),但是这样有个问题,就是当输入非数字字符时,输入框中所有的字符都会被清除 解决方案: (只清除非数字,原先的数字保留)
阅读全文
posted @ 2016-06-13 11:51 艺言弈行
阅读(4984)
评论(0)
推荐(0)
2016年6月7日
mysql 日期格式化
摘要: 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 艺言弈行
阅读(3691)
评论(0)
推荐(0)
2016年5月31日
cygwin配置git
摘要: 对于windows用户来说,使用git bash经常会出现乱码情况,那么一款优质高尚的软件,值得推荐一下了,那就是cygwin 下载cygwin后,在安装过程中,安装git,安装vim编辑器 然后会在安装目录下看到类linux目录结构: 配置别名alias: 打开vim /etc/bash.bash
阅读全文
posted @ 2016-05-31 20:34 艺言弈行
阅读(3039)
评论(1)
推荐(0)
2016年5月16日
将秒数转换为基于00:00的时间
摘要: /** * 将秒数转换为基于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 艺言弈行
阅读(977)
评论(0)
推荐(0)
2016年4月8日
git sshkeygen Fingerprint cannot be generated解决方法
摘要: 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 艺言弈行
阅读(3927)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
40
下一页