安装Visual C++运行库 根据 PHP 版本选择 VC++ 版本,缺少 VC++ 运行库会报500错误。 php-7.1.28-nts-Win32-VC14-x64.zip VC14: Visual C++ 2015 x64php-7.3.2-nts-Win32-VC15-x64.zip VC ...
[//title]:(一文搞懂vim复制粘贴) [//englishTitle]:(copy and paste in vim) [//category]:(vim,problem,problem solved) [//tags]:(vim) [//createTime]:(20200118) [/ ...
分类:
系统相关 时间:
2020-01-27 00:19:15
阅读次数:
113
关于MySQL出现lock wait timeout exceeded; try restarting transaction 的解决方案。 一、问题抛出 在做查询语句时,MySQL 抛出了这样的异常: MySQL server error report:Array ( [0] => Array ( ...
分类:
数据库 时间:
2020-01-26 17:30:36
阅读次数:
156
当经常有发生连接池满获取不到连接时,可以开启druid监控,在连接都正常关闭的应用中,不应该出现下列警告,如下: 10:53:39.927 [Druid-ConnectionPool-Destroy--877824563] ERROR com.alibaba.druid.pool.DruidData ...
分类:
编程语言 时间:
2020-01-26 14:33:33
阅读次数:
110
1、View Results Tree【查看结果树】 2、Summary Report 为测试中的每个不同命名的请求创建一个表行,与聚合报告类似,使用更少的内存 3、Aggregate Report 【 聚合报告 】 4、Backend Listener 【后端监听器】 5、Aggregate Gr ...
分类:
其他好文 时间:
2020-01-20 11:22:36
阅读次数:
301
HTMLTestRunner.py """A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The simples ...
分类:
其他好文 时间:
2020-01-19 00:05:51
阅读次数:
141
问题 G: AtCoDeer and Election Report 时间限制: 1 Sec 内存限制: 128 MB[提交] [状态] 题目描述 AtCoDeer the deer is seeing a quick report of election results on TV. Two ca ...
分类:
其他好文 时间:
2020-01-18 19:45:21
阅读次数:
120
场景:优化打包后的代码,提高性能。 1.方式一:report-json。 1.1 package.json文件里加入以下命令, 1.2 然后控制台运行 npm run report 1.3 结果:会在dist文件夹里生成 report.json。里面有打包后每个文件的来源。 2.方式二:使用 sta ...
分类:
其他好文 时间:
2020-01-17 11:48:32
阅读次数:
356
什么是标签 <a> 官方定义是这样的: The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addr ...
分类:
其他好文 时间:
2020-01-16 12:53:35
阅读次数:
92
一、插件目标(goal) 1、analyze:分析项目依赖,确定哪些是已使用已声明的,哪些是已使用未声明的,哪些是未使用已声明的 2、analyze-dep-mgt:分析项目依赖,列出已解析的依赖项与dependencyManagement中定义的依赖项不匹配的部分 3、analyze-report ...
分类:
其他好文 时间:
2020-01-13 23:27:21
阅读次数:
135