自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (8)
  • 收藏
  • 关注

原创 COM操作excel

#========================================================# 2012/07/31 23:18:22 #========================================================from win32com.client import

2012-07-31 23:37:33 839

转载 Submitting values and clicking buttons in IE

# Use the makepy utility for the "Microsoft Internet Controls (1.1)"# object library to get early binding.from win32com.client import Dispatchfrom time import sleep ie = Dispatch("InternetEx

2012-07-29 22:16:35 482

转载 Get all URLs from a webpage

import win32com.client, timeie = win32com.client.Dispatch("InternetExplorer.Application") ie.Visible = 1 ie.Navigate('http://www.goermezer.de') time.sleep(3) #wait 3 sec. print 'You are surf

2012-07-29 22:15:20 542

转载 python 使用COM执行JS

import win32com.client, pythoncomfrom time import sleep ie=win32com.client.Dispatch('internetexplorer.application')ie.Visible=1ie.Navigate('http://www.cpplab.com/Articles/JSCalls/TestPage/

2012-07-29 22:11:52 2313

原创 python 操作IE

#========================================================#              python 操作IE登录人人网                                         #              2012/07/29 20:05:11                  #============

2012-07-29 21:54:39 2944 1

原创 pickle模块

import picklef = open('test.ini','w')params = { 'access_token':'181770' , 'token_expires_in' : 2594366 , 'token_created_timestamp': 1341832737 , 'AAA':1111111111 }pickle.dump( param

2012-07-09 22:07:59 1077

原创 web.py搭建简易网站

import webimport webbrowser urls = ('/' ,'Index' , '/upload', 'Upload')class Upload: def GET(self): return """web.py test username: passwd: Coretest2

2012-07-05 13:58:28 2446

原创 检测设备状态(WM_DEVICECHANGE)

// USB.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "resource.h"#include #define MAX_LOADSTRING 100// Global Variables:HINSTANCE hInst; // current

2012-07-05 13:41:13 10036

基于网络欺骗的家用无线路由器防护方法

基于网络欺骗的家用无线路由器防护方法

2018-08-28

基于网络流量小波分析的异常检测研究

基于网络流量小波分析的异常检测研究 异常检测算法;小波分析;网络流量入侵检测

2018-08-28

Effective time series outlier detection algorithm based on segmentation

Effective time series outlier detection algorithm based on segmentation

2018-08-28

webqq 客户端 新

webqq 客户端 使用webqq 协议,pyqt,python写成 可发送接受QQ消息,群消息,向一个好友列表循环发送消息

2013-08-20

webqq 客户端

webqq 客户端 使用webqq 协议,pyqt,python写成 可发送接受QQ消息,群消息,向一个好友列表循环发送消息

2013-08-05

川大成绩查询、绩点计算器

川大成绩查询、绩点计算器,方便川大的童鞋吧

2012-06-05

ICMP Ping程序(MFC )

用原始套接字做的ICMP ping程序,特殊功能可以自己完善,新手练习,请多指教

2011-11-01

未公开的Windows API函数.chm

未公开的Windows API函数本,chm文档收录了未公开的Windows API函数,以供网友们查找使用

2011-10-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除