分享 這句英文怎麼說 (Romance – 愛情篇)

Romance 愛情篇

1. 他暗戀我們班上的一個女生。

He has a crush on a girl in our class.

2. 因為有你,我的生命充滿了希望。

Because of you, my life is filled with hope.

3. 愛情令人盲目。

Love is blind.

Continue reading 分享 這句英文怎麼說 (Romance – 愛情篇)

git

git 是一套(source code management) 簡稱 SCM

他可以簡化程式語言在開發上,免不了的cp . . . → Read More: git

I’m still here.

where are you ??
I’m still here.

where are you ??
I’m waiting . . . → Read More: I’m still here.

絕緣體…

當一個人認清一件事情的時候,

反應一 心灰意冷…
反應二 試圖改變…

反應三 絕緣體…

無論 好壞 都將它放在一邊…

無論 . . . → Read More: 絕緣體…

匯出 PuTTY 設定

每次reinstall windows後,每次都要重新設定PuTTY的Host,
真的粉麻煩,下面是匯出PuTTY的備份方法:

1. 按 “開始” -> “執行”,然後輸入 “RegEdit” 並按確定。
2. 移到 HKEY_CURRENT_USER\Software\SimonTatham
3. 選擇 SimonTatham 後按 “檔案” -> “匯出”。
4. 儲存好匯出的登錄檔。
5. 將登錄檔放到需要匯入設定的電腦上,並 right click 該檔案後按 “合拼”。

. . . → Read More: 匯出 PuTTY 設定

用小畫家畫畫…遜~!!用Excel畫…酷:P

. . . → Read More: 用小畫家畫畫…遜~!!用Excel畫…酷:P

2009-07-05 遊記 萬里行

. . . → Read More: 2009-07-05 遊記 萬里行

admintools.py

#!/usr/bin/env python
#-*- coding: utf-8 -*-
#System Admin tools library
#ver 0.1 by AllenWang 2009/06/29

import socket
import sys
import time
import commands

class ConnectedTest():

def CoTest(self, address, port):
s = socket.socket()
try:
s.connect((address,port))
. . . → Read More: admintools.py

Connected_Test.py for OOP

#!/usr/bin/env python
#-*- coding: utf-8 -*-
import socket
import sys

class Connected_Test():

def CoTest(self, address, port):
s = socket.socket()
try:
s.connect((address,port))
. . . → Read More: Connected_Test.py for OOP

刪除找到的行

. . . → Read More: 刪除找到的行