Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

nodejs创建第一个应用

01 1月 by test31297505

node.js 创建第一个应用 如果我们使用php来编写后端的代码时,需要apache 或者 nginx 的h […]

Continue reading
Posted in 未分类 · Leave a comment

nginx是个啥?

01 1月 by test31297505

它是服务器软件之一,像apcache ‘).addclass(‘pre-numberi […]

Continue reading
Posted in 未分类 · Leave a comment

php计算两个gps点之间的距离

01 1月 by test31297505

下面是php计算两个gps点距离的函数: php计算两个gps点之间的距离mysql计算两gps坐标的距离ja […]

Continue reading
Posted in 未分类 · Leave a comment

php的wamp服务器的wampapache启动时遇到80端口被system占用的解决方法

01 1月 by test31297505

1. 安装完wamp并启动,图标是红色的: 2. 启动服务(在状态栏对应的图标上单击左键): 3. 启动后图标 […]

Continue reading
Posted in 未分类 · Leave a comment

thinkphp框架配置

01 1月 by test31297505

thinkphp框架配置 从官网http://www.thinkphp1.cn下载thinkphp框架 把下载 […]

Continue reading
Posted in 未分类 · Leave a comment

allowedmemorysizeofaaaaabytesexhaustedtriedtoallocatebbbbbbytes

01 1月 by test31297505

php使用mysql是报了这个错 翻译过来是aaaaaa字节大小的内存耗尽(试图分配bbbbb字节的时候) 如 […]

Continue reading
Posted in 未分类 · Leave a comment

php之类特性

01 1月 by test31297505

对象向下传递特性 当一个对象调用一个实例方法,然后再该方法中又去静态调用另一个类的方法,则在被静态调用的方法中 […]

Continue reading
Posted in 未分类 · Leave a comment

php之有关类和对象的系统函数与运算符

01 1月 by test31297505

系统函数 class_exists() 判断某个类是否存在interface_exists() 判断接口是否存 […]

Continue reading
Posted in 未分类 · Leave a comment

php用curl伪造ip和来源

01 1月 by test31297505

1.php 请求 2.php 。 1.php代码: $ch = curl_init(); curl_setop […]

Continue reading
Posted in 未分类 · Leave a comment

nodejsmd5加密中文与php结果不一致的解决方法

01 1月 by test31297505

因项目需要,需要node.js与php做接口调用,发现node.js对中文使用md5加密与php对中文md5加 […]

Continue reading
Posted in 未分类 · Leave a comment

phpget

01 1月 by test31297505

转载自:点击打开链接 magic_quotes_gpc函数在php中的作用是判断解析用户提示的数据,如包括有: […]

Continue reading
Posted in 未分类 · Leave a comment

php连接mysql数据库过程

01 1月 by test31297505

一,php要对数据库进行操作,首先要做的是与数据库建立连接,通常我们使用mysql_connect函数进行数据 […]

Continue reading
Posted in 未分类 · Leave a comment

一起来啃书——php看书

01 1月 by test31297505

形式所迫,不得不开展android的学习,php这边也开始了啃书的日子。两部500+的书,45天够不,有点忙有 […]

Continue reading
Posted in 未分类 · Leave a comment

fastcgi与php

01 1月 by test31297505

首先,cgi是干嘛的?cgi是为了保证web server传递过来的数据是标准格式的,方便cgi […]

Continue reading
Posted in 未分类 · Leave a comment

php删除数组第一个元素和最后一个元素

01 1月 by test31297505

1. array_shift()函数   删除数组中第一个元素,并返回该元素的值。如果数组为空则返回null。 […]

Continue reading
Posted in 未分类 · Leave a comment

二位数组按某一个或多个字段值升序/降序排序

01 1月 by test31297505

输出结果: 以上就介绍了二位数组按某一个或多个字段值升序/降序排序,包括了方面的内容,希望对php教程有兴趣的 […]

Continue reading
Posted in 未分类 · Leave a comment

php手机号码归属地查询

01 1月 by test31297505

php获取手机号码归属地 用户leaps/httpclient可直接用 file_get_contents代替 […]

Continue reading
Posted in 未分类 · Leave a comment

php处理json数据从服务器获取,post提交

01 1月 by test31297505

php处理json数据从服务器获取,post提交:/* php从服务器获得json数据 */ int(1) [ […]

Continue reading
Posted in 未分类 · Leave a comment

php学习的一些见解与观点

01 1月 by test31297505

相信对于学习程序的朋友都有一定的了解,php的功能是很强大的,同时对于程序大家一定要从c语言学起来,因为c语言 […]

Continue reading
Posted in 未分类 · Leave a comment

php操作mongodb学习笔记

01 1月 by test31297505
Continue reading
Posted in 未分类 · Leave a comment

ci框架中遇见的一些错误和解决方法笔记

01 1月 by test31297505

ps:根据经验不断修改和更新,欢迎指出错误~ 1、an uncaught exception was enco […]

Continue reading
Posted in 未分类 · Leave a comment

phpcurl破解图片防盗链

01 1月 by test31297505

防盗链 百度里面的定义是:此内容不在自己服务器上,二通过技术手段,绕过别人放广告有利也的最终页,直接在自己的有 […]

Continue reading
Posted in 未分类 · Leave a comment

php设计模式适配器模式

01 1月 by test31297505

适配器模式,可以将截然不同的函数接口封装成统一的api; 应用举例,php的数据库操作有mysql、mysql […]

Continue reading
Posted in 未分类 · Leave a comment

linux安装php扩展记录

01 1月 by test31297505

学习laravel过程中,我需要开启xdebug进行调试,然后xdebug官网看了下说明,linux系统下需要 […]

Continue reading
Posted in 未分类 · Leave a comment

startbbs”烧饼bbs”安装出现错误“onlyvariablereferencesshouldbereturnedbyreference”

01 1月 by test31297505

startbbs是一个国内开源的比较美观的基于mvc的phpbbs 安装的时候会报错“only variabl […]

Continue reading
Posted in 未分类 · Leave a comment

nginx开发(三)搭建rtmp点播系统

01 1月 by test31297505

1:/在 /usr/local/nginx/html/ 目录下创建了multimedia/rtmp 2:拷贝文 […]

Continue reading
Posted in 未分类 · Leave a comment

helloworldtophpmac配置xmappvirtualhost

01 1月 by test31297505

一、安装xmapp。安装完以后查看,服务是否都能启动(数据库和服务器) 二、配置自己的virtualhost […]

Continue reading
Posted in 未分类 · Leave a comment

php生成图片缩略图,并在浏览器中显示,灵活,实用

01 1月 by test31297505

由于个人需要上传图片至网站相册,并以缩略图的形式显示,百度了很多源码屡试屡败,自己写了一个函数,已成功运行。缩 […]

Continue reading
Posted in 未分类 · Leave a comment

php代码优化的方法

01 1月 by test31297505

php代码优化的目的是为了提高php程序的执行效率,编写php代码时,可以从以下方面着手优化: 1. 用单引号 […]

Continue reading
Posted in 未分类 · Leave a comment

php学习一:对php的理解

01 1月 by test31297505

php,英文全称是hypetext preprocessor,中文译名则叫超文本预处理器,因为其可以直接嵌入到 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

Previous 1 … 252 253 254 255 256 257 258 259 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笔记 ·
程序猿 散文朗诵 鬼故事 佛学网