Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

windowsxp操作系统下的mysql安装过程

24 6月01 1月 by helenadmin

一、下载安装文件 到mysql.com/” target=_blank>mysql官方网站找到zi […]

Continue reading
Posted in 未分类 · Leave a comment

php中常用的几个mysql语句

24 6月01 1月 by helenadmin

php中常用的几个 mysql 语句 显示数据库或表: show databases;//然后可以use da […]

Continue reading
Posted in 未分类 · Leave a comment

黑客隐藏php文件后门的技巧

24 6月01 1月 by helenadmin

最近很多朋友都在问我是否能把我那一句话木马隐藏到html或图片里,其实把一句话木马插入到php文件中就已经很隐 […]

Continue reading
Posted in 未分类 · Leave a comment

php开发中的中文编码问题

24 6月01 1月 by helenadmin

php程序设计中中文编码问题曾经困扰很多人,导致这个问题的原因其实很简单,每个国家(或区域)都规定了计算机信息 […]

Continue reading
Posted in 未分类 · Leave a comment

初学:在php开发中如何使用session?

24 6月01 1月 by helenadmin

如何使用session ? 要清除的时候: session_start(); unset($_session[ […]

Continue reading
Posted in 未分类 · Leave a comment

学习动态网页技术php中错误处理的一些方法

24 6月01 1月 by helenadmin

已经玩php一段时间了,基本是from 0开始的,经常出现的问题也很多,慢慢的可以熟练的查询文档了,而且,经验 […]

Continue reading
Posted in 未分类 · Leave a comment

php安装攻略常见问题解答二

24 6月01 1月 by helenadmin

四、 问:当我将php和apache一起编译时,好象有问题。它总是说无法找到httpd.h文件,可事实上该文件 […]

Continue reading
Posted in 未分类 · Leave a comment

瀛︿範php锛歅hp鐨勯€氱敤妫€娴嬪嚱鏁版€荤粨

24 6月01 1月 by helenadmin

// 鈥籆heckmoney($c_money) 妫€鏌ユ暟鎹槸鍚︽槸99999.99鏍煎紡 // 鈥籆he […]

Continue reading
Posted in 未分类 · Leave a comment

outputbuffer输出缓冲函数的妙用

24 6月01 1月 by helenadmin

在php编程中, 我们经常会遇到一些直接产生输出的函数, 如passthru(),readfile(), va […]

Continue reading
Posted in 未分类 · Leave a comment

详细讲解php的jmai组件及发送邮件实例

24 6月01 1月 by helenadmin

debug = false; $this->smtp_port = $smtp_port; $this->re […]

Continue reading
Posted in 未分类 · Leave a comment

用php程序直接调用文本文件内容的实例

24 6月01 1月 by helenadmin

如何调用文本文件内容 ?

Continue reading
Posted in 未分类 · Leave a comment

php安装攻略常见问题解答一

24 6月01 1月 by helenadmin

一、问:我已经按步骤安装了unix版的apache模块,但是我的php脚本源码显示在浏览器当中,或者浏览器提示 […]

Continue reading
Posted in 未分类 · Leave a comment

php初学者:配置apache服务器并且设置dns

24 6月01 1月 by helenadmin

当然主要有技术含量的是点dns的解析,我正给我们公司负责,先查资料的说…‘ 我们通常所说的虚拟主机 […]

Continue reading
Posted in 未分类 · Leave a comment

用php程序直接调用文本文件内容分析

24 6月01 1月 by helenadmin

如何用php直接调用文本文件内容:首先通过file函数打开服务器上的一个文本文件,返回的$myfile 就将成 […]

Continue reading
Posted in 未分类 · Leave a comment

php+mysql实例:网站在线人数的程序代码

24 6月01 1月 by helenadmin

php实例教程:网站在线人数的程序代码,后台有mysql数据库支持。可以直接统计出网站当前的在线人数。 首先是 […]

Continue reading
Posted in 未分类 · Leave a comment

详细学习php中对文件和目录的操作方法

24 6月01 1月 by helenadmin

一:引论   在任何计算机设备中,文件是都是必须的对象,而在web编程中,文件的操作一直是web程序员的头疼的 […]

Continue reading
Posted in 未分类 · Leave a comment

用phpv5开发多任务应用程序

24 6月01 1月 by helenadmin

许多 php 开发人员认为,由于标准的 php 缺少线程功能,因此实际 php 应用程序不可能执行多任务处理。 […]

Continue reading
Posted in 未分类 · Leave a comment

详细讲解php中缓存技术的应用

24 6月01 1月 by helenadmin

php,一门最近几年兴起的web设计脚本语言,由于它的强大和可伸缩性,近几年来得到长足的发展,php相比传统的 […]

Continue reading
Posted in 未分类 · Leave a comment

动态网页技术:利用php制作简单的内容采集器

24 6月01 1月 by helenadmin

采集器,通常又叫小偷程序,主要是用来抓取别人网页内容的。关于采集器的制作,其实并不难,就是远程打开要采集的网页 […]

Continue reading
Posted in 未分类 · Leave a comment

linux操作系统启动httpd失败的解决方法

24 6月01 1月 by helenadmin

red hat linux enterprise 5 start httpd faild linux http […]

Continue reading
Posted in 未分类 · Leave a comment

php实例:常用的数值判断函数

24 6月01 1月 by helenadmin

常用的对象类型判断

Continue reading
Posted in 未分类 · Leave a comment

php初学者遇到的中文乱码解决方案

24 6月01 1月 by helenadmin

php初学者一定遇到过中文乱码问题,我也遇到过,现在把我用的解决方案共享给大家。如果大家有更好的解决方案,请回 […]

Continue reading
Posted in 未分类 · Leave a comment

故障解决:phpmyadmin连接mysql的问题

24 6月01 1月 by helenadmin

今天装一个系统,debian的etch版本,mysql都配置好了,但是用phpmyadmin 2.11.0 连 […]

Continue reading
Posted in 未分类 · Leave a comment

好文分享:php入门的学习方法

24 6月01 1月 by helenadmin

每个人的学习方式不同,写这篇文章的目的是分享一下自己的学习过程,仅供参考,不要一味的用别人的学习方法,找对自己 […]

Continue reading
Posted in 未分类 · Leave a comment

php动态网站开发中常用的8个小技巧

24 6月01 1月 by helenadmin

本文总结了php日常开发中常用的8个小技巧。 php批最取得checkbox的值 1、命名 2、使用 当计划当 […]

Continue reading
Posted in 未分类 · Leave a comment

apache小技巧五则

24 6月01 1月 by helenadmin

1.如何使得apache监听在特定的端口 修改httpd.conf里面关于listen的选项,例如: list […]

Continue reading
Posted in 未分类 · Leave a comment

入门:php与mysql的结合操作

24 6月01 1月 by helenadmin

,连接数据库 2.读取数据库中,某一字段值 3,插入某一条数据 4,while循环 5,do while循环 […]

Continue reading
Posted in 未分类 · Leave a comment

浏览utf-8编码的网页出现空白解决方法

24 6月01 1月 by helenadmin

一个方面是服务器解决: apache设置:adddefaultcharset utf-8 另外一个方面见下面事 […]

Continue reading
Posted in 未分类 · Leave a comment

php入门:define的使用

24 6月01 1月 by helenadmin

php预先定义了几个常量,并提供了一种机制在运行时自己定义。常量和变量基本上是一样的,不同的是:常量必须用de […]

Continue reading
Posted in 未分类 · Leave a comment

初学php指导:php.ini配置详细选项

24 6月01 1月 by helenadmin

php.ini 或 php3.ini 是 php 在启动时会读取的配置文件。该文件的存放路径为 /usr/lo […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

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