1.数据库表 CREATE TABLE `tb_brand` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '品牌id', `name` varchar(50) NOT NULL COMMENT '品牌名称', `image` varchar(2 ...
分类:
编程语言 时间:
2020-05-18 22:33:12
阅读次数:
86
在配置cypress导出报告的时候,一直报Invalidcharacterinheadercontent["x-cypress-file-path"]的错误,无论导出哪种报告。问题产生的原因是项目所在文件路径中有中文,将路径中的中文改成英文,可导出正常。
分类:
其他好文 时间:
2020-05-18 18:25:33
阅读次数:
87
基本数据类型 byte short int long boolean char float double 对应的包装类 Byte Short Integer Long Boolean Character Float Double 包装类的主要作用 将字符串 解析转化为 各种数据类型 各包装类都有的静 ...
分类:
编程语言 时间:
2020-05-16 21:13:28
阅读次数:
90
概述本篇文章我们将会介绍tomcat /conf 文件夹中 server.xml 的配置相关。配置简述在 server.xml 文件中包含者以下的对象。The configuration element descriptions are organized into the following ma... ...
分类:
其他好文 时间:
2020-05-16 12:10:00
阅读次数:
58
Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Input: "Hello" Output: "hello" ...
分类:
其他好文 时间:
2020-05-16 10:32:54
阅读次数:
63
SSM框架整合 springmvc servlet.xml 数据库 application context.xml mybatis config.xml spring dao.xml 依赖 打包问题 web.xml 路径 事物织入 spring service ...
分类:
其他好文 时间:
2020-05-16 01:00:41
阅读次数:
65
参考自 "Android 沉浸式状态栏完美解决方案" 基本功能 1. 状态栏深色或浅色图标切换 2. 自定义状态栏背景 3. 设置沉浸式状态栏 集成 先准备几个工具类 1.SystemBarTintManager 2. StatusBarUtil 3. StatusBarHeightView 4. ...
分类:
移动开发 时间:
2020-05-15 10:04:09
阅读次数:
74
内容均以php-5.6.14为例. 1. EXPECTED 和 UNEXPECTED 宏,用在判断条件的时候。 ./Zend/zend.h:390 #if (defined (__GNUC__) && __GNUC__ > 2 ) && !defined(DARWIN) && !defined(__ ...
分类:
Web程序 时间:
2020-05-15 00:07:15
阅读次数:
72
2020-05-14 14:19:56.650 ERROR 6756 [eate-1937171706] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql://localh ...
分类:
编程语言 时间:
2020-05-14 15:00:46
阅读次数:
79