Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

月份:2017年6月

2010年最新php类的精缩归纳

24 6月01 1月 by helenadmin

一:结构和调用(实例化): class classname{} ,调用:$obj = new classnam […]

Continue reading
Posted in 未分类 · Leave a comment

php用mysql数据库存储session

24 6月01 1月 by helenadmin

大部分使用php的人一旦应用到session都会使用cookie。 cookie虽好可是它也会给我们带来一些隐 […]

Continue reading
Posted in 未分类 · Leave a comment

正则表达式中的特殊字符一览

24 6月01 1月 by helenadmin

正则表达式中的特殊字符: 字符 意义:对于字符,通常表示按字面意义,指出接着的字符为特殊字符,不作解释。 例如 […]

Continue reading
Posted in 未分类 · Leave a comment

windows下源码编译php

24 6月01 1月 by helenadmin

ie 7 ]>windows下源码编译php_php教程

Continue reading
Posted in 未分类 · Leave a comment

php快速入门教程之for循环

24 6月01 1月 by helenadmin

<html> <head> <title>for循环示例</title> <meta http-equiv=c […]

Continue reading
Posted in 未分类 · Leave a comment

无刷新删除数据-php

24 6月01 1月 by helenadmin

首先本例基于留言本整理版修改。 我们使用了jquery.js来实现ajax和dom删除 首先加入

Continue reading
Posted in 未分类 · Leave a comment

php100精华:php生成网页快照

24 6月01 1月 by helenadmin
Continue reading
Posted in 未分类 · Leave a comment

解决网页中的退出框架问题

24 6月01 1月 by helenadmin

在给同学做一个php毕业设计,遇到这个问题相信很多朋友也遇到过,后台我是利用框架做成的,代码如下: 您的浏览器 […]

Continue reading
Posted in 未分类 · Leave a comment

hosting-php-dynamic(authbypass)vulnerability

24 6月01 1月 by helenadmin

======================================================= […]

Continue reading
Posted in 未分类 · Leave a comment

搜索引擎技术核心揭密(php版)

24 6月01 1月 by helenadmin

谈到网页搜索引擎时,大多数人都会想到雅虎。的确,雅虎开创了一个互联网络的搜索时代。然而,雅虎目前用于搜索网页的 […]

Continue reading
Posted in 未分类 · Leave a comment

php导入到excel的utf8、gbk编码

24 6月01 1月 by helenadmin

php导入到excel-支持utf8和gbk两种编码 php导入到excel乱码是因为utf8编码在xp系统不 […]

Continue reading
Posted in 未分类 · Leave a comment

64位系统编译php+mysql的问题

24 6月01 1月 by helenadmin

from 包子s blog 错误信息是 /usr/bin/ld: skipping incompatible […]

Continue reading
Posted in 未分类 · Leave a comment

运用php实现汉字转区位码应用源码实例解析

24 6月01 1月 by helenadmin

php里如何实现汉字转区位码这个问题一直困扰这大多程序员,那么下面这个源码实例相信能给大家带来很大的帮助。 以 […]

Continue reading
Posted in 未分类 · Leave a comment

分割文本

24 6月01 1月 by helenadmin

on error resume nextcode by netpatchset arg=wscript.arg […]

Continue reading
Posted in 未分类 · Leave a comment

用php文件上传的具体思路及实现

24 6月01 1月 by helenadmin

文件上传我们需要用到html里面表单的type=file类型,及其enctype属性。这是我们大家必须要用的。 […]

Continue reading
Posted in 未分类 · Leave a comment

mysql数据库猜密码脚本php版

24 6月01 1月 by helenadmin

from:angels blog source url:http://www.sablog.net/blog/ […]

Continue reading
Posted in 未分类 · Leave a comment

linux下用phpize给php动态添加扩展

24 6月01 1月 by helenadmin

  使用php的常见问题是:编译php时忘记添加某扩展,后来想添加扩展,但是因为安装php后又装了一些东西如p […]

Continue reading
Posted in 未分类 · Leave a comment

用php与xml联手进行网站开发

24 6月01 1月 by helenadmin

一、小序   html简单易学又通用,一般的php程序就是嵌入在html语言之中实现的。但是随着web越来越广 […]

Continue reading
Posted in 未分类 · Leave a comment

facebook的php代码对环境的冲击

24 6月01 1月 by helenadmin

  facebook在一个月前提供了与服务器规模相关的信息,他们使用了大约3万台服务器,多数服务器运行php代 […]

Continue reading
Posted in 未分类 · Leave a comment

让你的php引擎全速运转的三个绝招

24 6月01 1月 by helenadmin

作为流行的 web 编程语言, php 的最大优势就是速度。 php4 已经在这方面做的非常好了,你几乎找不到 […]

Continue reading
Posted in 未分类 · Leave a comment

radmin密码读取工具(php版)

24 6月01 1月 by helenadmin

孤水绕城’s blog 应小猪大锅的要求写的一个脚本。很垃圾但是还算有用吧。

Continue reading
Posted in 未分类 · Leave a comment

从linuxkernelcodingstyle看php代码规范

24 6月01 1月 by helenadmin

  linux内核的编码是一种极端情况。   需要清晰明朗以供全世界的开发者学习、修改,对代码的质量要求较高。 […]

Continue reading
Posted in 未分类 · Leave a comment

漏洞扫描php实现代码

24 6月01 1月 by helenadmin

#!/usr/bin/php -q

Continue reading
Posted in 未分类 · Leave a comment

php程序员的优化调试技术和技巧

24 6月01 1月 by helenadmin

本文介绍调试 php 应用程序的各种方法,包括在 apache and php 中打开错误报告,以及通过在一个 […]

Continue reading
Posted in 未分类 · Leave a comment

用php读取和编写xmldom

24 6月01 1月 by helenadmin

有许多技术可用于用 php 读取和编写 xml。本文提供了三种方法读取 xml:使用 dom 库、使用 sax […]

Continue reading
Posted in 未分类 · Leave a comment

php程序中的常见漏洞详解

24 6月01 1月 by helenadmin

[库文件] 正如我们前面讨论的那样,include()和require()主要是为了支持代码库,因为我们一般是 […]

Continue reading
Posted in 未分类 · Leave a comment

php实现简单线性回归之数据研究工具

24 6月01 1月 by helenadmin

概念   简单线性回归建模背后的基本目标是从成对的 x值和 y值(即 x和 y测量值)组成的二维平面中找到最吻 […]

Continue reading
Posted in 未分类 · Leave a comment

贯彻php中的mvc之控制器篇

24 6月01 1月 by helenadmin

the controller 【控制器】 简单来讲,控制器的作用就是接受请求。它使用获取的方法,在这里是通过u […]

Continue reading
Posted in 未分类 · Leave a comment

利用php和ajax创建rss聚合器

24 6月01 1月 by helenadmin

想象使用一个简单html文件来把一个请求发送到一个服务器端脚本,收到一个基于该请求的定制xml文件,然后把它显 […]

Continue reading
Posted in 未分类 · Leave a comment

用php实现通过web执行c/c++程序

24 6月01 1月 by helenadmin

一,简介 如果你对unix/linux有所了解的话,你应该知道他们大都自带了c和c++的编译器,分别是gcc和 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

先前文章
较新文章

近期文章

  • 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笔记 ·