• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
darkcircle
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

文章分类 -  python

 
AUTOIT 上传文件,以及python调用
摘要:打包成exe 阅读全文
posted @ 2018-08-16 14:58 darkcircle 阅读(128) 评论(0) 推荐(0)
python socket 视频聊天
摘要:import sys import time import argparse from vchat import Video_Server, Video_Client from achat import Audio_Server, Audio_Client parser = argparse.ArgumentParser() parser.add_argument('--host', t... 阅读全文
posted @ 2018-07-18 10:00 darkcircle 阅读(2267) 评论(0) 推荐(0)
wxPython py2exe 尝试
摘要:#!/usr/bin/python from distutils.core import setup import py2exe import os, sys CurrentPath = os.path.dirname(sys.argv[0]) setup(windows=[str(CurrentPath) + '008.py'], options = { "py2exe":{"dll_exc... 阅读全文
posted @ 2018-07-12 15:48 darkcircle 阅读(172) 评论(0) 推荐(0)
python 爬虫
摘要:#-*-coding:utf-8-*- #编码声明,不要忘记! import requests #这里使用requests,小脚本用它最合适! from lxml import html #这里我们用lxml,也就是xpath的方法 import itertools import re import codecs def formatstr(str1): pattern1 = ... 阅读全文
posted @ 2018-07-09 15:17 darkcircle 阅读(137) 评论(0) 推荐(0)
 

公告


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3