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

代码如下: import urllib.parse,os.path,time,sys,re,urllib.re […]

Continue reading
Posted in Python · Leave a comment

python实现哈希表

12 9月10 11月 by helenadmin

代码如下: #! /usr/bin/env python#coding=utf-8#实现哈希表(线性地址再散列 […]

Continue reading
Posted in Python · Leave a comment

python转换摩斯密码示例

12 9月10 11月 by helenadmin

代码如下: code = {‘a’: ‘.-‘, &#8216 […]

Continue reading
Posted in Python · Leave a comment

python文件读写并使用mysql批量插入示例分享(python操作mysql)

12 9月10 11月 by helenadmin

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

Continue reading
Posted in Python · Leave a comment

python自定义函数的创建、调用和函数的参数详解

12 9月10 11月 by helenadmin

函数是组织好的,可重复使用的,用来实现单一,或相关联功能的代码段。函数能提高应用的模块性,和代码的重复利用率。 […]

Continue reading
Posted in Python · Leave a comment

python实现ip查询示例

12 9月10 11月 by helenadmin

以下代码实现了ip查询功能处理程序 代码如下: import os,time def getip(filepa […]

Continue reading
Posted in Python · Leave a comment

python获取网页状态码示例

12 9月10 11月 by helenadmin

代码很简单,只需要2行代码就可实现想要的功能,虽然很短,但确实使用,主要使用了requests库。 测试2xx […]

Continue reading
Posted in Python · Leave a comment

pythonpickle和shelve模块的用法

12 9月10 11月 by helenadmin

1.pickle 写: 以写方式打开一个文件描述符,调用pickle.dump把对象写进去 代码如下: dn […]

Continue reading
Posted in Python · Leave a comment

使用python搭建django应用程序步骤及版本冲突问题解决

12 9月10 11月 by helenadmin

首先你要确保你机器上面安装了python,其次,你还要确保你上面安装了django。接下来,才能进入到搭建第一 […]

Continue reading
Posted in Python · Leave a comment

二种python发送邮件实例讲解(python发邮件附件可以使用email模块实现)

12 9月10 11月 by helenadmin

可以使用python的email模块来实现带有附件的邮件的发送。 smtp (simple mail tran […]

Continue reading
Posted in Python · Leave a comment

netbeans7安装python插件的方法图解

12 9月10 11月 by helenadmin

我们可以手动来添加地址和安装。如图所示: 方法:netbeans界面,“工具”->“插件”, 点击“设置”-> […]

Continue reading
Posted in Python · Leave a comment

linux系统使用python监控apache服务器进程脚本分享

12 9月10 11月 by helenadmin

crtrl.py监控apache服务器进程的python 脚本 代码如下: !/usr/bin/env pyt […]

Continue reading
Posted in Python · Leave a comment

python使用os模块的os.walk遍历文件夹示例

12 9月10 11月 by helenadmin

代码如下: #-*- coding:utf-8 -*- import os if __name__ == &# […]

Continue reading
Posted in Python · Leave a comment

python操作列表的常用方法分享

12 9月10 11月 by helenadmin

下面列出列表常用的方法操作列表以及小例子:1. append 在列表末尾添加元素,需在列表末尾添加元素,需要注 […]

Continue reading
Posted in Python · Leave a comment

python控制台显示时钟的示例

12 9月10 11月 by helenadmin

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

Continue reading
Posted in Python · Leave a comment

python去掉字符串中空格的方法

12 9月10 11月 by helenadmin

我们经常在处理字符串时遇到有很多空格的问题,一个一个的去手动删除不是我们程序员应该做的事情,今天这篇技巧的文章 […]

Continue reading
Posted in Python · Leave a comment

python读写ini文件示例(python读写文件)

12 9月10 11月 by helenadmin

很类似java的properties文件xml文件 代码如下: db_config.ini[baseconf] […]

Continue reading
Posted in Python · Leave a comment

python实现百度关键词排名查询

12 9月10 11月 by helenadmin

就是一个简单的python查询百度关键词排名的函数,以下是一些简介:1、ua随机2、操作简单方便,直接getr […]

Continue reading
Posted in Python · Leave a comment

python命令行非阻塞输入的小例子

12 9月10 11月 by helenadmin

随手google咗一下,基本上都用select实现非阻塞监听,但问题是,监听的是用select之后是不能像ge […]

Continue reading
Posted in Python · Leave a comment

python插入排序算法的实现代码

12 9月10 11月 by helenadmin

1.算法:设有一组关键字{ k 1 , k 2 ,…, k n };排序开始就认为 k 1 是一个有序序列;让 […]

Continue reading
Posted in Python · Leave a comment

python使用mysqldb连接数据库操作方法示例详解

12 9月10 11月 by helenadmin

代码如下: # -*- coding: utf-8 -*- #mysqldb import time, mys […]

Continue reading
Posted in Python · Leave a comment

python正则表达式判断字符串是否是全部小写示例

12 9月10 11月 by helenadmin

代码如下: # -*- coding: cp936 -*-import re s1 = ‘adkk […]

Continue reading
Posted in Python · Leave a comment

python构造icmpecho请求和实现网络探测器功能代码分享

12 9月10 11月 by helenadmin

python发送icmp echo requesy请求 代码如下: import socketimport s […]

Continue reading
Posted in Python · Leave a comment

python合并文本文件示例

12 9月10 11月 by helenadmin

python实现两个文本合并 employee文件中记录了工号和姓名 代码如下: cat employee.t […]

Continue reading
Posted in Python · Leave a comment

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

文章导航

先前文章
较新文章

近期文章

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