bydls
网站首页
文章专栏
点点滴滴
关于本站
时间轨迹
网站首页
文章专栏
php伪造IP请求
伪造get请求functionpretendIpData($url){ //给与IP段 $data=array( 119.120.'.'.rand(1,255).'.
git 简单安装及使用
1.安装1).建议先在git官网 https://github.com/ 注册自己的帐号2).windows 系统前往地址https://gitforwindows.org/下载安装包3).安装好后,
rpm常用命令
1.安装方面: rpm -i 需要安装的包文件名 常用操作:rpm-iexample.rpm//安装example.rpm包; rpm-ivexample.rpm//安装example.rpm
js常用验证(关于用户信息)
1.验证用户名是否合法,必须是以字母开头,只能包含字母数字下划线和减号,4到16位functioncheckUserName(username) { if(/^[A-Za-z]{1}[A-Za-z
php常用验证(关于用户信息)
验证用户名是否合法,必须是以字母开头,只能包含字母数字下划线和减号,6到18位functioncheckUserName($username) { if(preg_match('/^[A-Za
1/1
<
>
分类导航
全部
python(7)
html(3)
js(15)
php(63)
nginx(5)
ELK(9)
mysql(12)
oracle(13)
linux(23)
随便看看
字符串截取--尽可能按照中文长度截取
pathinfo获取中文的文件名为空(php语言的又一个坑)
php 获取QQ邮箱最新32条邮件
header的几种常远方式
OVER(PARTITION BY)函数
将session存入redis
PHP月日有无0的问题
thinkphp model层常用方法汇总
PHP加密算法,3DES对称加密
档案
2022
06月
3篇
2021
11月
4篇
04月
1篇
03月
3篇
01月
2篇
2020
10月
2篇
09月
4篇
08月
1篇
07月
3篇
06月
4篇
04月
2篇
03月
3篇
02月
8篇
01月
2篇
2019
12月
1篇
11月
2篇
10月
11篇
09月
14篇
08月
5篇
07月
2篇
06月
4篇
05月
5篇
04月
5篇
03月
2篇
02月
3篇
01月
2篇
2018
11月
2篇
10月
3篇
09月
6篇
08月
3篇
07月
9篇
06月
4篇
05月
8篇
04月
10篇
03月
7篇
网站首页
文章专栏
点点滴滴
关于本站
时间轨迹