浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 630 下一页

2012年6月28日

摘要: import java.util.regex.Matcher;import java.util.regex.Pattern;import java.util.regex.PatternSyntaxException;System.properties.putAll( ["http.proxyHost":"10.10.224.97", "http.proxyPort":"80","http.prox... 阅读全文
posted @ 2012-06-28 15:46 lexus 阅读(284) 评论(0) 推荐(0)

摘要: HTTP Builder - DownloadProject Archive and JARThe latest JAR can be obtained from the Codehaus Maven repository. The repository also contains project assemblies (.tar.gz), which include the source cod... 阅读全文
posted @ 2012-06-28 15:29 lexus 阅读(611) 评论(0) 推荐(0)

摘要: HTTP Builder - HomeHTTPBuilder OverviewHTTPBuilder is the easiest way to manipulate HTTP-based resources from the JVM.In a nutshell, HTTPBuilder is a wrapper for Apache's HttpClient, with some (actual... 阅读全文
posted @ 2012-06-28 15:28 lexus 阅读(448) 评论(0) 推荐(0)

摘要: Groovy Script: HTTP Builder Get Example - Blogging TechstacksGroovy Script: HTTP Builder Get ExampleSimilar to the HTTP HEAD example from a few days ago, this script uses the Groovy HTTP Builder modul... 阅读全文
posted @ 2012-06-28 15:27 lexus 阅读(1345) 评论(0) 推荐(0)

摘要: Groovy - Simple file download from URL f proxy configuration is needed, call this: System.properties.putAll( ["http.proxyHost":"proxy-host", "http.proxyPort":"proxy-port","http.proxyUserName":"user-na... 阅读全文
posted @ 2012-06-28 15:27 lexus 阅读(368) 评论(0) 推荐(0)

摘要: Connect to URL and dump webpage in Groovy - Stack Overflow 5 down vote acceptedThis is a good examplehttp://groovy.codehaus.org/Simple+file+download+from+URLBasically you want to do something likedef ... 阅读全文
posted @ 2012-06-28 14:59 lexus 阅读(404) 评论(0) 推荐(0)

摘要: Ubuntu下安装GeoIP | 简单.生活Ubuntu下安装GeoIPCategory : 工作学习 / Tags : GeoIP, linux, php, ubuntu / Date : 2011.09.10 / 485 views /什么是GeoIP ?所谓GeoIP,就是通过来访者的IP, 定位他的经纬度,国家/地区,省市,甚至街道等位置信息的一个数据库。GeoIP有两个版本,一个免费版,... 阅读全文
posted @ 2012-06-28 14:55 lexus 阅读(1197) 评论(0) 推荐(0)

摘要: 留言本_python相关的python 教程和python 下载你可以在老王python里寻觅_老王pythonpython入门教程python教程练习题问答django教程django开发案例相关资料python下载关于老王 亲爱的朋友: 你好,在做个人介绍之前,我需要向你解释1个问题,不管你是否关心这个问题,我都希望能够让你更加了解我和老王python。这个问题是:为什么我的博客要取名为老王p... 阅读全文
posted @ 2012-06-28 14:15 lexus 阅读(492) 评论(0) 推荐(0)

摘要: http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/Install RRDTool on Red Hat Enterprise LinuxbyVIVEK GITEonJULY 28, 2008·38 COMMENTS· last updated atJULY 28, 2008Q.I've downloaded RRDTo... 阅读全文
posted @ 2012-06-28 14:11 lexus 阅读(426) 评论(0) 推荐(0)

摘要: RRDtool - About RRDtoolAbout RRDtool What RRDtool does RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. RRDtool can be easily integr... 阅读全文
posted @ 2012-06-28 13:11 lexus 阅读(226) 评论(0) 推荐(0)

摘要: 如何快速估计/估算Linux VPS的月流量使用情况(不用安装MRTG等流量监控软件) - LinuxVPS使用教程 - 国外/美国服务器租用很明显,后者比前者多了134.9-116.7 = 18.2GB, 这就说明24小时的流出流量TX是18.2GB,一个月大概就是18*31=560GB流量,怎么样,估算Linux vps的流量很方便吧!顺便说一下RX是流入流量,对90%作网站的linux vp... 阅读全文
posted @ 2012-06-28 13:04 lexus 阅读(378) 评论(0) 推荐(0)

摘要: 10 个最酷的 Linux 单行命令 — LinuxTOY10 个最酷的 Linux 单行命令 2010-03-19 Toy Posted in Cli, Featured, TipsRSS 下面是来自 Commandlinefu 网站由用户投票决出的 10 个最酷的 Linux 单行命令,希望对你有用。 sudo !! 以 root 帐户执行上一条命令。 python -m SimpleHTT... 阅读全文
posted @ 2012-06-28 11:09 lexus 阅读(230) 评论(0) 推荐(0)

摘要: proxy_set_header Authorization "Basic a2luZzppc25ha2Vk"; proxy_set_header Authorization "Basic YWRtaW46YWRtaW44ODg="; admin/admin888 YWRtaW46YWRtaW44ODg= curl --proxy 10.10.124.97:80 --proxy... 阅读全文
posted @ 2012-06-28 10:40 lexus 阅读(1327) 评论(0) 推荐(0)

摘要: 观察进程的内存占用情况 - bravery_cry - 博客观察进程的内存占用情况 概述 想必在linux上写过程序的同学都有分析进程占用多少内存的经历,或者被问到这样的问题——你的程序在运行时占用了多少内存(物理内存)?通常我们可以 通过top命令查看进程占用了多少内存。这里我们可以看到VIRT、RES和SHR三个重要的指标,他们分别代表什么意思呢?这是本文需要跟大家一起探讨 的问题。当然... 阅读全文
posted @ 2012-06-28 00:13 lexus 阅读(319) 评论(0) 推荐(0)

2012年6月27日

摘要: 增加产品传播的附着力 阅读全文
posted @ 2012-06-27 21:25 lexus 阅读(117) 评论(0) 推荐(0)

摘要: bash脚本测网络流量_hoxily的窝窝_百度空间bash脚本测网络流量#!/bin/bashif [ -n "$1" ]; theneth_name=$1elseeth_name="eth0"fii=0send_o=`ifconfig $eth_name | grep bytes | awk '{print $6}' | awk -F : '{print $2}'`recv_o=`ifconf... 阅读全文
posted @ 2012-06-27 21:24 lexus 阅读(208) 评论(0) 推荐(0)

摘要: watch -n 1 "/sbin/ifconfig eth0 | grep bytes"watch -n 1 "/sbin/ifconfig eth1 | grep bytes"#!/bin/bashwhile [ "1" ]doeth=$1RXpre=$(cat /proc/net/dev | grep $eth | tr : " " | awk '{print $2}')TXpre=$(ca... 阅读全文
posted @ 2012-06-27 21:20 lexus 阅读(369) 评论(0) 推荐(0)

摘要: watch -n 1 "/sbin/ifconfig eth0 | grep bytes"watch -n 1 "/sbin/ifconfig eth1 | grep bytes" 阅读全文
posted @ 2012-06-27 19:00 lexus 阅读(176) 评论(0) 推荐(0)

摘要: STL - MainTao - 博客园STLContent 简介 容器 迭代器 算法 简介 首先为什么不叫标准库,而叫标准模板库呢?原因在于它突出模板(即泛型)的概念。stl由三部分组成:容器,迭代器,算法。下面分别做一个简略介绍: stl的哲学是将数据和操作分离。数据由容器管理,操作由可定制的算法定义,迭代器充当了两者之间的的粘合剂。 (*) 容器 序列式容器(sequence containe... 阅读全文
posted @ 2012-06-27 16:00 lexus 阅读(360) 评论(0) 推荐(0)

摘要: 标准C++中的STL容器类简介 - sabolasi - ITeye技术网站标准C++中的STL容器类简介 SGI -- Silicon Graphics[Computer System] Inc.硅图[计算机系统]公司.STL -- Standard Template Library 标准模板库。容器的概念所谓STL容器,即是将最常运用的一些数据结构(data structures)实现出来。... 阅读全文
posted @ 2012-06-27 15:59 lexus 阅读(416) 评论(0) 推荐(0)

上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 630 下一页