Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

php/mysql三日通-第二天(四)

20 6月01 1月 by helenadmin

六、完整的程序   在本课结束前,我们要把所有东西加入到一个程序中,使它具有增加、编辑修改、删除记录的功能。这 […]

Continue reading
Posted in 未分类 · Leave a comment

用php实现qq挂机

20 6月01 1月 by helenadmin

现时qq挂机十分流行,最近看到某位高人写了这样一段php代码实现qq挂机,特拿出来与各位分享一下。 php代码 […]

Continue reading
Posted in 未分类 · Leave a comment

php/mysql三日通-第二天(三)

20 6月01 1月 by helenadmin

五、修改数据   在个教程中,我都把要执行的sql语句放到一个变量($sql)中,然后才用mysql_quer […]

Continue reading
Posted in 未分类 · Leave a comment

php/mysql三日通-第二天(二)

20 6月01 1月 by helenadmin

四、 向服务器发送数据   现在我们从数据库读取数据已经没有太多困难了。但是怎么反过来向数据库发送数据呢?其实 […]

Continue reading
Posted in 未分类 · Leave a comment

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

20 6月01 1月 by helenadmin

最近一段时间对php文件处理方面很感兴趣,因此在许多站点上看了许多的文件处理的文章,但是国内许多的站点上的ph […]

Continue reading
Posted in 未分类 · Leave a comment

php/mysql三日通-第二天(一)

20 6月01 1月 by helenadmin

一、 while循环   在这一课里,我们将会继续深入下去,使用php和mysql来写出一些简单而有用的页面。 […]

Continue reading
Posted in 未分类 · Leave a comment

使用php通过smtp发送邮件新手指南

20 6月01 1月 by helenadmin

由于php没有提供现成的smtp函数,却提供了一个功能不甚灵活的mail()函数,这个函数需要服务器配置上的支 […]

Continue reading
Posted in 未分类 · Leave a comment

php通用检测函数集(5)

20 6月01 1月 by helenadmin

// 函数名:alertexit($c_alert,$i_goback=0) // 作 用:非法操作警告 // […]

Continue reading
Posted in 未分类 · Leave a comment

php/mysql三日通-第一天(二)

20 6月01 1月 by helenadmin

四、第一个脚本   如果我告诉您真正难过的一关已经过了,您一定会很高兴。软件的安装过程总是无法预料,因为系统跟 […]

Continue reading
Posted in 未分类 · Leave a comment

php/mysql三日通-第一天(一)

20 6月01 1月 by helenadmin

本文介绍堪称web数据库黄金组合的php/mysql如何构筑一个网络数据库应用的方法,php是一个类似微软as […]

Continue reading
Posted in 未分类 · Leave a comment

php通用检测函数集(3)

20 6月01 1月 by helenadmin

// 函数名:checktelephone($c_telephone) // 作 用:判断是否为合法电话号码 […]

Continue reading
Posted in 未分类 · Leave a comment

php高手带路–问题汇总解答

20 6月01 1月 by helenadmin

1:为什么我得不到变量  我在一网页向另一网页post数据name,为什么输出$name时却得不到任何值?   […]

Continue reading
Posted in 未分类 · Leave a comment

php通用检测函数集(2)

20 6月01 1月 by helenadmin

// 函数名:checkwebaddr($c_weburl) // 作 用:判断是否为有效网址 // 参 数: […]

Continue reading
Posted in 未分类 · Leave a comment

php通用检测函数集(1)

20 6月01 1月 by helenadmin

// ※checkmoney($c_money) 检查数据是否是99999.99格式 // ※checkema […]

Continue reading
Posted in 未分类 · Leave a comment

php安装攻略:安装并配置php

20 6月01 1月 by helenadmin

二、安装并配置php: 我想以apache做为我的web服务器:   一点说明:本文主要以安装与配置php-3 […]

Continue reading
Posted in 未分类 · Leave a comment

建立php的本地调试环境

20 6月01 1月 by helenadmin

对于windows平台而言,php提供了一个安装程序,但是这个安装程序是不能直接运行来建立个人服务器平台的,而 […]

Continue reading
Posted in 未分类 · Leave a comment

长沙发上的对话(三)

20 6月01 1月 by helenadmin

市场游戏   现在你已经知道了基本的东西,再来点复杂的吧,演示一个现实生活中的session 应用。让我们假设 […]

Continue reading
Posted in 未分类 · Leave a comment

php中通过web执行c/c++应用程序

20 6月01 1月 by helenadmin

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

Continue reading
Posted in 未分类 · Leave a comment

一个对数据库进行操作的程序

20 6月01 1月 by helenadmin

db.func: cratetable.php: input.htm: 輸入表單 輸入表單 主機名稱 生產廠商 […]

Continue reading
Posted in 未分类 · Leave a comment

用php操纵oracle的lob类型的数据

20 6月01 1月 by helenadmin

文章来源:it计算机教程 用过oracle的人都知道,oracle有一种数据类型叫varchar2,用来表示不 […]

Continue reading
Posted in 未分类 · Leave a comment

身份证方面的函数

20 6月01 1月 by helenadmin

写了几个身份证方面的函数,个人感觉挺有用的,特别是在网络问卷调查时,对个人信息里的身份证进行验证很有用,但是应 […]

Continue reading
Posted in 未分类 · Leave a comment

php中实现面向对象编程

20 6月01 1月 by helenadmin

  这篇文章介绍在php的面向对象编程(oop)。我将演示如何用面向对象的概念编出较少的代码但更好的程序。祝大 […]

Continue reading
Posted in 未分类 · Leave a comment

编制隐身web程序(以php为例)

20 6月01 1月 by helenadmin

这一年来写东西都很没动力, 干巴巴的,大家看个玩意好了 基本上cgi扫描器 (此中包括绝大多数sql注入检测工 […]

Continue reading
Posted in 未分类 · Leave a comment

ssi使用详解(二)

20 6月01 1月 by helenadmin

2.include命令   include命令可以把其它文档中的文字或图片插入到当前被解析的文档中,是整个ss […]

Continue reading
Posted in 未分类 · Leave a comment

用php写ftp文件上传

20 6月01 1月 by helenadmin

ie 7 ]>用php写ftp文件上传_php教程

Continue reading
Posted in 未分类 · Leave a comment

php开发中文件操作疑难问答

20 6月01 1月 by helenadmin

作者:杨宗威前言:   php中对各类数据库的操作有着支持,对文件的操作也同样有着很丰富的操作方法,很多朋友现 […]

Continue reading
Posted in 未分类 · Leave a comment

ssi使用详解(一)

20 6月01 1月 by helenadmin

你是否曾经或正在为如何能够在最短的时间内完成对一个包含上千个页面的网站的修改而苦恼?那么可以看一下本文的介绍, […]

Continue reading
Posted in 未分类 · Leave a comment

winxp下全新安装apache2,php5,mysql5

20 6月01 1月 by helenadmin

看php,mysql,都出了新版本,想尝尝鲜,就试着安装了一下,然后把安装过程记了下来,希望能对学习php的新 […]

Continue reading
Posted in 未分类 · Leave a comment

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

20 6月01 1月 by helenadmin

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

Continue reading
Posted in 未分类 · Leave a comment

php和mysql开发的8个技巧

20 6月01 1月 by helenadmin

lamp 架构的网站,我以前注重的多是安装/配置方面的,讲述开发的相对较少,因为自己从事开发也少。本文的原文当 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 34 35 36 37 38 39 40 41 42 43 44 … 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笔记 ·
程序猿 散文朗诵 鬼故事 佛学网