Description Farmer John is trying to figure out when his last shipment of feed arrived. Starting with an empty grain bin, he ordered and received F1 ( ...
分类:
其他好文 时间:
2018-02-04 00:28:47
阅读次数:
164
dnsping通过给DNS服务器发送指定的数据包,像PING一样返回结果dnsping-c10-s114.114.114.114www.51cto.comdnspingDNS:114.114.114.114:53,hostname:www.51cto.com,rdatatype:A70bytesfrom114.114.114.114:seq=0time=26.055ms70bytesfrom114
分类:
其他好文 时间:
2018-02-02 17:04:41
阅读次数:
197
下面介绍appium日志的大概分析 //启动appium服务成功2017-03-24 11:22:49:218 - info: [Appium] Welcome to Appium v1.6.32017-03-24 11:22:49:221 - info: [Appium] Non-default ...
分类:
移动开发 时间:
2018-01-30 19:54:31
阅读次数:
443
[root@lizhipenglinux01 ~]# rsync -av /etc/passwd /tmp/1.txtsending incremental file listpasswd sent 1318 bytes received 31 bytes 2698.00 bytes/sectota ...
分类:
其他好文 时间:
2018-01-28 18:14:19
阅读次数:
262
PROC Server() !声明变量 VAR socketdev temp_socket; VAR socketdev client_socket; VAR string received_string; !清屏 TPErase; !关闭之前的连接 SocketClose temp_socket; ...
分类:
其他好文 时间:
2018-01-28 16:32:55
阅读次数:
180
tcpdump采用命令行方式对接口的数据包进行筛选抓取,其丰富特性表现在灵活的表达式上。不带任何选项的tcpdump,默认会抓取第一个网络接口,且只有将tcpdump进程终止才会停止抓包。例如:shell> tcpdump -nn -i eth0 icmp下面是详细的tcpdump用法。1.1 tcpdump选项它的命令格式为:tcpdump
分类:
其他好文 时间:
2018-01-26 17:06:13
阅读次数:
199
解决方法: 将driver_executor和executor_memory调大,调节原则:使用的资源有多大,就尽量去调节到最大的大小。 2、spark汇聚数据到hbase失败 解决办法: hive.Context.setConf("parquet.memory.min.chunk.size","1 ...
分类:
其他好文 时间:
2018-01-19 11:48:21
阅读次数:
1625
C++父子进程使用SIGUSR1和SIGUSR2进行通信 捕捉SIGUSR1和SIGUSR2的简单程序 ...
分类:
系统相关 时间:
2018-01-16 18:37:10
阅读次数:
244
服务器端: 1 # The_author = 'liu66' 2 # By python3.x 3 # -*- coding = utf-8 -*- 4 5 6 import socket,os 7 8 server=socket.socket() 9 server.bind(("localhost ...
分类:
编程语言 时间:
2018-01-14 21:18:07
阅读次数:
121