Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

分类:Python

python笔记,python案例,python学习

python根据经纬度计算距离示例

12 9月10 11月 by helenadmin

代码如下: /** * 计算两点之间距离 * @param _lat1 – start纬度 * @ […]

Continue reading
Posted in Python · Leave a comment

python多进程通信模块的简单实现

12 9月10 11月 by helenadmin

多进程通信方法好多,不一而数。刚才试python封装好嘅多进程通信模块 multiprocessing.con […]

Continue reading
Posted in Python · Leave a comment

python操作数据库之sqlite3打开数据库、删除、修改示例

12 9月10 11月 by helenadmin

代码如下: #coding=utf-8__auther__ = ‘xianbao’im […]

Continue reading
Posted in Python · Leave a comment

python局域网ip扫描示例分享

12 9月10 11月 by helenadmin

代码如下: #!/usr/bin/python# -*- coding: utf-8 -*- from sca […]

Continue reading
Posted in Python · Leave a comment

python实现类似ftp传输文件的网络程序示例

12 9月10 11月 by helenadmin

此代码在linux上编写,适用于linux,windows下需要更改几个命令。1、客户端输入ip,端口,可服务 […]

Continue reading
Posted in Python · Leave a comment

pythonzipfile模块详解

12 9月10 11月 by helenadmin

python zipfile模块用来做zip格式编码的压缩和解压缩的,zipfile里有两个非常重要的clas […]

Continue reading
Posted in Python · Leave a comment

python选择排序算法的实现代码

12 9月10 11月 by helenadmin

1.算法:对于一组关键字{k1,k2,…,kn}, 首先从k1,k2,…,kn中选择最小值,假如它是 kz,则 […]

Continue reading
Posted in Python · Leave a comment

python33urllib2使用方法细节讲解

12 9月10 11月 by helenadmin

proxy 的设置 urllib2 默认会使用环境变量 http_proxy 来设置 http proxy。如 […]

Continue reading
Posted in Python · Leave a comment

python抓取discuz!用户名脚本代码

12 9月10 11月 by helenadmin

最近学习python,于是就用python写了一个抓取discuz!用户名的脚本,代码很少但是很搓。思路很简单 […]

Continue reading
Posted in Python · Leave a comment

linux系统使用python获取内存使用信息脚本分享

12 9月10 11月 by helenadmin

代码如下: #!/usr/bin/env python from __future__ import prin […]

Continue reading
Posted in Python · Leave a comment

python基础教程之python消息摘要算法使用示例

12 9月10 11月 by helenadmin

代码如下: #! /usr/bin/python”’ file : testhash. […]

Continue reading
Posted in Python · Leave a comment

python时间整形转标准格式的示例分享

12 9月10 11月 by helenadmin

代码如下: import osimport sysimport pickleimport stringimpo […]

Continue reading
Posted in Python · Leave a comment

python实现360的字符显示界面

12 9月10 11月 by helenadmin

代码如下: #!/usr/bin/python #-*-coding:utf-8-*- from push_b […]

Continue reading
Posted in Python · Leave a comment

pythonpass语句使用示例

12 9月10 11月 by helenadmin

python pass是空语句,pass语句什么也不做,一般作为占位符或者创建占位程序,是为了保持程序结构的完 […]

Continue reading
Posted in Python · Leave a comment

python实现目录树生成示例

12 9月10 11月 by helenadmin

代码如下: #!/usr/bin/env python# -*- coding: utf-8 -*-impor […]

Continue reading
Posted in Python · Leave a comment

python实现巡检系统(solaris)示例

12 9月10 11月 by helenadmin

使用python + shell 编写,是一个简易solaris系统巡检程序 代码如下: #!/usr/bin […]

Continue reading
Posted in Python · Leave a comment

python获取apk文件url地址实例

12 9月10 11月 by helenadmin

工作中经常需要提取apk文件的特定url地址,如是想到用python脚本进行自动处理。需要用到的python基 […]

Continue reading
Posted in Python · Leave a comment

python冒泡排序算法的实现代码

12 9月10 11月 by helenadmin

1.算法描述:(1)共循环 n-1 次(2)每次循环中,如果 前面的数大于后面的数,就交换(3)设置一个标签, […]

Continue reading
Posted in Python · Leave a comment

python计算程序开始到程序结束的运行时间和程序运行的cpu时间

12 9月10 11月 by helenadmin

执行时间 方法1 代码如下: import datetimestarttime = datetime.date […]

Continue reading
Posted in Python · Leave a comment

python抓取京东商城手机列表url实例代码

12 9月10 11月 by helenadmin

代码如下: #-*- coding: utf-8 -*-”’created on 20 […]

Continue reading
Posted in Python · Leave a comment

python获得图片base64编码示例

12 9月10 11月 by helenadmin

代码如下: #!/usr/bin/env python# -*- coding: utf-8 -*- impo […]

Continue reading
Posted in Python · Leave a comment

python解析xmlpython模块xml.dom解析xml实例代码

12 9月10 11月 by helenadmin

一 、python模块 xml.dom 解析xml的apiminidom.parse(filename)加载读 […]

Continue reading
Posted in Python · Leave a comment

python根据距离和时长计算配速示例

12 9月10 11月 by helenadmin

代码如下: function cal_pace(d,h,m,s){ var distance = d; var […]

Continue reading
Posted in Python · Leave a comment

python处理中文编码和判断编码示例

12 9月10 11月 by helenadmin

下面所说的都是针对python2.7 代码如下: #coding:utf-8#chardet 需要下载安装 i […]

Continue reading
Posted in Python · Leave a comment

用python和md5实现网站挂马检测程序

12 9月10 11月 by helenadmin

一、程序测试 代码如下: # python check_change.py usage: python che […]

Continue reading
Posted in Python · Leave a comment

用python编程实现语音控制电脑

12 9月10 11月 by helenadmin

电脑面前的你,是否也希望能让电脑听命于你? 当你累的时候,只需说一声“我累了”,电脑就会放着优雅的轻音乐来让你 […]

Continue reading
Posted in Python · Leave a comment

python实现数通设备tftp备份配置文件示例

12 9月10 11月 by helenadmin

环境:【wind2003[open tftp server] + virtualbox:ubuntn10 se […]

Continue reading
Posted in Python · Leave a comment

python操作mysql数据库具体方法

12 9月10 11月 by helenadmin

代码如下: import mysqldbtry: conn=mysqldb.connect(host=&#82 […]

Continue reading
Posted in Python · Leave a comment

python连接池实现示例程序

12 9月10 11月 by helenadmin

代码如下: import socketimport queueimport threading def wor […]

Continue reading
Posted in Python · Leave a comment

python使用reportlab画图示例(含中文汉字)

12 9月10 11月 by helenadmin

准备工作 开发环境:python2.6,reportlab 准备中文字体文件:simsun.ttc 代码: 代 […]

Continue reading
Posted in Python · 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笔记 ·