Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

理解php中的mvc编程之mvc框架简介

24 6月01 1月 by helenadmin

  【什么是mvc?】   mvc是一个可以让你把“三个部分(即mvc的全称,model、view、contr […]

Continue reading
Posted in 未分类 · Leave a comment

不需要gd库的情况下实现验证码

24 6月01 1月 by helenadmin

不需要gd库的情况下实现验证码 http://www.bkjia.com/phpjc/508692.htmlw […]

Continue reading
Posted in 未分类 · Leave a comment

自由控制mt首页显示文章的数量

24 6月01 1月 by helenadmin

在mt blog系统中,经常更新的blog首页往往会呈现很多文章条目,页面会拉的很长;而不经常更新的blog, […]

Continue reading
Posted in 未分类 · Leave a comment

php程序与服务器端通讯的方法

24 6月01 1月 by helenadmin

  “零存整取”是工薪阶层常用的投资方式,这就需要计算该项投资的未来值,从而决定是否选择某种储蓄方式。   ( […]

Continue reading
Posted in 未分类 · Leave a comment

使用php编写基于web的文件管理系统

24 6月01 1月 by helenadmin

  php(做为现在的主流开发语言)有很多与文件系统相关的函数,不仅可以帮助你打开文件,还可以显示目录内容、移 […]

Continue reading
Posted in 未分类 · Leave a comment

用gd图库生成横竖柱状图折线图的类

24 6月01 1月 by helenadmin

最近写的一个gd图库用以生成横竖柱状图和折线图的类库,算是一个教学例程吧 class imagereport& […]

Continue reading
Posted in 未分类 · Leave a comment

phpipwhois类

24 6月01 1月 by helenadmin

原来写的ipwhois类

Continue reading
Posted in 未分类 · Leave a comment

php开发中session应用详解

24 6月01 1月 by helenadmin

  session指的就是用户在浏览某个网站时,从进入网站到浏览器关闭所经过的这段时间,也就是用户浏览这个网站 […]

Continue reading
Posted in 未分类 · Leave a comment

用php读写ntfs文件系统下的文件摘要信息

24 6月01 1月 by helenadmin

可以参看msdn中“程序员对 ntfs 2000 的看法第一部分:流与硬链接”这一节的内容 方法如下 写入摘要 […]

Continue reading
Posted in 未分类 · Leave a comment

php程序加速探索之加速工具软件

24 6月01 1月 by helenadmin

  接着我们要关注一下php(做为现在的主流开发语言)加速的另一个领域—缓存工具软件。这类软件都是从优化php […]

Continue reading
Posted in 未分类 · Leave a comment

php调用mysql存储过程和函数的方法

24 6月01 1月 by helenadmin

存储过程和函数是mysql

Continue reading
Posted in 未分类 · Leave a comment

一个简单上传文件出错的解决

24 6月01 1月 by helenadmin

以前没怎么注意搞过文件上传,昨天搞了一个简单的却发现问题还挺多。 刚开始的程序代码如下:uploadimg.p […]

Continue reading
Posted in 未分类 · Leave a comment

用php5进行三层开发

24 6月01 1月 by helenadmin

原文:http://www.onlamp.com/pub/a/php(做为现在的主流开发语言)/2004/12 […]

Continue reading
Posted in 未分类 · Leave a comment

php实现自动刷数和“灌水”机

24 6月01 1月 by helenadmin

  今天无意间看到一个网站,它的计数器能够在静态页里更新,我想,应该是使用js来做的,打开源代码一看,果然是: […]

Continue reading
Posted in 未分类 · Leave a comment

在php中进行gb2312与utf-8的互换

24 6月01 1月 by helenadmin

因为证书中有中文,所以需要在php

Continue reading
Posted in 未分类 · Leave a comment

php5.0中的对象重载技术研究

24 6月01 1月 by helenadmin

  文/朱先忠编译 一、简介   很幸运,php

Continue reading
Posted in 未分类 · Leave a comment

使用php往windows系统中添加用户

24 6月01 1月 by helenadmin

可以实现, 方法有二。 一、再web中添加用户 因为添加用户,所以你运行php保存在c: est.php(做为 […]

Continue reading
Posted in 未分类 · Leave a comment

php与xml、xslt、mysql的结合运用,安装篇

24 6月01 1月 by helenadmin

经常看到有用户问一些关于php

Continue reading
Posted in 未分类 · Leave a comment

轻型数据库sqlite结合php的开发

24 6月01 1月 by helenadmin

sqlite是一款轻型的数据库,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常 […]

Continue reading
Posted in 未分类 · Leave a comment

在debian下为php5.0.3安装pdo模块

24 6月01 1月 by helenadmin

pdo作为下一个php

Continue reading
Posted in 未分类 · Leave a comment

php5对mysql5的任意数据库表的管理代码示例(四)

24 6月01 1月 by helenadmin

续:如果点击删除一个条目则会跳转到del.php

Continue reading
Posted in 未分类 · Leave a comment

php读取某站点的链接的函数的方法

24 6月01 1月 by helenadmin

  原理:读取某站点的源文件,再利用正则分析其源代码,得到所有链接  

Continue reading
Posted in 未分类 · Leave a comment

能得到你是从什么页面过来的,referer的用处

24 6月01 1月 by helenadmin

在开发web程序的时候,有时我们需要得到用户是从什么页面连过来的,这就用到了referer。 它是http协议 […]

Continue reading
Posted in 未分类 · Leave a comment

彻底解决phpmyadmin中文utf-8乱码问题

24 6月01 1月 by helenadmin

php array(zh|chinese simplified, chinese_simplified-gb2 […]

Continue reading
Posted in 未分类 · Leave a comment

在php中通过ado调用asscess数据库和com程序

24 6月01 1月 by helenadmin

  phpvalue $fld1->value $fld2->value”;  & […]

Continue reading
Posted in 未分类 · Leave a comment

在php5中使用dom控制xml

24 6月01 1月 by helenadmin

phpfirstchild->data . “”;} /*echo &#82 […]

Continue reading
Posted in 未分类 · Leave a comment

phpmyadmin连接mysql的问题

24 6月01 1月 by helenadmin

今天装一个系统,debian的etch版本,mysql(和php搭配之最佳组合)都配置好了,但是用php(做为 […]

Continue reading
Posted in 未分类 · Leave a comment

用php控制用户的浏览器–ob*函数的使用

24 6月01 1月 by helenadmin

output control 函数可以让你自由控制脚本中数据的输出。它非常地有用,特别是对于:当你想在数据已经 […]

Continue reading
Posted in 未分类 · Leave a comment

一个取得文件扩展名的php函数

24 6月01 1月 by helenadmin

/*getfiletype 用法:getfiletype($filename)*/ function getf […]

Continue reading
Posted in 未分类 · Leave a comment

配置优化让你的php引擎全速运转

24 6月01 1月 by helenadmin

  作为流行的 web 编程语言, php

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 18 19 20 21 22 23 24 25 26 27 28 … 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笔记 ·
程序猿 散文朗诵 鬼故事 佛学网