码迷,mamicode.com
首页 >  
搜索关键字:ip add    ( 83522个结果
批处理获取拖入文件信息
@ECHOOFFecho%1:获取拖入文件完整路径。如:"E:\DDC\add.txt"echo%~1:获取拖入文件完整路径,并去掉首尾引号。如:E:\DDC\add.txtecho%~nx1:获取拖入文件文件名及后缀。如:add.txtecho%~n1:获取拖入文件文件名。如:addecho%~x...
分类:其他好文   时间:2014-04-30 04:19:39    阅读次数:500
LeetCode1:Two Sum
题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the t...
分类:其他好文   时间:2014-04-30 03:20:07    阅读次数:502
php 获取客户端ip
1 function getRealIp() { 2 if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown")) 3 $ip = getenv("HTTP_C...
分类:Web程序   时间:2014-04-30 01:42:33    阅读次数:422
VoIP常见编码的带宽计算
voip带宽计算VOIP计算方法与所选用的编码方法有关,而与哪个厂家的没有什么关系,公式如下:带宽=包长度×每秒包数=包长度×(1/打包周期)=(Ethernet头+IP头+UDP头+RTP头+有效载荷)×(1/打包周期)=(208bit +160bit+64bit+96bit +有效载荷)×(1/...
分类:其他好文   时间:2014-04-30 01:18:55    阅读次数:711
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
ntpd (linux时间同步)
开发板使用ntpdate 进行网络时间同步 用法 ntpdate ip 出现如下错误 ntpdate -u ipError resolving ai_socktype: Servname not supported for ai_socktype (-8) 1 Jan 01:44:12 ntpda....
分类:系统相关   时间:2014-04-29 23:36:24    阅读次数:1440
js冲突
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(//"~/Scripts/modernizr-2.6.2.js", "~/Scripts/jquery-1.8.0....
分类:Web程序   时间:2014-04-29 22:46:01    阅读次数:618
iptables
http://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Netfilter-packet-flow.svg/1450px-Netfilter-packet-flow.svg.pnghttp://en.wikipedia.org/wiki/Ip...
分类:其他好文   时间:2014-04-29 22:18:28    阅读次数:512
ahjesus ubuntu10.4安装ruby2.1.1
sudo apt-get install python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:其他好文   时间:2014-04-28 14:18:29    阅读次数:445
网络复习之数据链路层
在OSI体系中,该层位于第二层,从下到上依次:物理层,数据链路层,网络层,运输层,会话层,表示层,应用层。在TCP/IP体系中,该层位于第一层,从下到上依次:网络接口层,网际层,运输层,应用层。在这层中,涉及到最重要的知识点1 帧的格式2 差错检验3 碰撞检测4 帧的长度问题MAC帧的格式6字节:目...
分类:其他好文   时间:2014-04-28 00:21:12    阅读次数:614
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!