作者查詢 / beatitude

總覽項目: 發文 | 留言 | 暱稱
作者 beatitude 在 PTT [ Python ] 看板的留言(推文), 共26則
限定看板:Python
首頁
上一頁
1
下一頁
尾頁
Re: [問題]pandas的操作問題
[ Python ]13 留言, 推噓總分: +3
作者: beatitude - 發表於 2015/07/09 22:54(9年前)
7Fbeatitude: 因為我沒有csv檔案,所以無法重現你的錯誤訊息07/10 18:07
10Fbeatitude: code放在: https://goo.gl/9o9s3107/10 21:10
11Fbeatitude: 不過因為測試檔沒有涵蓋所有的鳥名,所以只拆出部分07/10 21:12
Re: [問題] python multiProcess效能很差?
[ Python ]31 留言, 推噓總分: +5
作者: ntuleo - 發表於 2015/04/29 09:42(9年前)
7Fbeatitude: 都已經在用multiprocessing了還不懂得避開副作用 高手04/29 19:42
Re: [問題] 開發環境與執行環境 (Windows)
[ Python ]23 留言, 推噓總分: +11
作者: uranusjr - 發表於 2014/01/14 16:25(10年前)
12Fbeatitude:http://www.yinwang.org/blog-cn/2013/04/20/editor-ide01/16 00:10
[問題] 函式程設中鞣制(Curry)的概念
[ Python ]4 留言, 推噓總分: +1
作者: cgcluck - 發表於 2013/01/03 04:45(11年前)
3Fbeatitude:如同版友說的, 你試圖做的效果是closure, 之所以會這樣01/03 20:58
4Fbeatitude:setX內的x是local variable, 造成variable shadowing01/03 20:59
[問題] django 資料庫(mysql) 設定問題
[ Python ]6 留言, 推噓總分: +1
作者: beatitude - 發表於 2012/07/29 15:36(12年前)
3Fbeatitude:/path/to/my.cnf 放的是我的設定擋路徑沒錯, 只是我想07/31 23:22
4Fbeatitude:把db名稱改為在setting.py內設置, 而不是在my.ini裡面07/31 23:23
5Fbeatitude:但是就是不行, 如內文敘述的錯誤訊息07/31 23:24
[問題] memcache 的用法
[ Python ]10 留言, 推噓總分: +1
作者: beatitude - 發表於 2012/03/15 23:51(12年前)
2Fbeatitude:啟動? 可以說明一下嗎 我只有import而已 感謝03/16 00:11
7Fbeatitude:請問需要daemon是什麼意思?03/16 21:10
8Fbeatitude:我參考網路上的code 對為什麼會有bug仍不是很清楚03/16 21:11
9Fbeatitude:我知道了, 我沒有啟動 memcached 的 daemon03/16 22:54
10Fbeatitude:開了以後就OK了03/16 22:54
Re: [問題] decorator的用法
[ Python ]1 留言, 推噓總分: +1
作者: mikapauli - 發表於 2012/02/28 17:58(12年前)
1Fbeatitude:感謝, 我了解了 thx :)02/28 19:55
[問題] decorator的用法
[ Python ]25 留言, 推噓總分: +3
作者: beatitude - 發表於 2012/02/28 13:35(12年前)
9Fbeatitude:我後來改成:02/28 17:21
10Fbeatitude:def test(f):02/28 17:22
11Fbeatitude: print "test"02/28 17:22
12Fbeatitude:@test #decorator02/28 17:22
13Fbeatitude:def f():02/28 17:22
14Fbeatitude: print "@"02/28 17:22
15Fbeatitude:f()02/28 17:22
16Fbeatitude:結果出現錯誤訊息:02/28 17:23
17Fbeatitude:TypeError: 'NoneType' object is not callable02/28 17:23
[問題] 關於plurk_oauth的安裝
[ Python ]2 留言, 推噓總分: +1
作者: beatitude - 發表於 2011/10/09 22:35(12年前)
2Fbeatitude:0.4.2版是ok的, thx!10/10 14:15
首頁
上一頁
1
下一頁
尾頁