Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

作者:test31297505

python多线程之thread

20 6月01 1月 by test31297505

python 多线程之thread #! /usr/bin/env python # -*- coding:u […]

Continue reading
Posted in 未分类 · Leave a comment

你可能不知道的30个python语言的特点技巧

20 6月01 1月 by test31297505

从我开始学习python时我就决定维护一个经常使用的“窍门”列表。不论何时当我看到一段让我觉得“酷,这样也行! […]

Continue reading
Posted in 未分类 · Leave a comment

用python读取excel中的数据

20 6月01 1月 by test31297505

python中要想处理excel,必须用到第三方模块xlrd,所以windows 我安装方法是cmd中命令:e […]

Continue reading
Posted in 未分类 · Leave a comment

python

20 6月01 1月 by test31297505

简单的数据类型以及赋值 变量不需要声明 python的变量不需要声明,你可以直接输入: >>>a = 10 那 […]

Continue reading
Posted in 未分类 · Leave a comment

pythonlist排序的两种方法及实例讲解

20 6月01 1月 by test31297505

对list进行排序,python提供了两个方法 方法1.用list的内建函数list.sort进行排序 lis […]

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获取手机号码归属地 用户leaps/httpclient可直接用 file_get_contents代替 […]

Continue reading
Posted in 未分类 · Leave a comment

php内置webserver探究(二)自定义php控制台输出console函数

01 1月 by test31297505

我们在开发app的服务器端,当和app进行联调时通常需要实时跟踪url请求和参数的接收情况。 但php并没有像 […]

Continue reading
Posted in 未分类 · Leave a comment

php错误提示open

01 1月 by test31297505

今天在帮助一个朋友配置一台服务器时发现网站配置好了缓存目录读写不成功,在打开错误时发现提示 warning: […]

Continue reading
Posted in 未分类 · Leave a comment

正值表达式匹配html标签的属性值

01 1月 by test31297505

  今天由于工作的需求,需要获取html标签的属性值,立即想到了正则表达式,标签如下: 需要获取标签的cx、c […]

Continue reading
Posted in 未分类 · Leave a comment

nginx操作

01 1月 by test31297505

一、启动与停止 1. 启动 安装目录 + -c + 配置文件地址2. 验证配置文件的正确性 ./nginx – […]

Continue reading
Posted in 未分类 · Leave a comment

lamp/lnmp优化3

01 1月 by test31297505

这一章说一说php引擎的优化。 1.php缓存加速,请参考前面的文章。 2.使用tmpfs作为缓存加速文件目录 […]

Continue reading
Posted in 未分类 · Leave a comment

如何选择靠谱的it培训学校

01 1月 by test31297505

2016年,互联网行业的迅速发展,导致it培训行业急剧膨胀,大量培训机构如雨后春笋般崛起,it教育市场鱼龙混杂 […]

Continue reading
Posted in 未分类 · Leave a comment

php绘图函数生成图片验证码

01 1月 by test31297505

php绘图函数生成图片验证码 在页面中使用这个生成验证码的脚本 guitar wars – add […]

Continue reading
Posted in 未分类 · Leave a comment

php解决下单、抽奖并发导致的库存负数的问题

01 1月 by test31297505

转载地址:点击打开链接 我们知道数据库处理sql是一条条处理的,假设购买商品的流程是这样的: sql1:查询商 […]

Continue reading
Posted in 未分类 · Leave a comment

nginx做下载时ipa或apk文件的处理方法

01 1月 by test31297505

在nginx的conf/mime.typs内加上: application/vnd.android.packa […]

Continue reading
Posted in 未分类 · Leave a comment

php之创建对象的基本形式

01 1月 by test31297505

classp_obj{public$val; publicfunctionfunc(){echo” […]

Continue reading
Posted in 未分类 · Leave a comment

composer安装

01 1月 by test31297505

通过 composer 镜像安装 composer 务必确保已经正确安装了php。 局部安装 局部安装是将 c […]

Continue reading
Posted in 未分类 · Leave a comment

nginx跳转指定接口

01 1月 by test31297505

nginx 跳转指定接口 场景: 进行stub测试时,程序访问的不是真正的接口,而是stub接口(提供假数据) […]

Continue reading
Posted in 未分类 · Leave a comment

php中的注释

01 1月 by test31297505

// 这是 php 单行注释/*这是 php 多行 注释 */ 以上就介绍了php 中的注释,包括了方面的内容 […]

Continue reading
Posted in 未分类 · Leave a comment

ffmpeg的php扩展在64位系统下的安装

01 1月 by test31297505

1:接我上篇博客,是在32位的win7系统下的安装说明。 2:我在我的笔记本上安装了64位的win7,php的 […]

Continue reading
Posted in 未分类 · Leave a comment

phptry

01 1月 by test31297505

php try-catch 语句为了进一步处理异常,我们需要使用try-catch语句—-包括tr […]

Continue reading
Posted in 未分类 · Leave a comment

[php函数]–数组函数–array

01 1月 by test31297505

array_chunk 版本:>= 4.2说明: array_chunk(array $input, int […]

Continue reading
Posted in 未分类 · Leave a comment

phptrycatch:捕捉异常,抛出异常

01 1月 by test31297505

php try catch : 捕捉异常,抛出异常: /** * 构造函数:自动加载连接数据库 * @para […]

Continue reading
Posted in 未分类 · Leave a comment

php查看文件修改时间

01 1月 by test31297505

系统文件: 在开发中我们有时需要知道文件的最后访问时间和文件最后修改的时间,介绍一下php提供的确定文件的访问 […]

Continue reading
Posted in 未分类 · Leave a comment

php中利用gd图片验证码生成和保存

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

php中cookie和session使用范例

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

http

01 1月 by test31297505

http_build_query是用来生成url请求字符串的函数,很简单.不过今天却出现了一点小意外,在本机安 […]

Continue reading
Posted in 未分类 · Leave a comment

php

01 1月 by test31297505

更多请猛戳:http://www.webyang.net/html/web/article_242.html […]

Continue reading
Posted in 未分类 · Leave a comment

php为app提供接口携带参数并返回

01 1月 by test31297505

以上就介绍了php为app提供接口携带参数并返回,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。

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