09 2016 档案

摘要:cvt 1920 1080 >>>Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsyncxrandr --newmode "1920x1080_60.00" 173.00 1920 阅读全文

posted @ 2016-09-23 21:53 anjuncc 阅读(113) 评论(0) 推荐(0)

摘要:yum -y install python-devel libffi-devel bzip2-devel bzip2pip install cffi git clone git://github.com/openstack/packstack.gitcd packstack && sudo pyth 阅读全文

posted @ 2016-09-21 22:33 anjuncc 阅读(120) 评论(0) 推荐(0)

摘要:git clone https://github.com/rbenv/rbenv.git ~/.rbenvgit clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-buildcd ~/.rbenv && src/c 阅读全文

posted @ 2016-09-21 22:29 anjuncc 阅读(82) 评论(0) 推荐(0)

摘要:curl 'localhost:9200/_cat/health?v' curl 'localhost:9200/_cat/nodes?v' curl 'localhost:9200/_cat/indices?v' curl -XPUT 'localhost:9200/customer?pretty' curl -XPUT 'localhost:9200/customer/exte... 阅读全文

posted @ 2016-09-20 21:00 anjuncc 阅读(95) 评论(0) 推荐(0)

摘要:yum provides */ss iproute 阅读全文

posted @ 2016-09-15 16:44 anjuncc 阅读(80) 评论(0) 推荐(0)

摘要:git clone https://github.com/yyuu/pyenv.git ~/.pyenvgit clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenvecho 'expo 阅读全文

posted @ 2016-09-15 16:18 anjuncc 阅读(188) 评论(0) 推荐(0)

摘要:vi /etc/default/grub GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0...." yum install -y epel-release yum install -y bind-util net-tools yum install - 阅读全文

posted @ 2016-09-15 15:05 anjuncc 阅读(248) 评论(0) 推荐(0)

摘要:vi /etc/sysconfig/grubGRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 ..."grub2-mkconfig -o /boot/grub2/grub.cfg 阅读全文

posted @ 2016-09-13 22:38 anjuncc 阅读(106) 评论(0) 推荐(0)

摘要:yum install cockpit#mailyum install mutt docker run --name dockerui -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock uifd/ui- 阅读全文

posted @ 2016-09-11 19:25 anjuncc 阅读(93) 评论(0) 推荐(0)

摘要:iptables -t nat -N REDSOCKS iptables -t nat -A REDSOCKS -d 0.0.0.0/8 -j RETURNiptables -t nat -A REDSOCKS -d 10.0.0.0/8 -j RETURNiptables -t nat -A RE 阅读全文

posted @ 2016-09-08 23:30 anjuncc 阅读(232) 评论(0) 推荐(0)

摘要:http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 阅读全文

posted @ 2016-09-08 15:43 anjuncc 阅读(100) 评论(0) 推荐(0)

摘要:c-x 1 关闭其它窗口c-u 8 其它命令 重复8次c-d 删除一个字符m-d 删除一个字C-k Kill from the cursor position to end of lineM-k Kill to the end of the current sentencec-h k 其它命令 查帮 阅读全文

posted @ 2016-09-06 20:57 anjuncc 阅读(105) 评论(0) 推荐(0)

摘要:echo 'extension=oci8.so' >> /etc/php7.0/fpm/php.iniecho 'extension=oci8.so' >> /etc/php7.0/cli/php.ini mkdir /opt/oraclecd /opt/oracle wget instantcli 阅读全文

posted @ 2016-09-06 10:08 anjuncc 阅读(160) 评论(0) 推荐(0)

摘要:pyenv install 如果下载错了,可先下载放 ~/.pyenv/cache下 yum install readline readline-devel readline-static -yyum install openssl openssl-devel openssl-static -yyu 阅读全文

posted @ 2016-09-05 22:16 anjuncc 阅读(159) 评论(0) 推荐(0)

摘要:C:\Users\anjun\AppData\Local\Google\Chrome\Application\chrome.exe --show-app-list --proxy-server="SOCKS5://127.0.0.1:7070" 阅读全文

posted @ 2016-09-05 16:49 anjuncc 阅读(672) 评论(0) 推荐(0)

摘要:laravel 接收post json $request->getContent(); test curl -H "Content-type: application/json" -X POST -d '{"phone":"1344444","password":"test"}' http://homestead.app/user windows command 连接... 阅读全文

posted @ 2016-09-05 15:59 anjuncc 阅读(2971) 评论(0) 推荐(0)

摘要:1.laravel 使用已有数据库自动创建model php artisan make:command create_model app/Console/Console/Commands\create_model.php protected $signature = 'my:create_model'; public function handle() ... 阅读全文

posted @ 2016-09-05 13:38 anjuncc 阅读(567) 评论(0) 推荐(0)

摘要:#export ORACLE_HOME=/opt/instantclient_12_1#export LD_LIBRARY_PATH=$ORACLE_HOMEimport cx_Oracle conn = cx_Oracle.connect('hr/a@192.168.56.101/xe') cur 阅读全文

posted @ 2016-09-04 23:43 anjuncc 阅读(135) 评论(0) 推荐(0)

摘要:yum install cockpit#mailyum install mutt docker run --name dockerui -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock uifd/ui- 阅读全文

posted @ 2016-09-04 21:41 anjuncc 阅读(126) 评论(0) 推荐(0)

摘要:mvn archetype:generate -DgroupId=cc.anjun -DartifactId=oracledemo -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false http://www. 阅读全文

posted @ 2016-09-03 20:00 anjuncc 阅读(82) 评论(0) 推荐(0)

摘要:conf/Catalina/localhost/manager.xml<Context privileged="true" antiResourceLocking="false" docBase="${catalina.home}/webapps/manager"> <Valve className 阅读全文

posted @ 2016-09-03 14:29 anjuncc 阅读(83) 评论(0) 推荐(0)

摘要:yum install -y yum-utils vim git subversion mariadb-server mariadb gcc kernel-header-devel kernel-devel bzip2-devel golang net-tools rpm -ivh http://r 阅读全文

posted @ 2016-09-03 09:17 anjuncc 阅读(108) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/wylfengyujiancheng/article/details/50418930 rpm -aq|grep yum|xargs rpm -e --nodeps rpm -aq|grep python-iniparse|xargs rpm -e --no 阅读全文

posted @ 2016-09-01 09:11 anjuncc 阅读(145) 评论(0) 推荐(0)

导航