码迷,mamicode.com
首页 >  
搜索关键字:received    ( 759个结果
[Usaco2005 Feb]Feed Accounting 饲料计算
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
这可能是目前最好用DNS诊断和性能测量工具
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的log详细分析
下面介绍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
rsync工具介绍 rsync常用选项 rsync通过ssh同步
[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
ABB Server(服务端)代码解析
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,默认会抓取第一个网络接口,且只有将tcpdump进程终止才会停止抓包。例如:shell> tcpdump -nn -i eth0 icmp下面是详细的tcpdump用法。1.1 tcpdump选项它的命令格式为:tcpdump
分类:其他好文   时间:2018-01-26 17:06:13    阅读次数:199
spark性能调优
解决方法: 将driver_executor和executor_memory调大,调节原则:使用的资源有多大,就尽量去调节到最大的大小。 2、spark汇聚数据到hbase失败 解决办法: hive.Context.setConf("parquet.memory.min.chunk.size","1 ...
分类:其他好文   时间:2018-01-19 11:48:21    阅读次数:1625
Linux的SIGUSR1和SIGUSR2信号
C++父子进程使用SIGUSR1和SIGUSR2进行通信 捕捉SIGUSR1和SIGUSR2的简单程序 ...
分类:系统相关   时间:2018-01-16 18:37:10    阅读次数:244
[Python Study Notes] Socket模拟ssh并记录遇到的问题
服务器端: 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
Netty实现简单UDP服务器
文件列表: ...
分类:Web程序   时间:2018-01-11 16:13:55    阅读次数:393
759条   上一页 1 ... 29 30 31 32 33 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!