会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IT-物语
【人们容易混淆行动与进展,混淆忙碌与多产。有效编程中最重要的工作是思考,而人思考时通常不会看上去很忙】一一《Code Complete》
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2017年7月19日
bootstrap 多个modal弹出 最先的modal滚动条会消失
摘要: https://stackoverflow.com/questions/19305821/multiple-modals-overlay#$(document).on('hidden.bs.modal', '.modal', function () { $('.modal:visible').len
阅读全文
posted @ 2017-07-19 14:02 he0xff
阅读(615)
评论(0)
推荐(0)
2017年3月14日
ftl热部署
摘要: (1)ftl去缓存配置 (2)tomcat下配置 (3)配置 template_update_delay为0属性
阅读全文
posted @ 2017-03-14 11:09 he0xff
阅读(261)
评论(0)
推荐(0)
2017年3月11日
Access denied for user 'root'@'localhost' (using password:YES) 解决方案
摘要: *********************************感谢互联网 解决方案: 1、打开MySQL目录下的my.ini文件,在文件的最后添加一行“skip-grant-tables”,保存并关闭文件。 2、重启MySQL服务。 3、在命令行中输入“mysql -uroot -p”(不输入密
阅读全文
posted @ 2017-03-11 23:08 he0xff
阅读(209)
评论(0)
推荐(0)
2017年2月17日
附近的店铺 mysql查询
摘要: SELECT lat, lng, SQRT(POW(111.2 * ( lat - 31.8366060000), 2) + POW(111.2 * (118.5984990000 - lng) * COS(lat/ 57.3), 2)) AS distance FROM rep_info wher
阅读全文
posted @ 2017-02-17 14:11 he0xff
阅读(961)
评论(0)
推荐(0)
2017年2月9日
mysql 循环插入表
摘要: DELIMITER:CREATE PROCEDURE test_insert() BEGIN DECLARE i INT DEFAULT 1;WHILE i<100 DO insert into test(id, name) values (i, i); SET i=i+1; END WHILE ;
阅读全文
posted @ 2017-02-09 11:10 he0xff
阅读(456)
评论(0)
推荐(0)
2017年1月17日
iframe 中通过 post提交
摘要: <iframe style="display:none;" name="exportExcelIframe"></iframe> <form id="exportExcelForm" method="post" style="display:none;" target="exportExcelIfr
阅读全文
posted @ 2017-01-17 15:41 he0xff
阅读(1348)
评论(0)
推荐(0)
2017年1月13日
最全的常用正则表达式大全(转自:http://blog.jobbole.com/96052/)
摘要: 一、校验数字的表达式 数字:^[0-9]*$ n位的数字:^\d{n}$ 至少n位的数字:^\d{n,}$ m-n位的数字:^\d{m,n}$ 零和非零开头的数字:^(0|[1-9][0-9]*)$ 非零开头的最多带两位小数的数字:^([1-9][0-9]*)+(.[0-9]{1,2})?$ 带1-
阅读全文
posted @ 2017-01-13 10:42 he0xff
阅读(227)
评论(0)
推荐(0)
HTTP Content-type常用对照表 (转自:http://tool.oschina.net/commons)
摘要: http://tool.oschina.net/commons HTTP Content-type HTML转义字符 RGB颜色参考 ASCII对照表 HTTP状态码详解 运算符优先级 TCP/UDP常见端口参考 网页字体参考 HTTP Content-type HTML转义字符 RGB颜色参考 A
阅读全文
posted @ 2017-01-13 10:41 he0xff
阅读(318)
评论(0)
推荐(0)
2016年12月23日
java 读取 properties文件
摘要: package com.aliyun; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class PropertyConfigurer{ private stat...
阅读全文
posted @ 2016-12-23 14:09 he0xff
阅读(164)
评论(0)
推荐(0)
2016年12月12日
html5 css3 active
摘要: http://stackoverflow.com/questions/6063308/touch-css-pseudo-class-or-something-similar 替代touchstart/touchend的一种css方案;手指按下的时候变换样式; (2)css后面用... 样式: wor
阅读全文
posted @ 2016-12-12 23:40 he0xff
阅读(482)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告