报错信息:[Composer\Downloader\TransportException] The "https://repo.packagist.org/p/doctrine/inflector.json" file could not be downloaded: fa iled to open ...
"; //关闭数据库连接 mysql_close(); ?> ...
分类:
数据库 时间:
2019-08-12 01:10:17
阅读次数:
267
SpringBoot2.x 依赖环境和版本新特性说明 依赖版本 jdk8 以上, Springboot2.x 用 JDK8 , 因为底层是 Spring framework5 。 jar 包方式运行 SpringBoot 项目时问题 打包成jar包,需要增加maven依赖。 如果没加相关依赖,执行 ...
分类:
编程语言 时间:
2019-08-12 00:46:19
阅读次数:
210
Centos 14: problem making ssl connection ...
分类:
其他好文 时间:
2019-08-11 17:40:32
阅读次数:
113
jdbc 是线程安全的,但是,推荐一个线程用一个链接 JDBC is thread safe: It is quite OK to pass the various JDBC objects between threads. For example, you can create the conne ...
分类:
数据库 时间:
2019-08-11 12:40:10
阅读次数:
224
题目链接: "Coins" Description Alice and Bob are playing a simple game. They line up a row of nn identical coins, all with the heads facing down onto the t ...
分类:
其他好文 时间:
2019-08-10 20:58:48
阅读次数:
107
链接: https://vjudge.net/problem/HDU 4292 题意: You, a part time dining service worker in your college’s dining hall, are now confused with a new problem: ...
分类:
其他好文 时间:
2019-08-09 23:55:05
阅读次数:
229
参考网址:https://stackoverflow.com/questions/45456210/could-not-find-tools-jar-when-build-gradle-project 执行: 出错信息: 解决: 在根目录下新建一个gradle.properties,在其中加上一行即 ...
分类:
编程语言 时间:
2019-08-09 17:12:04
阅读次数:
96
在 win10 中安装或者升级 docker desktop 时报出错误:
Installation failed: Could not find file C:\Program Files\Docker\Docker\installationmanifest.json.
...
分类:
Web程序 时间:
2019-08-09 16:02:08
阅读次数:
182
<?phpdate_default_timezone_set('Asia/Chongqing');header('content-type:text/html; charset=utf-8');ini_set('display_errors', 1);error_reporting(E_ALL);s ...
分类:
其他好文 时间:
2019-08-09 15:12:49
阅读次数:
82