`
文章列表
#include "stdio.h" int main() { int argc = 12; if (argc==0) { argc = 5; }else if(argc==2) { argc = 6; } else if (argc == 3) { argc = 7; } else if (argc == 4) { argc = 8; } printf("%d\n",argc); ...

memcached

    can't run as root without the -u switch 使用以下命令 memcached -u root -d -p 11211   https://www.cnblogs.com/llxx07/p/6473405.html     http://libevent.org/   https://blog.csdn.net/a_lele123/article/details/41863699     https://blog.csdn.net/educast/article/details/9365609   ln -s /usr ...
mvn org.apache.maven.plugins:maven-dependency-plugin:2.8:get -Dartifact=org.springframework:spring-web:4.3.16.RELEASE:jar:sources 
使用这个命令查出文本中的单词出现频率按照由高到底排序   cat words.txt |tr -cs "[a-z][A-Z]" "[\012*]"|tr A-Z a-z|sort|uniq -c|sort -k1nr -k2|head -10
netstat -an|awk '/tcp/ {print $6}'|sort|uniq -c      16 CLOSING     130 ESTABLISHED     298 FIN_WAIT1      13 FIN_WAIT2       9 LAST_ACK       7 LISTEN     103 SYN_RECV    5204 TIME_WAIT 状态:描述 CLOSED:无连接是活动的或正在进行 LISTEN:服务器在等待进入呼叫 SYN_RECV:一个连接请求已经到达,等待确认 SYN_SENT:应用已经开始,打开一个连接 ESTABL ...
./greys -pid 9999 -port 3658   monitor -class .*ScheduleServiceImpl.* -method .*mediaInfoTaskService.* -cycle 10   profiler -class com.yt.ytdeep.service.ScheduleServiceImpl -method .* -probe-class .* ScheduleServiceImpl -probe-method mediaInfoTaskService -cost 10   https://github.com/chengton ...
安装docker: sudo apt-get update sudo apt-get install -y docker.io           https://github.com/PaddlePaddle/Paddle/blob/develop/doc/getstarted/build_and_install/docker_install_cn.rst  http://book.paddlepaddle.org/index.html apt-get install docker docker pull paddlepaddle/paddle   http:// ...
curl -vo /dev/null http://www.daily.bookln.cn/h5/test.htm -H "app-p-uid:22" -H "app-p-sid:DC67EDE"   wget --header=Host:qiniu-user.koudaitiku.com  http://222.186.140.14/tm128364_5969d082ccef25e8382356221b3bf303c9dww4c011.mp4         curl -vo /dev/null http://123.133.75.76 ...
/var/www/html#  sudo -u www-data php occ user:resetpassword carllee     https://doc.owncloud.org/server/9.1/admin_manual/installation/index.html  
看了很久的ijkplayer的视频播放,其实还是没有怎么看懂,只是个人浅浅的笔记   关键部分就是联网获取数据那部分,还没有搞定其实   从用户点击一个已有地址的网络视频开始,从源码分析播放流程。 1.        // init player  加载native
 Enter MySQL mysql -u your_user -p 2) Let's see the list of locked tables mysql> show open tables
gradle build -x test gradle eclipse
/etc/init.d/redis_XXX stop /etc/init.d/redis_XXX start 参数文件: http://www.cnblogs.com/wenanry/archive/2012/02/26/2368398.html jedis操作: http://www.cnblogs.com/liuling/p/2014-4-19-04.html <!-- redis client --> <dependency>   <groupId>redis.clients</groupId&g ...
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/   本地: 版本之前穿梭: git reset --hard  版本号 查看操作日志: git reflog git log --pretty=oneline   撤销add操作 : 撤销指定文件 :git reset HEAD 文件名     # add后的也还在.文件不会受影响。只是上次add被撤销 撤销本次 add:git reset .      撤销 commit : git reset ...
很多时候项目中需要用的版本号。以下是maven获取svn(1.7版)版本号步骤:   <plugin>       <groupId>com.google.code.maven-svn-revision-number-plugin</groupId>       <artifactId>maven-svn-revision-number-plugin</artifactId>       <version>1.7</version>       <configuration>       ...
Global site tag (gtag.js) - Google Analytics