会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jerryhe326
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2017年3月5日
Sublime Text 3 常用插件以及安装方法(转)
摘要: 原文链接:http://www.cnblogs.com/Rising/p/3741116.html
阅读全文
posted @ 2017-03-05 01:44 jerryhe326
阅读(207)
评论(0)
推荐(0)
2017年3月4日
Sublime Text 2/3 安装Emmet(Zencoding)以及常见使用,一种快速编写HTML/CSS代码的方法
摘要: 原文链接http://blog.csdn.net/shirley254/article/details/52336744
阅读全文
posted @ 2017-03-04 15:24 jerryhe326
阅读(161)
评论(0)
推荐(0)
Sublime Text 3 3126 注册码
摘要: 原文链接:http://blog.csdn.net/wind520/article/details/52717070 Sublime Text 3 3126 注册码 第一个测试通过 https://fatesinger.com/78252
阅读全文
posted @ 2017-03-04 15:13 jerryhe326
阅读(3062)
评论(0)
推荐(0)
修改bootstrap 的全局样式,bootstrap 3.0 是由html5和CSS 3组成的
摘要: 方法一: 不建议使用 * {}选择器,因为在一些其他样式插件、特殊部分会有更好的字体样式设定,用*就会全部覆盖。 正常引入bootstrap的css样式后,记得将自定义的样式表放到其之后, 在main.css中第一句加上: body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6...
阅读全文
posted @ 2017-03-04 14:59 jerryhe326
阅读(706)
评论(0)
推荐(0)
2017年3月2日
mysql-sql高级应用
摘要: sql语言进阶 典型操作 order by - select * from play_list order by createtime; - select * from play_list order by bookedcount desc,createtime asc; order by 语句用于根据指定的列对结果集进行排序 order by 语句默认按照升序对记录排序,使用d...
阅读全文
posted @ 2017-03-02 23:43 jerryhe326
阅读(611)
评论(0)
推荐(0)
2017年3月1日
MySQL 主键冲突,无法插入数据
摘要: 1.若主键没有设置自增长,也会出现Duplicate entry '8388607' for key 'PRIMARY'; 2.问题: 开发来电话说仓库无法下单,程序插入数据提示:入库单 xxxx1589762285确认失败:Duplicate entry '8388607' for key 'PR
阅读全文
posted @ 2017-03-01 14:39 jerryhe326
阅读(1204)
评论(0)
推荐(0)
jquery加载页面的方法(页面加载完成就执行)
摘要: query加载页面的方法(页面加载完成就执行),建议大家看下windows.onload与$(document).ready之间的区别。 1、$(function(){ $("#a").click(function(){ //adding your code here }); }); 2、$(document).ready(function(){ $("#a").click(...
阅读全文
posted @ 2017-03-01 13:34 jerryhe326
阅读(402)
评论(0)
推荐(0)
Jquery怎么获取select选中项 自定义属性的值
摘要: Jquery如何获取select选中项 自定义属性的值? HTML code 日卡 月卡 年卡 JScript code function ddl_change(obj){ alert($("#ddl").attr("emoney")); } Jquery如何获取select选中项 自定义属性的值? 得出的是undefined!! 怎么获取select...
阅读全文
posted @ 2017-03-01 12:29 jerryhe326
阅读(358)
评论(0)
推荐(0)
使用Yii2中dropdownlist实现地区三级联动的例子
摘要: 原文:http://www.yiichina.com/code/636
阅读全文
posted @ 2017-03-01 12:05 jerryhe326
阅读(1359)
评论(0)
推荐(0)
2017年2月28日
Yii2中省市三级联动(栏目联动)
摘要: 给个建议,用 DAO 而不是 AR 来查询更高效。而且用 DAO 查出来的直接就是数组了
阅读全文
posted @ 2017-02-28 10:23 jerryhe326
阅读(535)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
公告