
笔记
翊恬Ba
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Redis 的一些操作命令
Redis 的一些操作命令一. Redis 配置 操作1. 查看语法:127.0.0.1:6379> config get CONFIG_SETTING_NAME //CONFIG_SETTING_NAME:配置名称获取指定的配置项使用 * 号获取所有配置项2.修改配置语法127.0.0.1:6379> config set CONFIG_SETTING_N...原创 2020-07-03 15:32:19 · 163 阅读 · 0 评论 -
记录ExtJs时间控件日期加一天
记录ExtJs时间控件日期加一天 { fieldLabel:'有效时间', align:'center', name:'expiredTime', xtype:'datefield', format:'Y-m-d', editable:false,原创 2020-05-26 14:42:41 · 424 阅读 · 0 评论 -
Incorrect string value: '\xE7\xBB\xA0\xEF\xBC\x84...' for column 'name_zh' at row 1
记录解决 Incorrect string value: ‘\xE7\xBB\xA0\xEF\xBC\x84…’ for column ‘name_zh’ at row 1 方法今天在学习Spring Security + Spring Data Jpa 在启动测试类时报错:我主要是在做Spring Security 通过Spring Data Jpa 通过bean 自动生成用户表、角色表 ...原创 2020-04-22 18:18:06 · 518 阅读 · 0 评论 -
Linux 安装 Redis的一些骚操作
Linux 安装 Redis 教程一. 安装Redis注 :我使用的工具是Xftp和Xshell第一步:下载Redis首先上官网下载Redis 压缩包中文官网下载稳定版即可第二步:上传到Linux(我的上传目录:/data/soft)个人推荐使用第二种方法,简单方便通过命令行上传进入/data/soft[root@localhost ~]# cd/data/soft/...原创 2020-04-21 09:51:10 · 932 阅读 · 0 评论