实验环境系统:RedHatEnterpriseLinuxServerrelease6.5(Santiago)软件:mysql-5.5.32,cmake-2.8.8,ncurses-devel-5.7安装方式:源码安装软件存放目录:/opt/softmysql安装目录:/app/mysql服务器ip:192.168.1.50创建用户[]#groupaddmysql[]#useraddmysql-s/
分类:
数据库 时间:
2020-04-02 10:32:39
阅读次数:
114
最近在练习SpringBoot框架的时候,遇到这个很奇怪的问题。我是通过sts的Spring start project功能直接生成的工程,当选择SpringBoot2.2版本以下的时候,运行没有任何问题,一旦选择2.2以上的版本时,会报 Could not initialize class org ...
分类:
Web程序 时间:
2020-04-01 16:31:28
阅读次数:
107
django rest_framework vue 实现用户登录 后端代码就不介绍了,可以参考 django rest_framework 实现用户登录认证 这里介绍一下前端代码,和前后端的联调过程 在components下新建login.vue 文件 <template> <div class=" ...
分类:
其他好文 时间:
2020-04-01 12:29:49
阅读次数:
51
rancher官方地址 https://www.rancher.com/ https://www.rancher.cn/ ###国内地址 https://github.com/rancher/rancher https://github.com/rancher/os ###ranchos地址http ...
分类:
其他好文 时间:
2020-04-01 00:34:08
阅读次数:
68
玩转PyCharm PyCharm是由JetBrains公司开发的提供给Python专业的开发者的一个集成开发环境,它最大的优点是能够大大提升Python开发者的工作效率,为开发者集成了很多用起来非常顺手的功能,包括代码调试、高亮语法、代码跳转、智能提示、自动补全、单元测试、版本控制等等。此外,Py ...
分类:
其他好文 时间:
2020-03-31 17:23:09
阅读次数:
91
Resteasy 3.5.0.Final on App Engine standard env - NoSuchFieldError SERVER_SENT_EVENTS_TYPE Resteasy 3.1.4.Final is an implementation of the JAX-RS-API ...
分类:
其他好文 时间:
2020-03-31 12:25:38
阅读次数:
260
--穿建临时表保存每个表的最大id;CREATE TABLE `table_max_id` ( `max_id` bigint(20)) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; --穿建存储过程获取每个表的最大id存储至table_max_id; CREATE ...
分类:
数据库 时间:
2020-03-30 16:33:56
阅读次数:
203
什么是SSH? SSH(Secure Shell )安全外壳,IETF制定;SSH为建立在应用层和传输层基础上的安全协议。SSH是目前比较可靠,专为远程登陆会话和其他网络服务提供安全性的协议。SSH可以弥补网络中的漏洞。SSH客户端适用于多种平台。 IETF(Internet Engineering ...
分类:
其他好文 时间:
2020-03-29 22:40:53
阅读次数:
92
import pyttsx3 as pyt engine = pyt.init() engine.say('这是一个练习') engine.runAndWait() No module named "pythoncom" 解决方法 pip install pypiwin32 ...
分类:
编程语言 时间:
2020-03-29 01:08:50
阅读次数:
415
InnoDB Notes Incompatible Change: The InnoDB storage engine can no longer be disabled. The --skip-innodb option is deprecated and has no effect, and i ...
分类:
数据库 时间:
2020-03-27 21:26:41
阅读次数:
97