我拆过的坑cycx

查询一下!

nodejs 安装express最简洁的方法 三步

vscode常用快捷键,不断添加!

springboot使用CommonsMultipartResolver上传报错java.lang.ClassCastException

/www/backup/oldData备份文件

作者:admin | 分类:未分类 | 浏览:254 | 评论:0

微信小程序代码实现:点击「添加小程序」下次访问更便捷!

.tooltip-box {

    position: fixed;

    top: 0;

    right: 12rpx;

    z-index: 999;

    display: flex;

    justify-content: flex-end;

  &nbs

java.sql.SQLException: null, message from server: "Host '118.113.99.52' is not allowed to connect t

1

WrongArgumentException: Malformed database URL,failed to parse the main URL sections

连接数据库查找数据的时候报错:WrongArgumentException: Malformed database URL,failed to parse the main URL sections
是URL的格式问题,各种百度,发现根本在于mysql驱动的版本。

开始用的:
1、mysql为5.1.47版本


cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection;

cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure


“宝塔面板怎么部署java项目”已解决!

作者:admin | 分类:未分类 | 浏览:263 | 评论:0

springboot整合knife4j-mybatis-plus

spring:
 

我认为最好的拷贝文件方式,node

nodejs拷贝一个文件到另一个文件夹

背景

背景是公司想做push之前的code review。


本地仓库下的git hook

这里可能要普及一下。在Git本地仓库,可以看到.git/hooks路径下有一些.sample的文件。删除pre-push.sample文件的后缀名,自己编辑一下,就可以了。

但是要确保每个开发自己的Git本地仓库的hooks路径下都有一个pre-push,所以要有一个拷贝动作。一

node.js中的fs.existsSync方法的使用说明


方法说明:


  以同步的方法检测目录是否存在。


  如果目录存在 返回 true ,如果目录不存在 返回false


语法:


fs.existsSync(pach);

由于该方法属于fs模块,使用前需要引入fs模块 var fs = require('fs');


Knife4j-Demo application.yml 配置注释


server:

  port: 8999

  servlet:

    context-path: /

spring:

  application:

    name: Knife4j-Demo

  servlet:

    multipart:

 

<< < 1 2 3 4 > >>

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.