PythonのHTMLParserでHTMLを解析する
Pythonコード:
#-*- encoding: utf-8 -*-
import HTMLParser
class MyParser(HTMLParser.HTMLParser):
def __ ...
PythonでConfigParserモジュールを操作する
Pythonコード:
#-*- encoding: utf-8 -*-
import ConfigParser
import string, os, sys
cf = ConfigParser.Co ...
Pythonのmysqldbの使い方メモ
サンプルコード:
#-*- encoding: utf-8 -*-
import os, sys, string
import MySQLdb
# データベースに接続
try:
Pythonのsqlite3ライブラリでデータベースを操作する
サンプルコード:
#-*- encoding:utf-8 -*-
import sqlite3
conn = sqlite3.connect(“D:\startnews24.db” ...
Pythonでbase64エンコードとデコードサンプルプログラム
サンプルコード1:
#-*- encoding:utf8-*-
import base64
import StringIO
a = “this is a test”
Pythonのquopriモジュールの使い方
サンプルコード:
#-*- encoding: utf-8 -*-
import quopri
a = “唯一のテスト”
b = quopri.encodestring( ...
Python threadingモジュールの利用方法2
サンプルコード:
#-*- encoding: utf-8 -*-
import threading
import time
class Test(threading.Thread):
Python threadingモジュールの利用方法1
サンプルコード:
#-*- encoding: utf-8-*-
import string, threading, time
def thread_main(a):
global count, m ...
Pythonでcssファイルをフォーマットする
サンプルコード:
import string, sys
import re, StringIO
TAB=4
def format(ss):
f = open (ss, “r ...
Pythonでxmlを作成
サンプルコード:
from xml.dom.minidom import Document
class write_xml(Document):
def __init__(self):
Document ...
PythonでGmailメールを送信するためのサンプル
サンプルコード下記:
#coding=utf-8
import smtplib
from email.mime.text import MIMEText
from email.mime.mult ...
Python DBUtils データ接続プールでms sqlを操作する
サンプルコード:
#coding=utf-8
import os,psycopg2
import _mssql
import pymssql
from DBUtils.PooledDB im ...
Python CVSとSVN直下のディレクトリとサブディレクトリを取り除く
処理コード下記:
#!/usr/bin/env python
# to delete all cvs directory of a root directory.
import os, string ...
「PowerShell」文字列連結のサンプル
書式
echo(文字列A + 文字列B)
サンプルコード
「Swift」guard文のサンプル
書式
guard 条件式 else {return}
説明: 条件が成立しない場合にreturn
使用例
「Strict Pop-up Blocker」ダウンロード
ダウンロード
提供元サイトからダウンロード
概要:
1.「Strict Pop-up Blocker」は、あらゆるポップアップウインドウをブロック可能にするFirefox アドオンです。
2.ツール ...
「PowerShell」配列を使用するサンプル
説明
(1).配列の定義
$配列名 = 要素A,要素B
(2).空の配列
$配列名 = @();
サンプルコード
「Free Excel to PDF Converter」ダウンロード
ダウンロード
提供元サイトからダウンロード
概要:
Excel 系ファイルを、一括してPDF ファイルに変換してくれるソフト。
フォルダ内のファイルを一括変換することもできたりするので、ファイルを一つ一 ...