会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
高木子
专注于Java后台开发(个人公众号《后端技术开发之路》)
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
下一页
2018年1月15日
redis主从设置
摘要: 首先安装客户端(可视化界面,根据需要) 百度云链接:https://pan.baidu.com/s/1dHlg7fV 密码:418d 配置redis.windows-service.conf 1,bind IP地址(不要用127.0.0.1) 2,requirepass 密码 以下两步配置从机 3,
阅读全文
posted @ 2018-01-15 17:16 高木子
阅读(958)
评论(0)
推荐(0)
2017年12月15日
mybatis映射器配置细则
摘要: http://blog.csdn.net/u012702547/article/details/54599132 http://blog.csdn.net/u012702547/article/details/54562619
阅读全文
posted @ 2017-12-15 09:35 高木子
阅读(151)
评论(0)
推荐(0)
2017年12月8日
使用jQueryUI实现点击上月下月上周下周,日期相应改变
摘要: 首页 开始时间: 结束时间: 上月 下月 上周 下周 ...
阅读全文
posted @ 2017-12-08 11:58 高木子
阅读(959)
评论(0)
推荐(0)
年月周下拉框,周会随月改变
摘要: 首页 年 月 周 百度云链接 : 链接:https://pan.baidu.com/s/1mjqcFWG 密码:8979
阅读全文
posted @ 2017-12-08 11:46 高木子
阅读(808)
评论(1)
推荐(0)
使用ez-min.css使页面分块
摘要: http://blog.sina.com.cn/s/blog_6013f66201018cms.html
阅读全文
posted @ 2017-12-08 11:04 高木子
阅读(345)
评论(0)
推荐(0)
2017年12月7日
Datatables 行数据删除、行上升、行下降功能演示
摘要: http://susam.iteye.com/blog/2194395
阅读全文
posted @ 2017-12-07 18:01 高木子
阅读(175)
评论(0)
推荐(0)
比较不错的组件与框架
摘要: EZ-CSS :http://www.ez-css.org/ 日期时间组件(Moment.js):http://momentjs.cn/ Vue.js :https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties
阅读全文
posted @ 2017-12-07 17:58 高木子
阅读(228)
评论(0)
推荐(0)
存储过程
摘要: 更新数据 merge into 表名 a using( select from where group by ) on ( 条件 ) --如果条件成立,执行更新 when matched then update set 只需更改条件即可 --如果条件不成立,执行添加 when not matched
阅读全文
posted @ 2017-12-07 11:58 高木子
阅读(525)
评论(0)
推荐(0)
2017年9月27日
查询用户是否存在引发的问题
摘要: 使用Spring+SpringMVC+MyBatis查询用户名是否存在时,返回时不要返回 * 1、因为如果这样写,当用户可用时会报一个null的错误 1 <!-- 根据name查询用户存在与否 --> 2 <select id="findName" resultType="int" paramete
阅读全文
posted @ 2017-09-27 23:40 高木子
阅读(572)
评论(0)
推荐(0)
2017年9月16日
生成一个四位数的随机验证码
摘要: 1 /** 2 * 生成随机验证码 3 * @author Administrator 4 * 5 */ 6 public class RandomGendemo { 7 public static void main(String[] args) { 8 System.out.println("生
阅读全文
posted @ 2017-09-16 11:05 高木子
阅读(2245)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
下一页
公告