上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 430 下一页

2013年7月23日

ATS项目更新(3) 远程同步到执行机器

摘要: 1: echo %time% 2: 3: 4: rem ** ipc and mapping 5: c: 6: net use x: /del 7: net use y: /del 8: net use \\10.11.44.1\ipc$ /del 9: e... 阅读全文

posted @ 2013-07-23 17:04 岚之山 阅读(126) 评论(0) 推荐(0)

python 教程 第二十二章、 其它应用

摘要: 第二十二章、 其它应用 1) Web服务 ##代码 s 000063.SZ ##开盘 o 26.60 ##最高 h 27.05 ##最低 g 26.52 ##最新 l1 26.66 ##涨跌 c1 -0.04 ##涨幅 ... 阅读全文

posted @ 2013-07-23 17:04 岚之山 阅读(278) 评论(0) 推荐(0)

python下载图片(2)

摘要: #-*- coding: UTF-8 -*- import urllib2, re,datetime,time, os,sys from PIL import Image, ImageDraw, ImageFont from math import atan, degrees #... 阅读全文

posted @ 2013-07-23 17:04 岚之山 阅读(74) 评论(0) 推荐(0)

python 教程 第十七章、 网络编程

摘要: 第十七章、 网络编程 1) FTP客户端 import ftplib import os import socket HOST = '127.0.0.1' DIRN = 'menus' FILE = 'hello.txt' USER = 'taojin' PASS = '... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(93) 评论(0) 推荐(0)

python 教程 第七章、 数据结构

摘要: Python中有三种内建的数据结构——列表、元组和字典。 1) Lists列表 [,] 列表是序列的一种 shoplist = ['apple', 'carrot', 'banana'] print shoplist #['apple', 'carrot', 'banana'] sho... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(198) 评论(0) 推荐(0)

python 教程 第十章、 输入/输出

摘要: 第十章、 输入/输出 1) 文件 poem = '''Programming is fun use Python!''' f = file('poem.txt', 'w') # open for 'w'riting f.write(poem) # write text to file ... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(125) 评论(0) 推荐(0)

python 教程 第九章、 类与面向对象

摘要: 第九章、 类与面向对象 1) 类 基本类/超类/父类被导出类或子类继承。 Inheritance继承 Inheritance is based on attribute lookup in Python (in X.name expressions). Polymorphism多态 In X... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(124) 评论(0) 推荐(0)

python 教程 第八章、 第一个python程序

摘要: 第八章、 第一个python程序 #!/usr/bin/env python import os import sys import time source = [r'G:\s1', r'G:\s2'] target_dir = r'G:\d' + os.sep today =... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(77) 评论(0) 推荐(0)

ATS项目更新(2) 命令行编译Studio解决方案

摘要: 1: rem "D:\Microsoft Visual Studio 8\SDK\v2.0\Bin\sdkvars.bat" 2: D: 3: cd ..\..\..\..\..\..\..\..\..\..\..\..\ 4: cd "D:\Microsoft Visual St... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(164) 评论(0) 推荐(0)

python 教程 第二十一章、 扩展Python

摘要: 第二十一章、 扩展Python /* D:\Python27\Lib\Extest-1.0\Extest2.c */ #include #include #include #include "Python.h" int fac(int n) { if (n... 阅读全文

posted @ 2013-07-23 17:03 岚之山 阅读(188) 评论(0) 推荐(0)

上一页 1 ··· 202 203 204 205 206 207 208 209 210 ··· 430 下一页

导航