码迷,mamicode.com
首页 >  
搜索关键字:character    ( 4920个结果
SSM框架整合
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:沉浸式状态栏
参考自 "Android 沉浸式状态栏完美解决方案" 基本功能 1. 状态栏深色或浅色图标切换 2. 自定义状态栏背景 3. 设置沉浸式状态栏 集成 先准备几个工具类 1.SystemBarTintManager 2. StatusBarUtil 3. StatusBarHeightView 4. ...
分类:移动开发   时间:2020-05-15 10:04:09    阅读次数:74
springboot中遇到的报错
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
数据库常用命令总结
数据库基础常用命令总结
分类:数据库   时间:2020-05-14 01:20:42    阅读次数:80
04_字符串
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
10JAVA基础-常用类02
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
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
QT在VS中的中文乱码
#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
k8s记录-docker源码安装mysql5.7.20
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
MySQL 从Centos中导入sql文件的方法
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
4920条   上一页 1 ... 24 25 26 27 28 ... 492 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!