0001,启动linux图形界面 startx 0002,设置系统区域,语言等 :查看当前系统的的locale信息 :修改locale显示出来的信息。 :查看帮助 :列出所有可以使用的locale信息,各个国家都有 :修改locale信息 用中文显示系统: LC_CTYPE等都可以修改。 还可以使用 ...
分类:
系统相关 时间:
2019-12-14 12:13:32
阅读次数:
121
练习4-1 /* 珠玑妙算 */ #include <time.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /* 生成4个不同数字的组合并存入数组x */ void make4dig ...
分类:
编程语言 时间:
2019-12-08 15:44:52
阅读次数:
82
1、登录账户或切换账户时出现以下警告 ,如图 -bash: warning: setlocale: LC_CTYPE: cannot change locale (en US.UTF-8):no such file or directoty -bash: warning: setlocale: LC ...
分类:
其他好文 时间:
2019-12-04 21:56:30
阅读次数:
126
字符集报错一直存在 locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or d ...
分类:
系统相关 时间:
2019-11-20 12:52:08
阅读次数:
73
/*atof函数:把字符串s转换为相应的双精度浮点数*/#include <ctype.h>double atof(char s[]){ double val,power; int i,sign; for(i =0;isspace(s[i]);i++) /*isspace判断是否为空白符*/ ; s ...
分类:
其他好文 时间:
2019-11-17 13:10:22
阅读次数:
67
1.语系支持:[root@localhost~]#localeLANG=zh_TW.utf8语言语系输出LC_CTYPE="zh_TW.utf8"输出使用额语系类型LC_NUMERIC="zh_TW.utf8"数字方面额语系数据LC_TIME="zh_TW.utf8"时间方面语系数据LC_COLLATE="zh_TW.utf8&
分类:
系统相关 时间:
2019-10-24 17:04:17
阅读次数:
90
/etc/locale.conf 中 里面默认只有一行: LANG="en_US.UTF-8"这表示系统语言是英语, 应该改成下面这样: LANG="en_US.UTF-8"LC_CTYPE="zh_CN.UTF-8"LC_ALL="en_US.UTF-8"LC_CTYPE 表示语言和类别符号,设置 ...
分类:
其他好文 时间:
2019-10-09 12:48:45
阅读次数:
131
#--此脚本用于将目标表格写入新的表格-- #!/usr/bin/python3 # -*-coding:utf-8-*- #python读取Excel中单元格的内容返回的有5种类型ctype : 0 empty,1 string, 2 number, 3 date, 4 boolean, 5 er... ...
分类:
其他好文 时间:
2019-09-30 19:58:46
阅读次数:
92
1 #--此脚本用于将目标表格写入新的表格-- 2 #!/usr/bin/python3 3 # -*-coding:utf-8-*- 4 #python读取Excel中单元格的内容返回的有5种类型ctype : 0 empty,1 string, 2 number, 3 date, 4 boole... ...
分类:
其他好文 时间:
2019-09-20 18:57:58
阅读次数:
69
sudo apt-get install php7.0-bcmath sudo apt-get install php7.0-bz2 sudo apt-get install php7.0-calendar sudo apt-get install php7.0-ctype sudo apt-get ...
分类:
Web程序 时间:
2019-09-12 13:33:29
阅读次数:
137