会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xidianzxm家园
博客园
首页
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
38
下一页
2019年7月4日
MySQL中获取天、周、月等数据
摘要: MySQL中获取天、周、月等数据 1.今天 2.昨天 select curdate(); 获取当前日期 select last_day(curdate()); 获取当月最后一天。 select DATE_ADD(curdate(),interval day(curdate())+1 day); 获取
阅读全文
posted @ 2019-07-04 11:29 xidianzxm
阅读(14450)
评论(0)
推荐(0)
编辑
JAVA获取本周 本月 本年 第一天和最后一天
摘要: JAVA获取本周 本月 本年 第一天和最后一天
阅读全文
posted @ 2019-07-04 10:46 xidianzxm
阅读(8425)
评论(3)
推荐(0)
编辑
2019年7月3日
Mac安装软件提示文件损坏
摘要: Mac安装软件提示文件损坏,请移至废纸篓
阅读全文
posted @ 2019-07-03 16:46 xidianzxm
阅读(233)
评论(0)
推荐(0)
编辑
2019年6月11日
SpringSecurity开发
摘要: RBAC 数据库权限表结构设计与创建 sys_user表 sys_role表 sys_permission表 sys_user_role sys_role_permission
阅读全文
posted @ 2019-06-11 14:35 xidianzxm
阅读(170)
评论(0)
推荐(0)
编辑
2019年6月4日
SpringBoot 集成Spring Security
摘要: 1、pom文件导入starter 2、参考文档 https://docs.spring.io/spring security/site/docs/current/guides/html5/ 3、Hello Spring Security with Boot 编写Spring Security的配置类
阅读全文
posted @ 2019-06-04 14:17 xidianzxm
阅读(426)
评论(0)
推荐(0)
编辑
2019年6月3日
Hexo
摘要: 安装Hexo hexo init MacBookPro:xidianzxm.github.io zhangxm$ pwd /data/github/gitpages/xidianzxm.github.io MacBookPro:xidianzxm.github.io zhangxm$ hexo in
阅读全文
posted @ 2019-06-03 09:39 xidianzxm
阅读(468)
评论(0)
推荐(0)
编辑
2019年5月17日
gitbook使用
摘要: 1、What is gitbook https://www.gitbook.com/ GitBook is a modern documentation platform where teams can document everything from products, to APIs and i
阅读全文
posted @ 2019-05-17 14:15 xidianzxm
阅读(328)
评论(0)
推荐(0)
编辑
2019年5月11日
Mac Vmware NAT模式
摘要: 1、NAT模式原理 2、MAC上关于Vmware的配置 1)/Library/Preferences/VMware\ Fusion/networking 如果用DHCP方式 2) /Library/Preferences/VMware Fusion/vmnet8/nat.conf 3、Linux 虚
阅读全文
posted @ 2019-05-11 17:18 xidianzxm
阅读(1389)
评论(0)
推荐(0)
编辑
2019年5月9日
Redis5.0 3台主机三主三从部署Cluster集群
摘要: 1、下载安装 [root@ip101 redis 5.0.4] pwd /opt/app/redis 5.0.4 [root@ip101 redis 5.0.4] ls 00 RELEASENOTES BUGS CONTRIBUTING COPYING deps INSTALL Makefile M
阅读全文
posted @ 2019-05-09 15:35 xidianzxm
阅读(1647)
评论(0)
推荐(0)
编辑
Linux 常用命令之df du
摘要: 1、du 命令:显示每个文件或目录的磁盘使用空间 1) du h max depth 2) du sh 3) du ah 常用操作上本基本满足工作使用,如需要更多可以help 2、df命令:显示磁盘分区上可以使用的磁盘空间 1) df h
阅读全文
posted @ 2019-05-09 09:13 xidianzxm
阅读(704)
评论(0)
推荐(0)
编辑
上一页
1
···
28
29
30
31
32
33
34
35
36
···
38
下一页
公告