码迷,mamicode.com
首页 >  
搜索关键字:bad supperblock    ( 2203个结果
999句最常用英语口语
1. I see.我明白了。2. I quit! 我不干了!3. Let go! 放手!4. Me too.我也是。5. My god! 天哪!6. No way! 不行!7. Come on.来吧(赶快)8. Hold on.等一等。9. I agree。我同意。10. Not bad.还不错。1...
分类:其他好文   时间:2015-10-15 10:04:49    阅读次数:248
linux shell 报错 Syntax error: Bad for loop variable
在linux下写了一个简单的shell,循环10次.test.sh#!/bin/bash ## ##循环10次 ## ...
分类:系统相关   时间:2015-10-14 12:10:32    阅读次数:162
[Javascript] Array - Conact
For example there are two array of object and you want to print out each element, it is bad if you use two forEach method on each array:var people1 = ...
分类:编程语言   时间:2015-10-09 01:56:34    阅读次数:197
编程获取linux的CPU使用的内存使用情况
Linux可用下top、ps命令检查当前的cpu、mem用法。下面简单的例子:一、采用ps查看资源消耗的过程ps -aux当您查看进程信息,第三列是CPU入住。[root@localhost utx86]# ps -aux | grep my_processWarning: bad syntax, ...
分类:系统相关   时间:2015-09-28 14:44:07    阅读次数:268
LeetCode First Bad Version
原题链接在这里:https://leetcode.com/problems/first-bad-version/尽可能少的使用API, 就想到Binary Search. 查中点是不是,若是bad version, 就在左边继续查,若不是bad version, 就在右边继续查找。Note: 求中....
分类:其他好文   时间:2015-09-26 07:00:38    阅读次数:200
搭建虚拟私人网络
网上的教程说多也不多说少也不少,就要看你怎么找。本章为个人笔记 :)搭建环境:1.检测搭建的环境要求#cat /dev/net/tun如果这条指令显示结果为下面的文本,则表明通过:cat: /dev/net/tun: File descriptor in bad state2.安装pptpapt-g...
分类:其他好文   时间:2015-09-22 18:06:44    阅读次数:282
低效程序员的7个坏习惯
程序员总是想做到尽可能的高效,但很多人往往会觉得力不从心。这是因为他们在多年的编码过程中养成了一些不好的习惯。下面这7个坏习惯绝对是软件工程师需要改掉的。 Seven-bad-habits-of-ineffective-software-engineers 1.缺乏激情 这已经是一个老生常...
分类:其他好文   时间:2015-09-21 17:14:00    阅读次数:141
502 Bad Gateway 自动重启脚本
一个简单的脚本,用来监控502的,如果遇到502,自动重启PHP进程。适用于LNMP环境。以下文件,存放于/root或其它目录:#!/bin/bashMY_URL="http://www.tarena.com.cn/"RESULT=`curl-I$MY_URL|grep"HTTP/1.1502"`if[-n"$RESULT"];then/etc/init.d/php-fpmrestartfi给予可..
分类:其他好文   时间:2015-09-21 01:46:20    阅读次数:188
Reward for virtue
原文 My friend, Hugh, has always been fat, but things got so bad recently that he decided to go on a diet. He began his diet a week ago. First of all, he wrote out a long list of all the foods whic...
分类:其他好文   时间:2015-09-18 13:58:03    阅读次数:182
poj 2377 Bad Cowtractors(最大生成树!)
DescriptionBessie has been hired to build a cheap internet network among Farmer John's N (2 3 #include 4 #include 5 #include 6 #include 7 #include 8 ....
分类:其他好文   时间:2015-09-17 22:55:36    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!