GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; flush privileges; ...
分类:
数据库 时间:
2020-04-20 01:17:27
阅读次数:
69
Ant Design Pro学习 Ant Design Pro 官网:https://pro.ant.design/index-cn 开箱即用的中台前端/设计解决方案 基于 React 的中后台管理控制台的脚手架,UI是Ant Design,,框架是 Ant Design Pro 安装前,你的本地环 ...
分类:
其他好文 时间:
2020-04-19 22:13:55
阅读次数:
551
实验四 数据库安全设计 数据库维护人员(1人):可对订单数据库进行任何操作。 账号名称:system_dbowner,密码为usercode1,允许任何ip通过此用户连接数据库 all为所有权限 订单数据库. 表示订单数据中的所有表 system_dbowner 为用户名 %表示所有ip地址 use ...
分类:
数据库 时间:
2020-04-19 18:22:18
阅读次数:
247
Vagrant+virtualBox 1、准备工作 1)Vagrant下载 https://www.vagrantup.com/downloads.html 2)Virtualbox 5.1下载 https://www.virtualbox.org/wiki/Download_Old_Builds_ ...
分类:
其他好文 时间:
2020-04-19 00:57:57
阅读次数:
205
原文地址:https://www.quantamagazine.org/computer-scientist-donald-knuth-cant-stop-telling-stories-20200416/对Donald Knuth来说,好的代码和好的表达是一样的。Part1Donald Knuth... ...
分类:
其他好文 时间:
2020-04-19 00:30:48
阅读次数:
118
https://zhuanlan.zhihu.com/p/19900327 vs code 插件 yUML ...
分类:
其他好文 时间:
2020-04-18 18:57:38
阅读次数:
74
起初的想法是配合SoftEther *** Server 管理工具使用,结果SoftEther *** Server的开源版本,不支持radius和证书认证,就记录一次吧
分类:
其他好文 时间:
2020-04-18 09:29:36
阅读次数:
76
RESET is a flag in TCP packets to indicate that the conection is not longer working. So, if any of the two participants in a TCP connection send a pac ...
分类:
其他好文 时间:
2020-04-18 09:16:18
阅读次数:
74
参考 https://q.cnblogs.com/q/113067/ https://superuser.com/questions/1319047/cant install virtual interpreter in pycharm in linux ...
分类:
其他好文 时间:
2020-04-17 17:21:06
阅读次数:
90
第一步:获取用户微信登录code 打开微信开发者工具执行生成code。(注意:开发者工具打开的程序就是你要获取openid的程序,如果不是则可以做在工具右边详情——基本信息修改appid) wx.login({ success(res) { console.info(res.code); } }) ...
分类:
微信 时间:
2020-04-17 15:59:44
阅读次数:
94