Interpreting /proc/meminfo and free output for Red Hat Enterprise Linux 5, 6 and 7 Solution Verified - UpdatedOctober 2 2018 at 6:35 AM - https://acce ...
分类:
系统相关 时间:
2018-12-01 00:17:54
阅读次数:
185
root pts/1 2018-11-16 00:38 (desktop-4a0ohej)
[root@master init]# tail -f /var/log/messages
Nov 16 01:01:01 master systemd: Starting Session 34 of user root.
Nov 16 01:10:01 master systemd: Started Session 35 of user root.
Nov 16 01:10:01 master systemd: Starting Session 35 of user root.
Nov 16 01:14:00 master root: [euid=root]:root pts/0 2018-11-16 00:29 (desktop-4a0ohej):[pwd]export PROMPT_COMMAND=‘ { msg=$(history 1 | { read x y; echo $y; });logger "[euid=$(whoami)]":$(who am i):[‘
分类:
其他好文 时间:
2018-12-01 00:00:52
阅读次数:
238
1.判断一个字符是否在str中,判断一个对象是否在list中,判断一个键是否在一个字典中,判断一个对象是否在一个tuple中,均可使用in,相反可以使用not in 2.str中的format可以使 { } 中的替换成传入的参数 e. test = 'i am {name}, {age}' test ...
分类:
其他好文 时间:
2018-11-30 11:34:56
阅读次数:
157
Yarn架构介绍Yarn/MRv2最基本的想法是将原JobTracker主要的资源管理和job调度/监视功能分开作为两个单独的守护进程。有一个全局的ResourceManager(RM)和每个Application有一个ApplicationMaster(AM),Application相当于map- ...
分类:
其他好文 时间:
2018-11-29 20:02:11
阅读次数:
125
!pip install nltk #读取文件 text = 'Be assured that individual statistics are not disclosed and this is for internal use only..I am pleased to inform you ... ...
分类:
其他好文 时间:
2018-11-29 15:38:45
阅读次数:
265
Python 中一对单引号和一对双引号都可表示一个字符串: 思考? 如何表示字符串: I ' am a python coder. 方法一, 用单引号加转义字符 ' \ ': 转义字符 \ 改变原来单引号的含义,在此处表示特殊含义。 思考?如何表示字符串: 'A' and 'a' are two d ...
分类:
编程语言 时间:
2018-11-29 01:18:42
阅读次数:
199
public class Test{ public static void main(String[] args) { System.out.println("I am testing"); //how to use substring api String s = "abcde"; System.... ...
分类:
编程语言 时间:
2018-11-25 22:23:55
阅读次数:
213
用一个字符数组可以存放一个字符串中的字符。如: char str[12]={‘I’,’ ‘,’a’,’m’,’ ‘,’h’,’a’,’p’,’p’,’y’}; 用一维字符数组str来存放一个字符串″I am happy″中的字符。字符串的实际长度(10)与数组长度(12)不相等,在存放上面10个字符 ...
分类:
编程语言 时间:
2018-11-21 10:20:05
阅读次数:
187
Xml配置: 监听类: 测试: 输出: 事务执行过程中,命令入队列,而没有被执行,所以value为空:value=nullvalue1 23 耗时:13毫秒 I am lazy!!chatchatI am lazy!!chatchatI am lazy!!chatchat -1 hello java ...
分类:
其他好文 时间:
2018-11-18 16:36:37
阅读次数:
137
本文转自:https://stackoverflow.com/questions/48706743/ms-excel-vbo-option-missing-in-blue-prism 问: I am trying to learn Blue Prism in order to complete a ...
分类:
其他好文 时间:
2018-11-16 23:38:20
阅读次数:
379