
php
bestmover
那些年我们一起踩过的坑
展开
-
日常杂记
pear 是php的写扩展库 pecl 是c写的扩展库PCRE :PERL兼容正则表达式函数(perl compatible regular expression) PCRE比POSIX更强大。epoll 水平触发 有数据就发送通知 边缘触发 数据到达就触发php traits关键字用来多继承代码规范 基本函数使用mysql 相关linux相关 ...原创 2018-03-23 14:10:06 · 187 阅读 · 0 评论 -
抓取vk.com粉丝页用户id
<?php//usage php vk.php config_path offset limit //example of config_path/* https://vk.com/realmadrid_news https://vk.com/i.madrid.real https://vk.com/news_madridista https://vk.com/live.cris...原创 2018-03-20 13:12:41 · 5019 阅读 · 1 评论 -
css position absolute
<html> <style> *{ border: 0; margin: 0; } </style> <header></header> <body > <div style="backgro原创 2018-03-28 18:00:48 · 155 阅读 · 0 评论 -
deny nginx频繁访问的IP
time=`date -d "1 minutes ago" +%Y:%H:%M`;echo $time;ips=`grep $time /app/nginx/logs/u.7654.com.log | grep 200 | awk '{print $1}' | sort | uniq -c | awk '{if($1>100) print "deny "$2 ";"}'`;echo $i...原创 2018-07-08 16:26:43 · 1746 阅读 · 0 评论