2016年11月30日 星期三

2016年11月25日 星期五

[Label] hover effort by using event

def callback_text(event):     txt_keyword = event.widget.cget("text")     idx_start = txt_keyword.find("https")     idx_end = len(txt_keyword) - 1     url = txt_keyword[idx_start : idx_end]     webbrowser.open_new(url)     event.widget.config(text = "X |" + txt_keyword) def changeBGLeave(event):  ...

2016年11月21日 星期一

2016年11月20日 星期日

2016年11月19日 星期六

2016年11月18日 星期五

[Crawler] Beginning: Trying urllib.request

method 1: open a File and save it in your current python Folder. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn...

2016年11月17日 星期四

2016年11月16日 星期三

2016年11月12日 星期六

test

/* $.getJSON("https://spreadsheets.google.com/feeds/cells/1IuQajNlsOX0w2NXRqPurqvWggEtWnygjToZLMqUFGNc/1/public/values?alt=json", function(data) { //first row "title" column // console.log(data.feed.entry[0]['gsx$title']['$t']); alert("qq"); alert(data.feed.entry[0]['gsx$title']['$t']); }); $.getJSON("https://spreadsheets.google.com/feeds/cells/1IuQajNlsOX0w2NXRqPurqvWggEtWnygjToZLMqUFGNc/1/public/values?alt=json",...