A. Palindromic Twist A. Palindromic Twist You are given a string ss consisting of nn lowercase Latin letters. nn is even. For each position ii (1≤i≤n1 ...
分类:
其他好文 时间:
2018-08-19 17:06:47
阅读次数:
218
python后端写下载文件, 这个时候出现了这个错误 latin-1 codec cant encode characters in position 42-48: ordinal not in range256 怎么办: 查起因: 发现文件名有中文名字, 所以导致错误, 编码是latin-1编码, ...
分类:
Web程序 时间:
2018-08-17 20:00:25
阅读次数:
193
Questioin "824.?Goat Latin" Solution 题目大意:根据要求翻译句子 思路:转换成单词数组,遍历数组,根据要求转换单词 Java实现: 用Java8的流实现,效率太低 java public String toGoatLatin(String S) { final S ...
分类:
其他好文 时间:
2018-08-13 20:44:42
阅读次数:
144
数据库相关语句: 如何创建不同字符集的数据库: 关于字符集: (1) 程序使用的字符集应该要与数据库使用的字符集一致,否则会导致乱码(2) 编译安装MySQL时,如果不指定字符集,那么默认的字符集则是latin;如果指定了字符集,则以后创建的数据库默认都是该字符集(3) 我们在编译安装MySQL之前 ...
分类:
数据库 时间:
2018-08-12 22:24:18
阅读次数:
239
eclipse新建jsp文件默认字符编码为ISO-8859-1,很烦人,每次都需要更改 更改设置步骤: eclipse中点击Window >Preference >Web >点击JSP Files >可以看到默认的jsp文件的字符编码是ISO-8859-1(ISO Latin-1) 在右边把Enco ...
分类:
Web程序 时间:
2018-08-11 10:55:43
阅读次数:
184
之前想要写一个自动在Proxy中进行搜索并使用自定义颜色进行标记的插件。结果多看了两眼发现Burp-Search还能用,也省了点事。搜索中文:1)Useroptions-CharacterSets-Displayasrawbytes2)在Proxy中找到你想要搜索的这段中文如:è???¥¨??¨??¨??¨?????°è????-??-??-3)或者自动通过脚本将中文转为latin_1字符集如:“
分类:
其他好文 时间:
2018-08-02 16:06:42
阅读次数:
517
题目描述 You are given a string s s s consisting of n n n lowercase Latin letters. Let's denote k k k -substring of s s s as a string subsk=sksk+1..sn+1?k ...
分类:
其他好文 时间:
2018-07-23 14:42:08
阅读次数:
301
问题描述: There is a new alien language which uses the latin alphabet. However, the order among letters are unknown to you. You receive a list of non-empt ...
分类:
其他好文 时间:
2018-07-11 12:27:30
阅读次数:
172
ISO Latin-1字符集: 	 — 制表符Horizontal tab — 换行Line feed — 回车Carriage Return   — Space ! ! — 惊叹号Exclamation mark ” " " 双引号 ...
分类:
Web程序 时间:
2018-06-26 12:33:57
阅读次数:
420
一、DatabaseLibrary 库遇到的问题:1,连接mysql库,查询语句带有中文,报FAIL UnicodeEncodeError: 'latin-1' codec can't encode characters in position 92-107: ordinal not in rang ...
分类:
其他好文 时间:
2018-06-22 13:16:21
阅读次数:
182