https://stackoverflow.com/questions/18819180/tomcat-7-0-43-info-error-parsing-http-request-header 未能解决上述问题。 Invalid character found in the request tar ...
分类:
编程语言 时间:
2018-12-01 18:28:37
阅读次数:
335
create database ssm default character set utf8; use ssm; create table flower( id int(10) primary key auto_increment comment'编号', name VARCHAR(30) not ... ...
分类:
数据库 时间:
2018-12-01 12:59:48
阅读次数:
189
Longest Common Subsequence "Aizu ALDS1_10_C" For given two sequences X and Y, a sequence Z is a common subsequence of X and Y if Z is a subsequence of ...
分类:
其他好文 时间:
2018-12-01 11:12:55
阅读次数:
194
一般会答: 看源码是如何实现的: value就是一个字符数组, 即s.length()其实是调用char[]的length属性 ...
分类:
其他好文 时间:
2018-12-01 11:03:29
阅读次数:
178
alter table t_foo change `str` `str` varchar(100) character set utf8 not null ; ...
分类:
数据库 时间:
2018-11-30 13:44:37
阅读次数:
182
XML定义 传输数据,可扩展标记语言 XML文档结构 xml的声明 xml根元素定义 xml元素 xml的注释 XML语法规则 所有Xml元素必须有关闭标签 对大小写敏感 必须正确的嵌套 必须有根元素 属性以名值对方式组成,值须加引号 XML SAX解析器 解析过程 1.创建事件处理程序 2.创建S ...
分类:
其他好文 时间:
2018-11-30 00:49:16
阅读次数:
176
概意思是,默认文件是ASCII格式,需要更改文件编码,操作是在文件首行加上 ...
分类:
其他好文 时间:
2018-11-29 19:59:07
阅读次数:
281
python的默认编码文件是用的ASCII码,而你的python文件中使用了中文等非英语字符。 在Python源文件的最开始一行,加入一句: ...
分类:
编程语言 时间:
2018-11-29 16:35:33
阅读次数:
215
查看是否开启服务 查看my.cnf cat /etc/my.cnf Example MySQL config file for small systems. This is for a system with little memory ( ...
分类:
数据库 时间:
2018-11-29 15:27:19
阅读次数:
166
Largest Rectangle in a Histogram http://acm.hdu.edu.cn/showproblem.php?pid=1506 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Ja ...
分类:
其他好文 时间:
2018-11-29 15:14:39
阅读次数:
200