- 博客(19)
- 收藏
- 关注
转载 Nginx configure 编译参数
[root@iZ949ydike1Z nginx-1.8.1]# ./configure --help --help print this message --prefix=PATH set installation prefix --sbin-path=PATH
2016-04-09 09:47:00
426
转载 PHP configure 参数
[root@iZ230l9rzdhZ php-7.0.4]# ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables
2016-03-16 19:44:55
526
原创 MySQL 笔记
存储过程DELIMITER ;; DROP PROCEDURE IF EXISTS `data_retention`;; CREATE PROCEDURE `data_retention`() begin -- 逻辑代码 end;; call data_retention;
2015-11-12 15:54:22
316
转载 SHELL echo 不换行输出(刷新输出)
#!/bin/bash echo -en "\033[?25l" for((i=0;i<=10;i++));do echo -en "\b" echo -en "$i" sleep 0.5 done echo -e "\033[?25h"来源 http://bbs.chinaunix.net/thread-3682682-1-1.html
2015-10-16 15:31:47
10038
原创 Linux 笔记 检查状态/监控网络流量
wget http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz tar zxvf ifstat-1.1.tar.gz cd ifstat-1.1 ./configure make && make install && echo 'ok'ifstat
2015-10-15 11:19:57
357
原创 CentOS Ping 755 644 查找并删除
#禁止Ping echo 1 > /proc/sys/net/ipv4/icmp_echo_igore_all #允许Ping echo 0 > /proc/sys/net/ipv4/icmp_echo_igore_all
2015-09-19 10:05:44
493
原创 苹果内购二次验证 PHP代码
<?php //用户发来的参数 $receipt_data = $_POST['receipt-data']; //验证参数 if (strlen($receipt_data)<20){ $echo = array('buy'=>'0','message'=>'非法参数'); exit(json_encode($echo)); } //请求验证 $html = acurl($receip
2015-09-19 10:03:49
1588
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人