Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

月份:2016年3月

深入理解python对json的操作总结

15 3月01 1月 by test30418249

json最广泛的应用是作为ajax中web服务器和客户端的通讯的数据格式,本篇文章主要介绍了python对js […]

Continue reading
Posted in 未分类 · Leave a comment

pythonsocket网络编程tcp/ip服务器与客户端通信

15 3月01 1月 by test30418249

python socket网络编程 初学 python,前段时间买了两本书《python 编程从入门到实践》《 […]

Continue reading
Posted in 未分类 · Leave a comment

详解python进行mp3格式判断

15 3月01 1月 by test30418249

项目中使用mp3格式进行音效播放,遇到一个mp3文件在程序中死活播不出声音,最后发现它是wav格式的文件,却以 […]

Continue reading
Posted in 未分类 · Leave a comment

详解python发送各类邮件的主要方法

15 3月01 1月 by test30418249

python中email模块使得处理邮件变得比较简单,这篇文章主要介绍了详解python发送各类邮件的主要方法 […]

Continue reading
Posted in 未分类 · Leave a comment

详解python发送邮件实例代码

15 3月01 1月 by test30418249

本篇文章主要介绍了python 发送邮件实例代码,详细的介绍了各种方式发送邮件,包括文件形式的邮件、html形 […]

Continue reading
Posted in 未分类 · Leave a comment

使用python3编写简单信用卡管理程序

15 3月01 1月 by test30418249

这篇文章主要介绍了使用python3 编写简单信用卡管理程序的代码,非常不错,具有参考借鉴价值,需要的朋友参考 […]

Continue reading
Posted in 未分类 · Leave a comment

python遍历子文件和所有子文件夹的代码实例

15 3月01 1月 by test30418249

最近看ecshop到网上找资料,发现好多说明ecshop的文件结构不全面,于是想自己弄个出来。但这是个无聊耗时 […]

Continue reading
Posted in 未分类 · Leave a comment

详解python中的json的基本使用方法

15 3月01 1月 by test30418249

在python中使用json的时候,主要也就是使用json模块,json是以一种良好的格式来进行数据的交互,从 […]

Continue reading
Posted in 未分类 · Leave a comment

详解python中xlrd包的安装与处理excel表格

15 3月01 1月 by test30418249

一、安装xlrd 地址 下载后,使用 pip install .whl 安装即好。 查看帮助: >>> imp […]

Continue reading
Posted in 未分类 · Leave a comment

python安装oracle扩展及数据库连接方法

15 3月01 1月 by test30418249

本文实例讲述了python安装oracle扩展及数据库连接方法。分享给大家供大家参考,具体如下: 下载: cx […]

Continue reading
Posted in 未分类 · Leave a comment

python安装cx

15 3月01 1月 by test30418249

本文实例讲述了python安装cx_oracle模块常见问题与解决方法。分享给大家供大家参考,具体如下: 安装 […]

Continue reading
Posted in 未分类 · Leave a comment

python爬取app下载链接的方法

15 3月01 1月 by test30418249

首先是准备工作 python 2.7.11:下载python pycharm:下载pycharm 其中pyth […]

Continue reading
Posted in 未分类 · Leave a comment

python实现12306火车票查询系统

15 3月01 1月 by test30418249

最近我看到看到使用python实现火车票查询,我自己也实现了,感觉收获蛮多的,下面我就把每一步骤都详细给分享出 […]

Continue reading
Posted in 未分类 · Leave a comment

pythonldap实现登录

15 3月01 1月 by test30418249

下面一段代码是小编给大家介绍的python ldap实现登录实例代码,一起看看吧 ldap_config = […]

Continue reading
Posted in 未分类 · Leave a comment

python之socket网络编程

15 3月01 1月 by test30418249

什么是网络? 网络是由节点和连线构成,表示诸多对象及其相互联系。在数学上,网络是一种图,一般认为专指加权图。网 […]

Continue reading
Posted in 未分类 · Leave a comment

python排序算法总结及实例

15 3月01 1月 by test30418249

这篇文章主要介绍了python 排序算法总结及实例详解的相关资料,需要的朋友可以参考下 总结了一下常见集中排序 […]

Continue reading
Posted in 未分类 · Leave a comment

python爬虫技巧汇总

15 3月01 1月 by test30418249

python爬虫:一些常用的爬虫技巧总结 爬虫在开发过程中也有很多复用的过程,这里总结一下,以后也能省些事情。 […]

Continue reading
Posted in 未分类 · Leave a comment

python三级目录展示方法

15 3月01 1月 by test30418249

要求: 1、三级菜单 2、可依次选择进入各子菜单,选择序号进入目录 3、输入b返回上级目录,q退出更改目录 代 […]

Continue reading
Posted in 未分类 · Leave a comment

python黑帽编程3.4跨越vlan

15 3月01 1月 by test30418249

vlan(virtual local area network),是基于以太网交互技术构建的虚拟网络,既可以将 […]

Continue reading
Posted in 未分类 · Leave a comment

python采集中文乱码问题的方法

15 3月01 1月 by test30418249

近几日遇到采集某网页的时候大部分网页ok,少部分网页出现乱码的问题,调试了几日,终于发现了是含有一些非法字符造 […]

Continue reading
Posted in 未分类 · Leave a comment

20招让你的python飞起来

15 3月01 1月 by test30418249

今天分享的这篇文章,文字不多,代码为主。绝对干货,童叟无欺,主要分享了提升 python 性能的 20 个技巧 […]

Continue reading
Posted in 未分类 · Leave a comment

python搭建虚拟环境的步骤

15 3月01 1月 by test30418249

前言 相信对于python开发人员来说,机器上有不同的python版本是很正常的,因为开发的项目有的用2.6或 […]

Continue reading
Posted in 未分类 · Leave a comment

linux下python按任意键退出方法

15 3月01 1月 by test30418249

某天在群内有同学问到,在python下我用input或者raw_input都得输入完后回车才能获取到输入的值, […]

Continue reading
Posted in 未分类 · Leave a comment

python为ios10生成图标和截屏

15 3月01 1月 by test30418249

简介 这两天更新完xcode8之后发现xcode对图标的要求又有了变化,之前用的一个小应用“iconkit”还 […]

Continue reading
Posted in 未分类 · Leave a comment

python多线程爬虫爬取电影天堂资源

15 3月01 1月 by test30418249

最近花些时间学习了一下python,并写了一个多线程的爬虫程序来获取电影天堂上资源的迅雷下载地址,代码已经上传 […]

Continue reading
Posted in 未分类 · Leave a comment

python自动化将markdown文件转成html文件

15 3月01 1月 by test30418249

一、背景 我们项目开发人员写的文档都是markdown文件。对于其它组的同学要进行阅读不是很方便。每次编辑完m […]

Continue reading
Posted in 未分类 · Leave a comment

python增量循环删除mysql表数据

15 3月01 1月 by test30418249

需求场景: 有一业务数据库,使用mysql 5.5版本,每天会写入大量数据,需要不定期将多表中“指定时期前“的 […]

Continue reading
Posted in 未分类 · Leave a comment

python制作糗事百科爬虫

15 3月01 1月 by test30418249

早上起来闲来无事做,莫名其妙的就弹出了糗事百科的段子,转念一想既然你送上门来,那我就写个爬虫到你网站上爬一爬吧 […]

Continue reading
Posted in 未分类 · Leave a comment

python画roc曲线和auc值计算

15 3月01 1月 by test30418249

前言 roc(receiver operating characteristic)曲线和auc常被用来评价一个 […]

Continue reading
Posted in 未分类 · Leave a comment

python中将字典转换为列表

15 3月01 1月 by test30418249

这篇文章主要介绍了python中将字典转换为列表的方法,需要的朋友可以参考下 说明:列表不可以转换为字典①转换 […]

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