作者查詢 / shaopin

總覽項目: 發文 | 留言 | 暱稱
作者 shaopin 在 PTT [ Python ] 看板的留言(推文), 共37則
限定看板:Python
[問題] 新手請教python2.7 & 3 的問題
[ Python ]15 留言, 推噓總分: +6
作者: kusoayan - 發表於 2011/10/17 14:55(14年前)
1Fshaopin:print沒有很難區別, 就把他都記起來好了..哪個版本都沒差10/17 15:00
2Fshaopin:先上手再說10/17 15:00
[問題] Python 能不能做到這些事情~~
[ Python ]6 留言, 推噓總分: +3
作者: mmrptt - 發表於 2011/10/17 11:19(14年前)
3Fshaopin:Web UI?感覺是很重的Javascript工作跟Python比較少直接關10/17 12:38
4Fshaopin:用Python polling主機正不正常應該還算容易10/17 12:39
[範例] 如何在Heroku上面跑Python WSGI app
[ Python ]22 留言, 推噓總分: +8
作者: SMUGEN - 發表於 2011/09/20 19:27(14年前)
10Fshaopin:敢問跟GAE的不同在於??09/21 13:11
[問題] 如何將網站上的數十筆資料一口氣載下來?
[ Python ]9 留言, 推噓總分: +4
作者: poopoo888888 - 發表於 2011/08/11 17:22(14年前)
2Fshaopin:對呀, 應該很簡單, urllib2..加file..08/12 14:57
3Fshaopin:抓無名小站圖片都用這招(誤)08/12 14:58
[問題] vs2005引用python
[ Python ]3 留言, 推噓總分: +2
作者: areyo - 發表於 2010/11/25 16:34(15年前)
2Fshaopin:你要在專案的INCLUDE路徑, 加上Python的header file路徑11/27 12:01
[問題] method宣告self為參數到底有啥用?
[ Python ]17 留言, 推噓總分: +3
作者: Landau - 發表於 2010/09/06 10:59(15年前)
2Fshaopin:你寫的時候雖然沒有, 但底層還是有傳該instance給那functi09/06 12:55
3Fshaopin:當參數, 算是一種識別instance的方法..09/06 12:55
在排序後的大檔案中binary search某幾行
[ Python ]1 留言, 推噓總分: +1
作者: sorryChen - 發表於 2009/09/07 01:57(16年前)
1Fshaopin:http://code.activestate.com/recipes/54159/ bisect09/07 03:31
Re: [閒聊] Python 3 技術手冊
[ Python ]7 留言, 推噓總分: +4
作者: dddy - 發表於 2009/08/16 01:18(16年前)
1Fshaopin:應該是亂中有錯, 但難道消費者就應該接受?08/16 08:38
[問題] cgi上面 import MySQLdb 無法成功,但是直接執行正常
[ Python ]4 留言, 推噓總分: +1
作者: magicallove - 發表於 2009/07/04 19:44(16年前)
2Fshaopin:你有權限execute和讀DB,user of CGI沒有...07/05 01:30
[問題] 如何在寫recursive function...?
[ Python ]5 留言, 推噓總分: +1
作者: shaopin - 發表於 2009/06/10 15:55(16年前)
1Fshaopin:PS: 基本上我只是想要作一個in order tree walk而已...06/10 15:57
2Fshaopin:PS2:import 的module只是一個很基本的tree我就不貼了06/10 15:57
5Fshaopin:Oh...it works..大感謝06/11 00:10