码迷,mamicode.com
首页 >  
搜索关键字:10.6 监控io性能 10.7 fre    ( 157个结果
bzoj3687: 简单题
bitset很好用的样子? 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 void setIO(const string& a) {11 fre...
分类:其他好文   时间:2015-11-30 12:54:14    阅读次数:155
codeforces #330 div2
A: #include #include #include #include #include #include #include #include #include using namespace std; int n,m; int ans; int a,b; int main() { //fre...
分类:其他好文   时间:2015-11-24 01:00:08    阅读次数:277
freebsd mount linprocfs
mount用来做什么?to prepare and graft a special device or the remote node(rhost:path) on to the file system tree at the point node.把其他文件系统的资源挂载到本地文件系统。 fre....
分类:其他好文   时间:2015-11-11 13:03:45    阅读次数:204
Linux环境下一些配置记录
Cmake出现The CXX Compiler not found错误sudo apt-get update && sudo apt-get install build-essentialsudo apt-get install libglew-devsudo apt-get install fre...
分类:系统相关   时间:2015-10-27 14:48:01    阅读次数:304
freebsd 禁用root登录ssh并给普通用户登录权限
转自http://www.linux521.com/2009/system/200904/2021.html http://www.myhack58.com/Article/48/67/2011/30575.htm1.禁止root直接登录2.要给普通用户权限adduser直接加入wheel组或Fre...
分类:其他好文   时间:2015-09-16 21:40:34    阅读次数:162
查看Linux内存资源
一、通过fre-m查看当前机器使用内存资源状况1.查看free-m执行结果2.命令输出说明第一部分Mem行:total内存总数:482Mused已经使用的内存数:411Mfree空闲的内存数:71Mshared当前已经废弃不用,总是0buffersBuffer缓存内存数:22McachedPage缓存内存数:291M关系:total(482M)=used(4..
分类:系统相关   时间:2015-09-14 16:57:07    阅读次数:226
USACO 1.3 Ski Course Design
Ski Course DesignFarmer John has N hills on his farm (1 #include #include using namespace std;int main(){ freopen("skidesign.in","r",stdin); fre...
分类:其他好文   时间:2015-09-09 06:11:06    阅读次数:179
shell统计文本中单词的出现次数
Ubuntu14.04给定一个文本,统计其中单词出现的次数# solution 1grep与awk配合使用,写成一个sh脚本fre.shsh fre.sh wordfretest.txt#! /bin/bash# solution 1if [ $# -eq 0 ]thenecho "Usage:$0...
分类:系统相关   时间:2015-08-31 23:04:02    阅读次数:182
SDUT2880 Devour Magic 线段树(set+add标记)
Devour Magic Time Limit: 2000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 In Warcraft III, Destroyer is a large flying unit that must consume magic to sustain its mana. Breaking fre...
分类:其他好文   时间:2015-08-03 11:39:00    阅读次数:201
Webdriver配合Tesseract-OCR 自动识别简单的验证码
验证码: 如下,在进行自动化测试,遇到验证码的问题,一般有两种方式1.找开发去掉验证码或者使用万能验证码2.使用OCR自动识别使用OCR自动化识别,一般识别率不是太高,处理一般简单验证码还是没问题这里使用的是Tesseract-OCR,下载地址:https://github.com/A9T9/Fre...
分类:Web程序   时间:2015-07-31 01:09:50    阅读次数:213
157条   上一页 1 ... 11 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!