Time of Update: 2014-11-25
標籤:style blog http io ar color os 使用 sp 安裝很簡單,步驟如下:前期:yum -y install
Time of Update: 2014-11-07
標籤:style blog http color ar os 使用 sp 資料 原文出處:http://doudouclever.blog.163.com/blog/static/1751123
Time of Update: 2014-11-07
標籤:python
Time of Update: 2014-10-22
標籤:python python指令碼 資料庫 sqlite3 database Python內建一個輕量級的關係型資料庫SQLite。這一資料庫使用SQL語言。SQLite作為後端資料庫,可以搭配Python建網站,或者製作有資料存放區需求的工具。SQLite還在其它領域有廣泛的應用,比如HTML5和移動端。Python標準庫
Time of Update: 2014-10-12
標籤:python blog github dbutils 這個Utils用了第三方庫DBUtils,我經過又一層了簡單封裝,自認為還是挺簡潔的,只實現了增刪改查import MySQLdb,functoolsfrom DBUtils.PooledDB import PooledDBimport sys reload(sys)
Time of Update: 2014-10-10
標籤:os for 檔案 sp on line sql python as INSERT INTO TTT (NSAME, ID, AGE) VALUES ('AAA',
Time of Update: 2014-10-07
標籤:http 使用 ar for 資料 c on r amp 安裝python couchDb庫:https://pypi.python.org/pypi/CouchDB/0.10串連伺服器&
Time of Update: 2014-10-06
標籤:style blog http color io os ar 資料 sp 在一個Web
Time of Update: 2014-09-23
標籤:blog http os 使用 ar for 資料 div sp 網站就是要和資料庫進行互動,否則什麼都不用做了...今天我們來看一個叫MySQLdb的庫,這個用來和MySQL資料庫進行互
Time of Update: 2014-09-01
標籤:python一,MySQL-Python外掛程式 Python裡操作MySQL資料庫,需要Python下安裝訪問MySQL資料庫介面API包即外掛程式,從而使得Python2.7能訪問操作MySQL資料庫。MySQL軟體可以去官網下載:http://www.mysql.com/二,訪問MySQL資料庫 1,串連資料庫mysql 基本格式:connect
Time of Update: 2014-08-31
標籤:python一,MySQL-Python外掛程式 Python裡操作MySQL資料庫,需要Python下安裝訪問MySQL資料庫介面API包即外掛程式,從而使得Python2.7能訪問操作MySQL資料庫。MySQL軟體可以去官網下載:http://www.mysql.com/二,訪問MySQL資料庫 1,串連資料庫mysql 基本格式:connect
Time of Update: 2014-12-02
標籤:style http io 使用 sp strong on div bs 定義函數 : 函數通過def關鍵字定義。
Time of Update: 2014-09-18
標籤:style blog color io ar for div sp log Here is the basic algorithm about merge sort:def
Time of Update: 2014-08-14
標籤:style blog http 使用 os io strong 資料 要故意出發異常,可以使用raise語句,形式如下:raise <name> #manually trigger an
Time of Update: 2014-08-12
標籤:switch python lambda
Time of Update: 2014-08-13
標籤:style blog color 問題 div log python ad json.dumps在預設情況下,對於非ascii字元產生的是相對應的字元編碼,而非原始字元,例如:import jsonjs =
Time of Update: 2014-11-25
pythonʵÏÖ¶Ôexcel±íµÄ¶Áд²Ù×÷£¨Ò»£Part 1. Ä£¿é½éÉÜ£ºÊ¹ÓÃpythonʵÏÖ¶Ôexcel±íµÄ¶Áд²Ù×÷ÓÐÁ½¸öÄ£¿é£¬·Ö±ðΪ£º1. ¶Ôexcel±í¶ÁÈ¡Ä£¿é xlrd 0.9.3 £ºÏÂÔصØÖ·£º https://pypi.python.org/pypi/xlrd Ó¢ÎÄÊÍÒ⣺The package is for reading data and
Time of Update: 2014-10-01
每天進步一點點——Ganglia的Python擴充模組開發,gangliapython轉載請說明出處:http://blog.csdn.net/cywosp/article/details/39701245註:本文涉及到的代碼都在centos 6.5 64bit系統上通過驗證,Ganglia版本為3.1,通過yum安裝具體步驟請參考:http://blog.csdn.net/cywosp/article/details/397011411. 概述 Ganglia
Time of Update: 2014-08-24
【Python筆記】圖片處理庫PIL的源碼安裝步驟,前段時間項目需要對某些圖片打浮水印,用到Python的PIL庫,本文以Imaging-1.1.7為例,記錄PIL庫的源碼編譯/安裝步驟。PIL全稱Python Image Library,它支援多種圖片格式的處理,能為我們的應用程式代理程式強大的影像處理能力,如裁剪、旋轉、打浮水印等。從官網下載v1.1.7版本源碼並解壓後,cd至解壓目錄,讀README可知,若想在應用中處理jpeg圖片,需要預先安裝jpeg庫,否則使用時會報錯。
Time of Update: 2014-08-24
Python遠程調用MetaSploit(1)安裝Python的msgpack類庫,MSF官方文檔中的資料序列化標準就是參照msgpack。root@kali:~# apt-get install python-setuptoolsroot@kali:~# easy_install msgpack-python(2)建立createdb_sql.txt:create database msf;create user msf with password