码迷,mamicode.com
首页 >  
搜索关键字:chinese    ( 1862个结果
centos语言设置
1. echo $LANG可以查看当前使用的系统语言 2. 在终端输入 locale命令,如有zh cn 表示已经安装了中文 3. 安装中文语言包yum groupinstall chinese-support 4. 修改语言: Vi /etc/sysconfig/i18n LANG="zh_CN.... ...
分类:编程语言   时间:2019-02-23 01:10:02    阅读次数:188
文本检测和识别 代码结构梳理
前言:最近学习了一些OCR相关的基础知识,包含目标检测和自然语言处理。 正好,在数字中国有相关的比赛: https://www.datafountain.cn/competitions/334/details/rule 所以想动手实践一下,实际中发现,对于数据标签的处理和整个检测和识别的流程并不熟悉 ...
分类:其他好文   时间:2019-02-22 21:36:58    阅读次数:269
jq+layui 总结
1、//获取当前时间*24小时制var myDate = new Date(); var createTime=myDate.toLocaleString('chinese', { hour12: false }); 2、//获取select中选中的值var temType = $("#temTyp ...
分类:其他好文   时间:2019-02-18 19:00:08    阅读次数:911
VS Code怎样设置成中文
打开 VS Code Ctrl + Shift +p打开搜索框 搜索框内输入Configure Display Language 回车 修改代码中“locale”后面引号内内容为zh-CH 重新启动VS Code 如果没有效果的话 点击插件商店 搜索 Chinese(Simplied) Lang 点 ...
分类:其他好文   时间:2019-02-18 01:04:18    阅读次数:292
POJ3696 The Luckiest Number
Chinese people think of '8' as the lucky digit. Bob also likes digit '8'. Moreover, Bob has his own lucky number L. Now he wants to construct his luck ...
分类:其他好文   时间:2019-02-16 19:27:03    阅读次数:197
Visual Studio Code 设置中文语言版本
设置方法有两种: 方法一1.选择扩展 搜索“Language”,在下列选项选择 Chinese (Simplified) Language Pack for Visual Studio Code安装,安装完后编辑 器右下方提示是否切换到中文语言版本,确定即可,如图1 方法二1.按F1在命令行输入“C ...
分类:编程语言   时间:2019-02-13 09:27:02    阅读次数:245
C++反编译-类的继承二
- - - - - - begin - - - - - - ;42 : speak(&chinese); 0x4013c7 lea 0x5c(%esp),%eax 0x4013cb mov %eax,(%esp) 0x4013ce movl $0x1,0x20(%esp) 0x4013d6 call... ...
分类:编程语言   时间:2019-02-12 13:29:39    阅读次数:176
C#中的委托
什么是委托 可以使得C 中的函数作为参数来传递 委托的定义,使用 关键字 委托能包装的方法是有一定限制的 方法的签名必须与委托一直,方法签名包括参数的个数,类型的顺序; 方法的返回类型要和委托一致 委托的使用 为什么使用委托 引入委托之后,可以将函数作为参数传递给另一个方法.可以提高方法的扩展性 委 ...
分类:Windows程序   时间:2019-02-10 23:17:15    阅读次数:265
Weekly blog for week 1905&1906
It was delayed because of Chinese New Year. Type some quotes to improvise. hehe~ -Death is like the wind, always by my side. -I'll give you the esay w ...
分类:其他好文   时间:2019-02-10 23:13:43    阅读次数:170
python 将windows字体中的汉字生成图片的方法
#encoding: utf-8import osimport pygamechinese_dir = '黑体常规'if not os.path.exists(chinese_dir): os.mkdir(chinese_dir)pygame.init()start,end = (0x4E00, 0 ...
分类:编程语言   时间:2019-02-09 19:19:05    阅读次数:238
1862条   上一页 1 ... 28 29 30 31 32 ... 187 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!