Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

[原创]ajax实现用户注册功能教程一

20 6月01 1月 by helenadmin

// 本教程由本站原创,转载请注明来处 作者:www.drise.cn 邮箱:drise@163.com qq […]

Continue reading
Posted in 未分类 · Leave a comment

中文php.ini(2)

20 6月01 1月 by helenadmin

;;;;;;;;;;;;;;;;;;;;;;;;;; paths and directories ;;;;;; […]

Continue reading
Posted in 未分类 · Leave a comment

windows服务器安装多套php

20 6月01 1月 by helenadmin

有时候,我们需要在windows服务器中安装多个不同版本的php环境,或采用不同的php.ini配置,例如在使 […]

Continue reading
Posted in 未分类 · Leave a comment

session全教程(二)

20 6月01 1月 by helenadmin

二、php3,4中session的实现 在php3中是没有session这种东东的,但我们又需要,怎么办呢?别 […]

Continue reading
Posted in 未分类 · Leave a comment

win2000下iis中配置php具体方法

20 6月01 1月 by helenadmin

php是一种领先于asp的技术。与asp相比,它具有速度快、稳定性高、跨平台、易学习等优点。asp学习者使用的 […]

Continue reading
Posted in 未分类 · Leave a comment

巧妙在iis中配置php调试环境(二)

20 6月01 1月 by helenadmin

运行php软件包的安装程序,在弹出的欢迎窗口中单击“next”按钮,接着在“许可协议”窗口中单击“i agre […]

Continue reading
Posted in 未分类 · Leave a comment

php漏洞http响应拆分分析与解决办法

20 6月01 1月 by helenadmin

其实http响应漏洞就是 crlf注入攻击漏洞了,解决办法相对来讲也比较简单我们只要替换header中的crl […]

Continue reading
Posted in 未分类 · Leave a comment

中文php.ini(1)

20 6月01 1月 by helenadmin

[php]; php还是一个不断发展的工具,其功能还在不断地删减; 而php.ini的设置更改可以反映出相当的 […]

Continue reading
Posted in 未分类 · Leave a comment

php漏洞之sql注入攻击简单介绍

20 6月01 1月 by helenadmin

sql注入是一种攻击,允许攻击者增加额外的逻辑表达式和命令,以现有的sql查询,种攻击能够成功每当用户提交的数 […]

Continue reading
Posted in 未分类 · Leave a comment

常用的sql注入攻击方法总结

20 6月01 1月 by helenadmin

在网站开发中我们一个不小心可能就给人来了一个安全问题,下面我来介绍一些常用的sql注入攻击方法总结,新手朋友们 […]

Continue reading
Posted in 未分类 · Leave a comment

使用php

20 6月01 1月 by helenadmin

现在加密php程序的软件有不少,最常用的就是官网的一款了,不过要收费的,下面我来介绍一款使用php_screw […]

Continue reading
Posted in 未分类 · Leave a comment

在win98+pws上安装php4.0

20 6月01 1月 by helenadmin

如今网络技术如日中天,才见cgi(common gateway interface)又出asp(active […]

Continue reading
Posted in 未分类 · Leave a comment

php输入流php://input使用说明(1/2)

20 6月01 1月 by helenadmin

在使用xml-rpc的时候,server端获取client数据,主要是通过php输入流input,而不是$_p […]

Continue reading
Posted in 未分类 · Leave a comment

php验证码实现代码简单示例

20 6月01 1月 by helenadmin

php验证码我有讲过很多的实例了,下面我转一朋友的不错的php验证码程序,相当的简单各位朋友可参考。 最近无聊 […]

Continue reading
Posted in 未分类 · Leave a comment

php防sql注入类,可以过滤敏感参数

20 6月01 1月 by helenadmin

本文章总结了几乎所有可能出来的php防sql注入类代码,各位同学不防进入参考。 确定xp_cmdshell可执 […]

Continue reading
Posted in 未分类 · Leave a comment

php防cc攻击实现代码总结

20 6月01 1月 by helenadmin

cc攻击就是对方利用程序或一些代理对您的网站进行不间断的访问,造成您的网站处理不了而处于当机状态,下面我们来总 […]

Continue reading
Posted in 未分类 · Leave a comment

php防止远程非法提交表单程序代码

20 6月01 1月 by helenadmin

防止远程提交表单是一个防止黑客非法远程提交数据来给我们网站造成安全,下面我来介绍在php中防止远程非法提交表单 […]

Continue reading
Posted in 未分类 · Leave a comment

php安全配置关闭php执行系统指令函数

20 6月01 1月 by helenadmin

php的四个函数exec,shell_exec,system,passthru可以执行系统指令,对系统安全构成 […]

Continue reading
Posted in 未分类 · Leave a comment

php防注入之程序里的敏感信息

20 6月01 1月 by helenadmin

php安全之一的php防注入是我们程序员必须了解与撑握的一项技术了,下面我来给各位同学介绍对于我们程序里的敏感 […]

Continue reading
Posted in 未分类 · Leave a comment

php可逆加密解密算法程序代码

20 6月01 1月 by helenadmin

我们常用的md5算法从理论上来讲是不可逆的,但是有强大的方法还是可以把md5给算出来,只是根据复杂程度需要的时 […]

Continue reading
Posted in 未分类 · Leave a comment

php自定义复杂md5加密函数

20 6月01 1月 by helenadmin

本文章是先自己自定义复杂md5加密函数对密码进行加密,然后再由系统的md5加密程序进行加密,下面我来介绍一下实 […]

Continue reading
Posted in 未分类 · Leave a comment

php文件上传漏洞简单分析

20 6月01 1月 by helenadmin

文件上传漏洞这个问题不是php中所存在的只是我们用户在程序开发时可能做得不够好所导致的,以前的asp同样也存在 […]

Continue reading
Posted in 未分类 · Leave a comment

php防注入函数代码总结

20 6月01 1月 by helenadmin

在php中防注入一般会写一个全局文件用来过滤特殊的字符串,本文章来总结了各种各样的php防注入函数代码,同时还 […]

Continue reading
Posted in 未分类 · Leave a comment

kindeditor上传解析漏洞/列目录/内容漏洞

20 6月01 1月 by helenadmin

本文章来给大家介绍一下关于kindeditor上传解析漏洞/列目录/内容漏洞分析,有需要的朋友快速补上吧。 k […]

Continue reading
Posted in 未分类 · Leave a comment

一个简单php验证码程序代码

20 6月01 1月 by helenadmin

网上生成php验证码程序用很多,下面我来给大家分享一款超不错的php验证码程序代码,有需要的朋友可参考。 验证 […]

Continue reading
Posted in 未分类 · Leave a comment

php自定义错误处理函数

20 6月01 1月 by helenadmin

在php开发中我们一般会使用php自带的错误处理方法来处理一些错误,但是有些我们需要自定义一些错误处理机制来解 […]

Continue reading
Posted in 未分类 · Leave a comment

php生成英文单词验证码程序代码

20 6月01 1月 by helenadmin

如果你要生成单词验证码我们必须一个己经做好的单词库了,下面我给大家准备了一个txt文件,这里面放了大量的单词, […]

Continue reading
Posted in 未分类 · Leave a comment

php验证码之ajax验证实现方法

20 6月01 1月 by helenadmin

在网站开发中为了提供用户体验我们多数都使用ajax来做一些操作,下面我来介绍一个利用ajax实现无刷新页面的验 […]

Continue reading
Posted in 未分类 · Leave a comment

phpeval()函数使用介绍

20 6月01 1月 by helenadmin

我们php程序员可能都会有使用eval()函数这个函数做一些操作,很多黑客就利用这个函数可以大做文章了,他是可 […]

Continue reading
Posted in 未分类 · Leave a comment

php中safe

20 6月01 1月 by helenadmin

在php中有一个普通模式与安全模式了,现在大多数据用户都是直接使用应用程序的php普通模式了,因为安全模式配置 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 60 61 62 63 64 65 66 67 68 69 70 … 260 Next

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·
程序猿 散文朗诵 鬼故事 佛学网