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,循环10次.test.sh#!/bin/bash ## ##循环10次 ## ...
分类:
系统相关 时间:
2015-10-14 12:10:32
阅读次数:
162
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可用下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
原题链接在这里: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个坏习惯绝对是软件工程师需要改掉的。 Seven-bad-habits-of-ineffective-software-engineers 1.缺乏激情 这已经是一个老生常...
分类:
其他好文 时间:
2015-09-21 17:14:00
阅读次数:
141
一个简单的脚本,用来监控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
原文 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
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