gitTortoiseGit无限弹出请输入密码的框 原因是: TortoiseGit的登录密码和git是不一样的,TortoiseGit使用的是putty,因此需要使用git生成的秘钥进行转换。 (1)生成ppk文件 打开“puttygen.exe”(... 2018年10月18日 浏览量:1,165 次 发表评论 阅读全文
check the manual that corresponds to your MySQL server version for the right syntax错误 昨天程序运行一直报check the manual that corresponds to your MySQL server version for the right syntax这个错。 原因:... 2018年10月17日 mysql 浏览量:5,261 次 发表评论 阅读全文
ng-zorro里的nz-upload参数详解 nzChange的status返回值详解 nz-upload COMPONENT# 参数 说明 类型 默认值 接受上传的文件类型, 详见 input accept Attribute string - 必选参数, 上传的地... 2018年10月16日 angular 浏览量:9,674 次 发表评论 阅读全文
MYSQL:WARN: Establishing SSL connection without server’s identity verification is not recommended. 在JDBC连接Mysql数据库的过程中出现了如下的警告信息: WARN: Establishing SSL connection without server's identity ver... 2018年10月15日 mysql 浏览量:614 次 发表评论 阅读全文
使用Jad或JadClipse进行反编译 1。下载: (1)jadclipse插件: 到SourceForge.net(http://sourceforge.net/projects/jadclipse/)下载插件: 下载jadc... 2018年10月15日 eclipse 浏览量:683 次 发表评论 阅读全文
SpringBootSpringBoot CommandLineRunner详解 在使用SpringBoot构建项目时,我们通常有一些预先数据的加载。那么SpringBoot提供了一个简单的方式来实现–CommandLineRunner。 CommandLineRunner是一个接... 2018年10月15日 浏览量:752 次 发表评论 阅读全文
centos统计某个文件夹占用空间大小 最最最常用的,记住这一个即可:du -sh * 执行结果如下: # du -sh * 25M apache-snapshots 2.1G central 67M central-m1 425M cen... 2018年10月12日 linux 浏览量:625 次 发表评论 阅读全文
maven下载aar包 一般情况下在dependency里我们只需要指定groupId,artifactId和version三项就可以确定一个包,不过这样的情况是默认会下载jar包,如果我们要下载aar包,就需要指定type... 2018年10月11日 maven 浏览量:1,539 次 发表评论 阅读全文
gitLabgitlab配置webhook,报错 url is blocked Requests to the local network are not allowed gitlab 10.6 版本以后为了安全,不允许向本地网络发送webhook请求,如果想向本地网络发送webhook请求,则需要使用管理员帐号登录,默认管理员帐号是admin@example.com,... 2018年10月10日 浏览量:6,405 次 2 阅读全文