1. 安装IBus system settings——>language support——>keyboard input method system 中选择 ibus system settings——>Text Entry,添加chinese(pinyin) 2. 启动IBus 3. iBus设 ...
分类:
系统相关 时间:
2018-09-02 02:10:57
阅读次数:
206
public void setDemo(){ Set<String> set1 = new HashSet<>(); set1.add("London"); set1.add("Chinese"); set1.add("Shanghai"); set1.add("England"); set1.ad ...
分类:
其他好文 时间:
2018-09-01 12:41:43
阅读次数:
282
一、排序规则 有时候我们向数据库插入文本时,会出现乱码“?”,这时有可能是我们创建数据库没有设置好排序规则 以 Chinese_PRC_CI_AS 为例 前半部分Chinese_PRC指的是针对大陆简体字unicode的排序规则 后半部分的含义为: _BIN 二进制排序 _CI(CS): 是否区分大 ...
分类:
数据库 时间:
2018-09-01 00:02:12
阅读次数:
889
contrast between Chinese and English "Paper" Feature Pyramid Networks for Object Detection 用于特征检测的目标金字塔网络 Abstract 摘要 Feature pyramids are a basic com ...
分类:
其他好文 时间:
2018-08-31 22:22:28
阅读次数:
1241
1.下载安装包simatic step 7 v5.5 sp4 chinese.rar 2.解压,放置路径不能有中文 3,打开注册表,HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\\ 删除PendingFileR ...
分类:
其他好文 时间:
2018-08-30 21:42:03
阅读次数:
177
# 广义上的封装# class 类名:# def 方法名(self):pass# 是为了只有这个类的对象才胡使用定义在类中的方法# 狭义上的封装: 把一个名字藏在类中class Goods: __discount = 0.2 # 私有的静态变量 print(__discount) # 0.2# 在类 ...
分类:
其他好文 时间:
2018-08-30 02:00:02
阅读次数:
101
https://en.wikipedia.org/wiki/Chinese_remainder_theorem http://planetmath.org/ChineseRemainderTheorem Sunzi's original formulation: x ≡ 2 (mod 3) ≡ 3 ...
分类:
其他好文 时间:
2018-08-29 14:16:16
阅读次数:
154
VS Code相关插件:Chinese (Simplified) Language Pack for Visual Studio Code Debugger for Chrome ESLint Vetur 一 安装:安装VS Code插件 Debugger for Chrome 二 配置:confi ...
分类:
Web程序 时间:
2018-08-29 10:48:59
阅读次数:
2415
http://www.fpdf.org/ https://github.com/Setasign/FPDF https://www.ntaso.com/fpdf-and-chinese-characters/ ...
分类:
Web程序 时间:
2018-08-27 21:40:35
阅读次数:
115
Nice to meet you. 你好 打招呼: hi,hello 重点: 打招呼和互相介绍、主系表结构 Is Chang-woo Chinese? 昌武是中国人吗? No,he isn't . He's Korean. Mr. 先生 sir: 也是"先生"的意思 Mr.: 后面加上这位先生的姓氏 ...
分类:
其他好文 时间:
2018-08-26 20:47:39
阅读次数:
223