- 浏览: 186105 次
- 性别:
- 来自: 杭州
最新评论
-
yangmo:
你好,求指教!QQ:3174968226
android利用mathjax在webview上显示数学公式 -
freezingsky:
越看越觉得,这真是吊丝的宿命。。。
今天我是个幸运儿 -
greemranqq:
~.~ 10W啊,看来LZ 还是坚持 呆下来了 加油
今天我是个幸运儿 -
flashing:
good luck!
今天我是个幸运儿 -
gy090028:
为什么我输入错误的密码都返回true呢。。。
登陆163邮箱 验证邮箱帐号密码是否正确
文章列表
#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);
...
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 ...
maven 下载指定jar包源码
- 博客分类:
- maven
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
/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>
...