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
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
ASCII码表在线查询(1.0 beta 1) 输入一个待查字符: ASCII码对照表 下表列出了字符集中的 0 - 127。 代码 字符 代码 字符 代码 字符 代码 字符 0 32 [空格] 64 @ 96 ` 1 33 ! 65 A 97 a 2 34 " 66 B 98 b 3 35 # 6 ...
分类:
其他好文 时间:
2020-05-13 23:25:29
阅读次数:
81
Arrays 基本数据类型包装类 包装类|数据类型 | Byte|byte Short|short Integer|int Long|long Float|float Double|double Character|char Boolean|boolean Integer与int互相转换 int和S ...
分类:
编程语言 时间:
2020-05-13 23:12:50
阅读次数:
73
emulate pressing a keyboard key SendInput() not equal to pressing key manually on keyboard in C++? I wanted to write a c++ code to emulate pressing a ...
分类:
其他好文 时间:
2020-05-13 20:10:42
阅读次数:
66
#ifdef WIN32 #pragma execution_character_set("utf-8") #endif #if _MSC_VER >= 1600#pragma execution_character_set("utf-8") #endif 一般有中文的字符串我会这种转:QStrin ...
分类:
其他好文 时间:
2020-05-13 12:09:45
阅读次数:
65
1.下载mysql源码 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-boost-5.7.20.tar.gz 2.新建my.cnf文件 [client] port = 3306 default-character-set=utf8 ...
分类:
数据库 时间:
2020-05-13 11:41:21
阅读次数:
94
1、进入数据库 mysql -uroot -p 2、创建数据库 CREATE DATABASE xxxxx CHARACTER SET utf8 COLLATE utf8_general_ci; 2、切换数据库 use xxxxx; 3、导入命令 /root 后面是sql路径 source /roo ...
分类:
数据库 时间:
2020-05-13 10:12:29
阅读次数:
89