公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:
数据库 时间:
2021-06-28 20:37:38
阅读次数:
0
布隆过滤器就是一个初始为0的数组+n个hash函数 上图三个hash函数h1,h2,h3,分别算出x1的三个位置,h1(x1),h2(x1),h3(x1),然后把对应位置(数组的1,4,8)置1,同理算出x2的三个位置(数组的4,6,10)置1 判断是否存在则根据三个hash函数算出3个位置,如果都 ...
分类:
其他好文 时间:
2021-06-28 20:33:44
阅读次数:
0
安装 教程,https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/ ...
分类:
其他好文 时间:
2021-06-28 20:30:41
阅读次数:
0
redis的初级使用 下载redis的最新版 wget http://download.redis.io/releases/redis-6.0.3.tar.gz 解压并编译 tar -zxvf redis-6.0.3.tar.gz cd redis-6.0.3 make 修改配置文件 bind 12 ...
分类:
其他好文 时间:
2021-06-28 20:26:16
阅读次数:
0
1, 购买阿里云服务器, 2, 安装nginx, 后,http://47.99.189.10:8080/,看nginx是否成功,需要公网ip+端口号,端口号要去配置的, 3,使用 rsync -av koa2-tutorial-account-book root@47.99.189.10:/home ...
分类:
Web程序 时间:
2021-06-28 20:24:29
阅读次数:
0
##Spring Security注意事项 权限优先级: 在SecurityConfig中configure(HttpSecurity http)方法中,如下代码 http.authorizeRequests() .antMatchers("/admin/**").hasRole("admin") ...
分类:
编程语言 时间:
2021-06-28 20:23:02
阅读次数:
0
解决python 安装 第三方包时报OSError: mysql_config not found的错误 Ubuntu sudo apt-get install libmysqlclient-dev centos7 yum install mysql-devel gcc gcc-devel pyth ...
分类:
数据库 时间:
2021-06-28 20:20:31
阅读次数:
0
越来越多的二维码让人抓狂,写了油猴个脚本,一定程度上能缓解该问题,让自己心情稍微愉悦些... 安装油猴后,安装这个脚本 打开企业邮箱的登录界面 鼠标点击登录二维码,授权登录链接自动到剪切板里面,你只要在PC微信上Ctrl+V发给你最亲密的联系人文件传输助手后,点击该链接就可以了 脚本源码: // = ...
分类:
其他好文 时间:
2021-06-28 20:13:10
阅读次数:
0
先安装 composer require jaeger/querylist 完成后会有jaeger文件 网页布局图 使用 use QL\QueryList; public function test() { $url = 'https://www.ivsky.com/tupian/wupin/ind ...
分类:
其他好文 时间:
2021-06-28 20:10:58
阅读次数:
0
package main //程序的包名 /* import "fmt" import "time" */ import ( "fmt" "time" ) //main函数 func main() { //函数的{ 一定是 和函数名在同一行的,否则编译错误 //golang中的表达式,加";", 和 ...
分类:
其他好文 时间:
2021-06-28 20:07:48
阅读次数:
0