用户配置文件 Linux通过用户配置文件来查看和修改用户信息,从而建立合理的用户等级制度,规范服务器操作 四种用户配置文件 1.用户信息文件/etc/passwd 2.影子文件 /etc/shadow 3.组文件信息 /etc/group 4.组密码文件 /etc/gshadow 用户信息文件/et ...
分类:
其他好文 时间:
2017-04-09 23:20:40
阅读次数:
230
1165: 零起点学算法72——首字母变大写 Description 输入一个英文句子,将每个单词的第一个字母改成大写字母。 输入一个英文句子,将每个单词的第一个字母改成大写字母。 Input 输入数据包含多个测试实例,每个测试实例是一个长度不超过100的英文句子,占一行。 输入数据包含多个测试实例 ...
分类:
编程语言 时间:
2017-04-09 23:14:02
阅读次数:
354
第一步:下载JDK,可直接双击安装,到如下图这一步可以点击【更改】,将JDK安装到自己指定的路径。 注:若无安装目录要求,可全默认设置。无需做任何修改,两次均直接点下一步即可。 第二步:安装完JDK后配置环境变量 计算机→属性→高级系统设置→高级→环境变量 第三步: DOS的批处理命令直接运行: 创 ...
分类:
编程语言 时间:
2017-04-09 23:13:01
阅读次数:
207
SELECT MAX(POPULATION) - MIN(POPULATION)FROM CITY; ...
分类:
数据库 时间:
2017-04-09 22:35:07
阅读次数:
243
当我们在设置密码时,网站/App要求我们遵循的各种稀奇古怪的密码规则真的有用吗?
分类:
其他好文 时间:
2017-04-09 22:11:00
阅读次数:
307
415. Add Strings Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: 思路:由于一个字符与一个非负整数等价,所以直接对两 ...
分类:
其他好文 时间:
2017-04-09 22:09:26
阅读次数:
272
Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive intege ...
分类:
移动开发 时间:
2017-04-09 22:07:44
阅读次数:
245
28. Implement strStr() Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. 思 ...
分类:
其他好文 时间:
2017-04-09 22:03:02
阅读次数:
140
第一步:使用font-face声明字体@font-face {font-family: 'iconfont';src: url('iconfont.eot'); /* IE9*/src: url('iconfont.eot?#iefix') format('embedded-opentype'), ...
分类:
其他好文 时间:
2017-04-09 22:01:50
阅读次数:
772
1 NodeManager 中GC收集时间占的比例过多。Detected pause in JVM or host machine (eg GC): pause of approximately 13245msGC pool 'ConcurrentMarkSweep' had collection( ...
分类:
其他好文 时间:
2017-04-09 21:15:57
阅读次数:
305