lupangtu.name lupangtu.name

lupangtu.name

路旁土的个人博客

以整理、分享编程技术为主的个人博客,不时会有一些随笔、转载文章等等

http://www.lupangtu.name/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LUPANGTU.NAME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 12 reviews
5 star
3
4 star
6
3 star
2
2 star
0
1 star
1

Hey there! Start your review of lupangtu.name

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.5 seconds

CONTACTS AT LUPANGTU.NAME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
路旁土的个人博客 | lupangtu.name Reviews
<META>
DESCRIPTION
以整理、分享编程技术为主的个人博客,不时会有一些随笔、转载文章等等
<META>
KEYWORDS
1 HTML
2 CSS
3 XML
4 XHTML
5 JavaScript
6 PHP
7 Linux
8 H5
9 Centos
10 编程
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,lupangtu,applescript,mac本地免密码ssh登陆远程centos7服务器,mac charles 手机代理,mac设置alias以及环境变量,并且重启有效,为mac自带的php安装mcrypt扩展,php的curl,vm安装min centos系统后,网卡的启动,centos安装composer,nginx解析php,javascript和jquery的三种load,boostartp输入框中的图标显示在左边,php调试函数的整理,卸磨杀驴
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

路旁土的个人博客 | lupangtu.name Reviews

https://lupangtu.name

以整理、分享编程技术为主的个人博客,不时会有一些随笔、转载文章等等

INTERNAL PAGES

lupangtu.name lupangtu.name
1

Centos使用VIM命令时提示-bash vim command not found

http://www.lupangtu.name/1097

Centos使用VIM命令时提示-bash vim command not found. Rpm -qa grep vim. 结果只有一条 vim-minimal-7.2.411-1.8.el6.x86 64 #不同版本的系统可能存在差异。 Yum -y install vim-enhanced,我们再执行一次rpm -qa grep vim,这回的结果就是如下. Vim-filesystem-7.4.629-5.el6.x86 64. Vim-enhanced-7.4.629-5.el6.x86 64. Vim-minimal-7.2.411-1.8.el6.x86 64. Vim-common-7.4.629-5.el6.x86 64. 我们再执行vim命令就不会出现-bash vim command not found了。 这几个包分别对应的yum就是yum -y install vim-enhanced、yum -y install vim-minimal、yum -y install vim-common。 另外解决这个问题也可以使用yum -y install vim*安装所有的。

2

VM安装min Centos系统后,网卡的启动

http://www.lupangtu.name/1099

系统版本 Centos 6.5 min.

3

MySQL的root密码忘记

http://www.lupangtu.name/1090

系统版本 OS X EI Capitan 10.11.4 MySQL版本 5.7.9. Sudo /usr/local/mysql/support-files/mysql.server stop. Sudo /mysqld safe - skip-grant-tables and #跳过了授权表的方式来启动MySQL. Mysql -uroot -p #两次回车. Update mysql.user set authentication string=password(lu123) where User=root;. Sudo /usr/local/mysql/support-files/mysql.server restart. Mysql -uroot -p #回车后输入重置的密码lu123,登陆成功. ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

4

Centos安装composer

http://www.lupangtu.name/1098

Php -r copy(https:/ getcomposer.org/installer, composer-setup.php);. Php -r if (hash file(SHA384, composer-setup.php) = = 92102166af5abdb03f49ce52a40591073a7b859a86e8ff13338cf7db58a19f7844fbc0bb79b2773bf30791e935dbd938) { echo Installer verified; } else { echo Installer corrupt; unlink(composer-setup.php); } echo PHP EOL;. Php -r unlink(composer-setup.php);. Curl -sS https:/ getcomposer.org/installer php. Mv composer.phar /usr/local/bin/composer.

5

Mac下启动自带的PHP以及一些信息

http://www.lupangtu.name/1091

系统版本 OS X EI Capitan 10.11.4 PHP版本 5.5.31. 09-May-2016 14:21:25] ERROR: failed to open configuration file /private/etc/php-fpm.conf: No such file or directory (2). 09-May-2016 14:21:25] ERROR: failed to load configuration file /private/etc/php-fpm.conf. 09-May-2016 14:21:25] ERROR: FPM initialization failed. Sudo cp /private/etc/php-fpm.conf.default /private/etc/php-fpm.conf. 09-May-2016 14:24:30] ERROR: failed to open error log (/usr/var/log/php-fpm.log): No such file or directory (2).

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

chenjie.info chenjie.info

陈捷的博客 | Share | chenjie's blog

http://www.chenjie.info/category/share

那么这时候我们就需要考虑如何自己来备份数据,由于个人建站对于web程序基本是没有改动的 往往使用知名的开源程序 ,其实对……. 下载安装 1.首先下载安装VirtualBox 地址 https:/ www.virtualbox……. Apache VirtualHost 403 Forbidden. 解决方案: 在Directory 下增加一行Require all granted然后重启apache 特征: 在apache 2.4.x或者更早的版本由于apache本身安全机制的增强导致这个问题 参考:http:/ stackov……. 系统要求 CentOS 6.X及以上 32 or 64bit 内存要求 128M及以上 必须 主机要求 纯净系统 ……. 通常在遇到跨域问题时我们比较常见的会考虑到JSONP,但是有的时候需求或者测试时候我们往往需要一些POST的方式接口请求,这时候CORS的优势就出来了 跨域资源共享,Cross-Origin Resource Sharing。 CORS 允许一个域上的网……. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1.

chenjie.info chenjie.info

陈捷的博客 | netstat | chenjie's blog

http://www.chenjie.info/tag/netstat

因为这两天vps被攻击,所以查了一些相关命令可以让你实时了解到云主机当前的状态,例如 常见的80连接数量,以及按一些排序,来检查是否被攻击 查看time wait和syn连接数量等等。 Netstat -nat grep -i "80" wc -l. 2对连接的IP按连接数量进行排序 [crayon-57b……. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0. Osx109.4安装php开发环境. 0. Osx109.4安装p. 0. PHP之实现双向链表 代. 0.

chenjie.info chenjie.info

陈捷的博客 | 高级开发者 | chenjie's blog

http://www.chenjie.info/tag/高级开发者

Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0. PHP之实现双向链表 代. 0. C 中类里面定义 静态成员变量的问. 0. C 中类里面定义 静态. 0. Linux 常用netstat命令整. 0. Linux 常用nets. 0. Linux使用scp命令备份文件 s. 0.

chenjie.info chenjie.info

陈捷的博客 | chenjie | chenjie's blog

http://www.chenjie.info/author/admin

问 有的时候Vagrant 项目莫名其妙的和关联的vm失去关联,这个时候如果使用Vagrant up会导入base-box 创建新的vm,那么有办法可能重新关联么 答 1)在你Vagrantfile的目录下执行命令. 你会看到下面的记录: [crayo……. 那么这时候我们就需要考虑如何自己来备份数据,由于个人建站对于web程序基本是没有改动的 往往使用知名的开源程序 ,其实对……. 坑一 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT TIMESTAMP in DEFAULT or ON UPDATE clause 解 在MySQL5.5发现这个问题,一个表里只能有一个TIMESTAMP的字段使用当前时间作……. 下载安装 1.首先下载安装VirtualBox 地址 https:/ www.virtualbox……. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1.

chenjie.info chenjie.info

陈捷的博客 | sae | chenjie's blog

http://www.chenjie.info/tag/sae

Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0. Linux 常用netstat命令整. 0. Linux 常用nets. 0.

chenjie.info chenjie.info

陈捷的博客 | 网易云音乐 | chenjie's blog

http://www.chenjie.info/tag/网易云音乐

如下 &nbsp……. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0.

chenjie.info chenjie.info

陈捷的博客 | php性能优化 | chenjie's blog

http://www.chenjie.info/tag/php性能优化

注 本次安装lnmp环境基于军哥lnmp1.1,linux系统为centos6.5 64bit。 其中phpize,php-config ,php.ini等命令或文件位置请根据你的环境调整 1.获取xhprof. Wget http:/ pecl.php.net/get/xhprof-0.9.4.tgz tar zxf xhprof-0.9.4.tgz. Peclphp.net/get/xhprof-0.9.4.tgz. 2编译前预处理 在编译xhprof之前,先做一下预处理,生……. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0. Centos6.x升级至python. 0. Centos6.x升级至. 0. AJAX POST跨域方. 0. Linux VPS各项性能指标测试方. 0. Linux VPS各项性. 0. Office vba常备. 0.

chenjie.info chenjie.info

陈捷的博客 | PHP | chenjie's blog

http://www.chenjie.info/category/php

1 PHP的写时复制机制 Copy-On-Write) 例如这种形式. A = 1; $b = $a; / 当把a赋值给b时,在内存中a,b其实是指向同一块内存 $b = 2; / 只有当b值发生变化,才会内存复制赋新值. 写时复制优点 是通过赋值的方式赋值给变量时不会申请新内存来存放新变量所保存的值,而是简单的……. Null){ if($head- next- no $hero- no){ break; }elseif($head- next- no = $hero- no){ $isExist=true; echo " br 不能添加相同的编号"; }else{ $head=$head- next; } } if(! Null){ $hero- next=$head- next; $hero- next- pre=$hero; } $hero- pre=$head; $head- next=$hero; } } } / 遍历 static public function showHero($head){ while($head- next! Null){ $head- next- pre=$hea...

chenjie.info chenjie.info

陈捷的博客 | 性能测试脚本 | chenjie's blog

http://www.chenjie.info/tag/性能测试脚本

通常我们购买了linux vps 或者server 会想测试些内存,硬盘,io,cpu等信息,陈捷在此分享一个脚本给大家使用,使用方法如下. Wget http:/ www.chenjie.info/download/bench.sh sh bench.sh. CPU model : Intel(R) Xeon(R) CPU E3-1270 v3 @ 3.50GHz Number of cores : 2 CPU frequency : 3492.234 MHz Total amount of ram : 256 MB Total amount of swap : 256 MB System uptime : 10 min, Download speed : (67.4MB/s) I/O speed : 52.7MB/s. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Phinx : 简单的PHP数据库迁. 1. Phinx : 简单的P. 1. Vagrant 简要学习. 0. 多文件上传脚本,结合jquery可以. 0. 多文件上传脚本,结合jq. 0.

mengkang.net mengkang.net

周梦康的博客

https://mengkang.net/tag-45.html

深入理解 RESTful Api . Netty 5.x 里获取 pos. 从 bety 转 String 的问题中看 补码 的实际运用. Memcache 和 redis 的区别. 勉强驱动 周梦康 2012 - 2016 京ICP备14049089号-1.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL LINKS TO THIS WEBSITE

17

OTHER SITES

lupang.net lupang.net

lupang.net

lupangcn.com lupangcn.com

苏州乐朋文化传播有限公司手机游戏网

如果你是一位wow的忠实拥趸,却苦于没有稳定的时间来享受wow带来的几十人副本快感 或者你是一位追求炫丽画面的视觉系玩家 . 详情.

lupanghinirang.com lupanghinirang.com

lupanghinirang.com

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

lupanghinirangpilipinas.blogspot.com lupanghinirangpilipinas.blogspot.com

I Love The Philippines

I Love The Philippines. My Street from Apathy to Patriotism. View my complete profile. Saturday, December 19, 2009. My Street from Apathy to Patriotism. Below is a blog of Andoni Valencia. I copied this blog and posted it in my own blogsite so that I could help him publish his opinion because I feel the same way too. I'm calling my friends to read this and as you read the message, it is my prayer na kayo man din ay magmahal sa ating Bansa Pilipinas with a genuine love. My Street from Apathy to Patriotism.

lupangor.wordpress.com lupangor.wordpress.com

lupangor

October 17, 2013. This is when I realize that the stages of child’s development vary from one child to another. I firmly believe that every child will go through stages of Piaget’s cognitive development, and I am excited in experiencing the latter two stages. October 14, 2013. Another great concept of behaviorism is reinforcement. This gives the students encouragement to do better. This would also give a big boost in their self-confidence because they know that they are doing something right. Cropped ima...

lupangtu.name lupangtu.name

路旁土的个人博客

Centos使用VIM命令时提示-bash vim command not found.

lupani.com lupani.com

Panificio e Pasticceria ad Olbia • Lu Pani

Le Nostre Ultime Creazioni. Siamo i Migliori perchè forniamo le Aziende Migliori. Lu Pani Sapori di Gallura s.r.l. Sede Legale Via Roma, 88 07026 Olbia (OT) P.Iva e C.Fisc 02496400900 Tel. 0789.208011 Mail info@lupani.com.

lupanian.blogspot.com lupanian.blogspot.com

LUPANIAN.COM

Macam-Macam Backlink Serta Pengertiannya. Backlink yaitu Link yg mengarah ke website maupun blog kita dari web orang lain. Backlink berguna me. Apa dan Bagaimana Mengelola Bisnis Online. Terjun di business online butuh persiapan matang. Tak cuma sekedar ikut-ikutan lebih-lebih main-mai. Affiliate marketer ini sebenarnya penggilan berkelas untuk para “calo”. Sistem kerjanya tidak jauh . Bisnis Online Untuk Mahasiswa. Bisnis Online dari Rumah. Memilih Bisnis Online Dengan Resiko Kecil. Don't miss our update.

lupanica.it lupanica.it

Land Art Lupanica

Http:/ lupanica.businesscatalyst.com.

lupanimpex.wgz.ro lupanimpex.wgz.ro

Acasa - Lupan Impex

Cadouri Super, Decoratiuni , Mobilier, Cadouri Sf. Valentin, Cadouri Paste,Click Aici. Tablouri ieftine si perfecte pentru a face un cadou. Vă place această pagină web? Da, îmi place. Da, dar aş dori să îmbunătăţesc. Nu, nu-mi place. By Servicii-Web.uCoz.net. Servicii oferite de Webgarden. Or visit this link.

lupanita-books.over-blog.com lupanita-books.over-blog.com

Lupanita's World - Le but c'est de vous faire partager mes lectures mais aussi d'échanger nos avis. Une de mes principales caractéristiques c'est que j'essaye de lire pratiquement tous les livres qui touchent de près ou de loin les lou

Mes dédicaces de livres. Je me suis enfin décidée à migrer mon blog vers une nouvelle plate-forme. Ce nest pas vraiment une migration car over-blog ne permet pas de faire le transfert donc je dois copier sur la nouvelle plate-forme chaque article un par un ainsi que les commentaires. Pour cela, je remercie Ally (que vous pouvez retrouvez là. Qui ma fais toute la structure du. Ma nouvelle adresse : https:/ lupanitabooks.wordpress.com. Si Je Reste de Gayle Forman - Tome 01. Ce personnage est un personnage ...