在Consol中输入 Sys.setlocale("LC_ALL","Chinese") 即可 ...
分类:
其他好文 时间:
2018-11-15 17:17:02
阅读次数:
194
About 900 years ago, a Chinese philosopher Sima Guang wrote a history book in which he talked about people's talent and virtue. According to his theor ...
分类:
其他好文 时间:
2018-11-15 17:14:58
阅读次数:
162
In Chinese mythology, Pangu is the first living being and the creator of the sky and the earth. He woke up from an egg and split the egg into two part ...
分类:
其他好文 时间:
2018-11-15 12:09:35
阅读次数:
288
图一: 图二: 图一转图二: 图二转图一: Name Course Score Zhangsan Chinese 85 Zhangsan Maths 76 Zhangsan English 80 Lisi Chinese 82 Lisi Maths 90 Lisi English 55 ...
分类:
其他好文 时间:
2018-11-14 11:00:25
阅读次数:
140
切换中文 首先看商店里有没有chinese language那个中文插件。 在ctrl + shift +p 搜索configure language,然后配置locale如下即可配置中文。 ...
分类:
其他好文 时间:
2018-11-12 17:37:57
阅读次数:
103
SELECT COLLATIONPROPERTY('Chinese_PRC_Stroke_CI_AI_KS_WS', 'CodePage') 下面是查询结果:936 简体中文GBK950 繁体中文BIG5437 美国/加拿大英语932 日文949 韩文866 俄文65001 unicode UFT- ...
分类:
数据库 时间:
2018-11-12 14:47:10
阅读次数:
657
locale -a |grep zh_CN #是否安装中文包 yum groupinstall "fonts" yum install kde-l10n-Chinese #安装中文支持 Centos7版本命令 echo $LANG 查看默认语言环境 /etc/locale.conf vim /etc ...
分类:
其他好文 时间:
2018-11-10 19:06:35
阅读次数:
597
vscode写JS/html/css是比较适合的,因为轻量级. 只是需要一些插件来完善VSCODE功能,感觉VSCODE就是要靠插件的,不然的话,只是一个高级的代码编辑器.可能比editplus"要好很多". 这个图上是几个常用的插件,以下说明 Auto Close Tag 这个用来自动补全HTML ...
分类:
其他好文 时间:
2018-11-10 00:59:50
阅读次数:
219
js对象替换键值名称 将obj中的id和name字段替换分别替换成为“@id”,“@name” 代码如下: 对于对象 例如:替换obj中grade属性,将Math替换Chinese,将English替换成Chemistry 完整代码为: ...
分类:
Web程序 时间:
2018-11-05 20:02:26
阅读次数:
1178
LOGFONT是Windows内部字体的逻辑结构,主要用于设置字体格式,其定义如下:typedef struct tagLOGFONTA{LONG lfHeight;LONG lfWidth;LONG lfEscapement;LONG lfOrientation;LONG lfWeight;BYT ...
分类:
编程语言 时间:
2018-11-05 19:14:23
阅读次数:
271