码迷,mamicode.com
首页 >  
搜索关键字:chinese    ( 1862个结果
Red Hat Enterprise Linux 5 64-bit chinese language support config steps
Red Hat Enterprise Linux 5 64-bit 系统下安装中文语言支持方法 测试环境:Windows2012+Vmvare9.0+Red Hat Enterprise Linux 5 64-bit 虚拟机安装光盘: rhel-5-server-x86_64-dvd.iso安装中文显示步骤:1、启动Red Hat Enterprise Linux 5 64-bit 虚拟机,打开光...
分类:系统相关   时间:2014-07-22 23:00:33    阅读次数:618
POJ 3384 半平面交
Feng Shui Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 4185   Accepted: 1279   Special Judge Description Feng shui is the ancient Chinese practice of pl...
分类:其他好文   时间:2014-05-12 15:11:08    阅读次数:380
INNO SETUP 5.5.0以上版本中文语言包
1 ; *** Inno Setup version 5.5.0+ Chinese messages *** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ; http://www.jrso...
分类:其他好文   时间:2014-05-10 18:55:59    阅读次数:614
PLSQL DEVELOPER 提示(错误)信息是乱码;亲测有效
新建两个本地环境变量:LANG=zh_CN.GBKNLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK注:oracle的字符集:select * from v$nls_parameters;1NLS_LANGUAGESIMPLIFIED CHINESE2NLS_TER...
分类:数据库   时间:2014-05-10 07:51:32    阅读次数:598
Pat(Advanced Level)Practice--1076(Forwards on Weibo)
Pat1076代码 题目描述: Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social network is formed with foll...
分类:其他好文   时间:2014-05-10 04:50:24    阅读次数:403
判断文章中文字符数量
判断文章中文字符数量 dim WINNT_CHINESE  WINNT_CHINESE = (len("论坛")=2) function strLength(str)  ON ERROR RESUME NEXT  if WINNT_CHINESE then  dim l,t,c  dim i  l=len(str)  t=l  for i=1 to l  c=asc(mid(...
分类:其他好文   时间:2014-05-10 04:30:47    阅读次数:266
mysql命令
gb2312_chinese_CI : 只支持简体中文gb2312_BIN :而gb2312_bin可以说是gb2312_chinese_ci的一个子集,而且gb2312_BIN是二进制存储.区分大小写数据库编码格式就意义不一样了gbk_chinese_CI 支持简体中文和繁体gbk_bin 解释同...
分类:数据库   时间:2014-05-08 23:11:15    阅读次数:454
让centos 支持中文 转
开始我用java测试移动文件的时候,wins都可以,当放到centos上的时候就无法移动文件了;最后发现时由于安装英文版的系统不支持中文,出现中文文件名乱码,所以移动不了;下面操作时在centos上安装中文支持:1)先下载并安装两个语言包:fonts-chinese-3.02-12.el5.noar...
分类:其他好文   时间:2014-05-07 17:33:18    阅读次数:382
SQLServer中char、varchar、nchar、nvarchar的区别:
双字节字符集(Double Byte Character Set,缩写:DBCS)是指电脑的字符编码中,使用了两个字节的所有字符集合。这种字符集以汉语、日语和韩语(合称CJK,即Chinese、Japanese、Korean的首字母)的字符最具代表性,所以有时也专指CJK的字符集。http://zh...
分类:数据库   时间:2014-05-05 22:16:20    阅读次数:420
模块管理常规功能自定义系统的设计与实现(22--第二个模块的加入)
模块“市”的设计与加入         现在重复加入“省”模块的过程,来加入市的模块。 1、建立数据表CityCREATE TABLE [dbo].[City]( [tf_cityId] [nvarchar](4) COLLATE Chinese_PRC_CI_AS NOT NULL, [tf_provinceId] [nvarchar](2) COLLATE Chinese_PRC_...
分类:其他好文   时间:2014-05-03 16:02:29    阅读次数:293
1862条   上一页 1 ... 184 185 186 187 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!