• P22

      Python 2 vs. Python 3 A retrospective 文檔

    1. Python 2 vs. Python 3 A retrospectiveGuido van Rossum guido@python.org Hackers 2013 2. Why a new version"Python

    ewypwe 2014-10-11   6642   0

    python3 連接sqlite實例 代碼段

    python3 連接sqlite實例,直接上代碼吧 import sqlite3 db = r"D:\pyWork\test.db" #pyWork目錄下test.db數據庫文件 drp_tb_sql

    nf456 2015-01-04   2413   0
    Python3  

    Python3 圖片打水印 代碼段

    from PIL import Image, ImageDraw, ImageFont import os def water_work(img): x, y = img.size textx = int(x*1.5) texty = int(y*1.5) blank = Image.new('RGB', (textx, texty), 'white') draw = ImageDraw.Draw

    pe6y 2015-03-17   1256   0
    Python  

    python3的random庫的日常使用 經驗

    random.randrange(0,101,2) random.randrange(20,60,3) random.sample(seq,n) 返回一個長度為n的所有元素為seq元素隨機且不重復的一個列表。

    jopen 2015-01-19   54680   0

    Python3 圖片隱寫術 經驗

    教程是由FrostSigh發布在 實驗樓 ,完整教程及在線練習地址: Python3 圖片隱寫術 項目名稱: Python3圖片隱寫術 項目簡介: 通過Python3實現將關鍵信息隱藏在圖片的效果,主要目的是為了不

    snailchen 2016-10-12   15446   0

    hython - Haskell-powered Python 3 interpreter 經驗

    hython A toy Python 3 interpreter implemented in Haskell. Introduction I wanted to learn Haskell

    jopen 2016-02-21   7555   0

    初探 Python 3 的異步 IO 編程 經驗

    的休息,有精力折騰一些感興趣的玩意了。 雖然工作時并不會接觸到 Python 3,但還是對它抱有不少好奇心,于是把 Python 版本更新到了 3.4,開始了折騰之旅。 在各種更新中,我最感興趣的當屬

    jopen 2016-01-07   30422   0
    P

    Programming Python, 3rd Edition 文檔

    Python在多數情況下是跨平臺的,對于與平臺相關的部分則進行sys.platform檢測。例如底層的控制臺交互可能隨平臺不同而不同,則通過檢測sys.platform來選擇合適的工具 sys.path在解釋器啟動時根據PYTHONPATH和系統缺省的目錄進行初始化,可以在運行時對其進行改動。有時PYTHONPAHT是不夠的,一些程序,例如web服務器腳本,可能在啟動時配置sys.path來包含要訪問的目錄

    w7f5 2012-11-20   517   0

    python使用sqlite3的簡單代碼 代碼段

    DBcon.py import sqlite3 import time conn=sqlite3.connect(r'D:\Exercise\Python\DB\example.db') c=conn

    pythopen 2015-01-22   3298   0
    Python  

    python3使用urllib示例 代碼段

    urllib.request with urllib.request.urlopen('http://python.org/') as response: html = response.read() 取回一個資源并臨時保存

    lai123 2016-01-30   1522   0

    python3 多線程的基本用法 經驗

    python3 多線程的基本用法

    jopen 2015-07-23   23245   0

    Python2/3 在Windows 下的共存 經驗

    htm Python2 和 Python3 是不兼容的,如果碰到無法升級到 Python2 代碼,或者同事中有堅守 Python2 陣營的情況,就要考慮 Python2 和 Python3 在系統中共存的情況。

    jopen 2015-07-07   34617   0

    python3的 time庫的使用 經驗

    struct_time(tm_year=2014, tm_mon=3, tm_mday=13, tm_hour=2, tm_min=8, tm_sec=14, tm_wday=3, tm_yday=72, tm_isdst=0)

    jopen 2014-03-13   49877   0

    python操作sqlite3的示例 代碼段

    python sqlite3的常規使用 #Filename: DBcon.py import sqlite3 import time conn=sqlite3.connect(r'D:\Exercise\Python\DB\example

    傻無盡 2016-02-29   7115   0
    SQLite  
    P23

      【HL7培訓教程】Introduction to HL7V3:Guide to the Standard IBM中國研究院 文檔

    to HL7 V3:Guide to the Standard IBM中國研究院 丁玉琪 2. 目錄 HL7 v3的特點 HL7 v3的方法論簡介 HL7 v3 Ballot 3內容簡介 3. HL7 v3的特點HL7

    jiaxing360 2012-09-20   703   0
    報告   培訓   XML  
    P19

      windows azure pack standard proposal-v1.0 文檔

    Azure Pack 簡介 一起來回顧一下目前 Windows Azure 訂戶所能獲得的各類技術: 圖 3:Azure 訂閱 管理門戶 這里要介紹的第一個組件是管理門戶。在 Windows Azure 中,

    yaoshixin 2017-03-13   1854   0

    C++模板庫 Standard Portable Library 經驗

    Standard Portable Library 是一個指針友好的 C/C++ 標準模板庫的替代產品,它所提供的 API 跟 Java 或者是 .NET 的語言類似,包括公用的數據結構、網絡操作接口以及數據庫操作接口。

    fmms 2012-01-19   15964   0

    標準的 Markdown 規范實現:Standard markdown 經驗

    Markdown 是一種輕量級標記語言,創始人為John Gruber,允許人們"使用易讀易寫的純文本格式編寫文檔,然后轉換成有效的XHTML文檔"。誕生10年出現了多種用不同語言編寫的實現,由于缺乏明確的規范,導致兼容性差,故提議制定一個標準的明確的規范。

    jopen 2014-09-04   13358   0

    Windows Embedded Standard 8 預覽版下載 資訊

    微軟發布了 Windows Embedded Standard 8 的預覽版,該系統主要是用于嵌入式設備提供智能計算系統,同樣使用微軟的 Metro 風格應用。 發行說明和下載地址: window

    openkk 2012-03-06   9487   0
    Windows  
    P100

      dorado7 standard edition 基礎培訓 文檔

    1. Dorado7 Standard Edition 基礎培訓 v1.0 2. 大綱Dorado7簡介 項目的基本結構和配置 基本的界面開發技巧 Dorado7 JavaScript開發基礎 基于數據模型的界面開發

    leiwei1229 2017-04-24   2294   0
    培訓   CSS   HTML   Java   JavaScript  
    1 2 3 4 5 6 7 8 9 10
  • sesese色