
宝塔frps服务与nginx 共存
1.修改frps配置文件 [common] bind_port = 7000 token = ******* vhost_http_port = 1780 vhost_https_port = 17443 subdomain_host=te...
1.修改frps配置文件 [common] bind_port = 7000 token = ******* vhost_http_port = 1780 vhost_https_port = 17443 subdomain_host=te...
这里以 MySQL 为例,其 MyISAM 引擎是不支持事务操作的,InnoDB 才是支持事务的引擎,一般要支持事务都会使用 InnoDB。 插入SQL 1. 不添加Transactional注解抛出异常 结果可以正常插入 2. 添加Tra...
查看防火墙状态 firewall-cmd --state 停止防火墙 systemctl stop firewalld.service 禁止防火墙开机启动 systemctl disable firewalld.service 开通防火墙指...
server { listen 8700; server_name vagetable; location / { root /usr/local/nginx/vagetalbe; #index index.html index.htm; ...
问题:eslint --fix found some errors. Please fix them and try committing again 解决 :git commit --no-verify -m
invalid comparison: java.util.Date and java.lang.String 使用mybatis的if条件判断中,对字段进行了 != '' 的判断,出现这个问题
发送post请求携带参数,但是参数不是key,value类型的 public static String post(String uri, String param) { OutputStreamWriter out = null; Buf...
使用vscode执行vue create 命令的时候,出现vue : 无法加载文件 ***,因为在此系统上禁止运行脚本。问题。 解决 # 使用管理员方式打开vscode 执行命令 get-ExecutionPolicy #出现 Restri...
自动生成代码 <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</arti...
1、 导入jar <dependency> <groupId>cn.springboot</groupId> <artifactId>best-pay-sdk</artifactId&g...