Project Picky way to explore https:https://cdn.v2ex.com/navatar/33e7/5ff0/28_normal.png?m=1427912325 https:https://cdn.v2ex.com/navatar/33e7/5ff0/28_large.png?m=1427912325 2015-09-20T22:32:10Z Copyright © 2010-2018, V2EX 有没有开源的 P2P 网贷系统 tag:www.v2ex.com,2015-09-21:/t/222331 2015-09-21T01:32:10Z 2015-09-20T22:32:10Z lilongn1 member/lilongn1 小弟想请教下各位技术达人,现在有没有开源的 P2P 网贷系统实现,或者是常用的实现框架和相关的资料?

]]>
Upgrade Twitter API tag:www.v2ex.com,2012-03-26:/t/30581 2012-03-26T04:48:39Z 2012-03-27T04:51:27Z cute member/cute https://github.com/cute/picky


请在后台设置:

Consumer Key
Consumer Secret
Access Token Key
Access Token Secret ]]> 可以将Project Picky改为Google Cloud SQL作为数据存储 tag:www.v2ex.com,2012-03-19:/t/30052 2012-03-19T09:32:12Z 2012-03-24T09:24:11Z cute member/cute Picky.olivida.com访问不了了 tag:www.v2ex.com,2011-12-14:/t/23470 2011-12-14T03:30:44Z 2011-12-15T04:42:45Z ehaagwlke member/ehaagwlke livid
以下是显示的错误代码:

Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2ex-picky/1.348047412410862284/main.py", line 60, in get
template_values['articles_total'] = articles.count()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2060, in count
result = raw_query.Count(limit=limit, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1640, in Count
batch = self.GetBatcher(cOnfig=config).next()
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2525, in next
return self.next_batch(self.AT_LEAST_ONE)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2562, in next_batch
batch = self.__next_batch.get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
return self.__get_result_hook(self)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2317, in __query_result_hook
self._conn.check_rpc_success(rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1182, in check_rpc_success
rpc.check_success()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
self.__rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
OverQuotaError: The API call datastore_v3.RunQuery() required more quota than is available. ]]>
关于更新picky blog版本的问题 tag:www.v2ex.com,2011-08-28:/t/17434 2011-08-28T09:12:03Z 2011-08-29T09:12:03Z Feuda member/Feuda 分享Picky朴素主题一个 tag:www.v2ex.com,2011-07-09:/t/15554 2011-07-09T11:58:15Z 2011-07-10T12:25:13Z ehaagwlke member/ehaagwlke 有朋友留言说希望能够分享,于是索性放到了Google Code上.
围观主题地址: http://www.idingbao.com/
主题下载地址: http://code.google.com/p/idingbao/ ]]>
用picky搭了一个blog,给hotot用。 tag:www.v2ex.com,2011-04-12:/t/11366 2011-04-12T14:54:50Z 2011-12-30T08:03:27Z shellex member/shellex
基于default主题改动了一下,先这样好了...

http://blog.hotot.org/ ]]>
如何往博客里粘贴github代码啊,就是让github里的那代码显示在picky博客里,贴地址好像不行啊 tag:www.v2ex.com,2011-03-02:/t/9149 2011-03-02T10:10:00Z 2011-03-03T12:25:38Z Feuda member/Feuda 求助,Picky搭建的blog,日志发布时间不准确。。。 tag:www.v2ex.com,2011-02-23:/t/8846 2011-02-23T08:39:55Z 2011-02-24T10:30:56Z wxl24life member/wxl24life
http://rcodlife.appspot.com/

有个问题:

日志发布的时间所在时区不对,貌似是美帝那边的时区。。。

不知道在哪儿改? ]]>
部署Project Picky后无法进入后台的解决办法 tag:www.v2ex.com,2010-12-27:/t/6389 2010-12-27T08:29:49Z 2011-01-27T09:12:48Z xinzhi member/xinzhi 1)python运行时没配置好
2)只是部署了Hello World
3)成功部署,但后台无法等入

1和2就不说了,不是妈妈不在家衣服只能自己洗,是自己的事情自己做。3的话,你成功大半了,不要放弃,无非这几个原因:
一)密码配置没修改,此时登录密码还是默认的:secret,强烈建议修改
二)没有正确修改配置,或是明文填写密码,或是密码填到注释块里面了,等于没改
三)Twitter API失效导致后台无法进入(特征为登录后页面返回大堆错误信息)

针对以上几点问题,总结为两个问题:

#配置auth.py文件
访问 http://shell.appspot.com/ 在页面下方输入框依次输入命令:

import hashlib
(回车提交)
hashlib.sha1('123456').hexdigest()
(回车提交)

此时会看到最下面返回一串字符:
7c4a8d09ca3762af61e59520943dc26494f8941b

以上字串就是123456被加密后的字串,你可以用其它想要的密码替换123456同样会得到相应的字串。最后将字串替代auth.py文件最后一行引号中的字串即可。

#Twitter导致的问题
下载改好的writer.py替换即可,地址: https://cl.ly/2Qas 替换后部署更新,应该就没问题了。

P.S. 大概遇到困难的人也不会看到这里。。。以后想安装的可以看看。 ]]>
刚部署完,登录出现问题 tag:www.v2ex.com,2010-12-27:/t/6382 2010-12-27T06:31:50Z 2010-12-28T07:12:51Z dara member/dara http://dara-i.appspot.com/

auth.py中的密码如何设置的呢 ,目前的状态是没做修改! ]]>
请问github上picky的代码是否最新,是否保持更新? tag:www.v2ex.com,2010-12-27:/t/6376 2010-12-27T05:16:06Z 2010-12-28T05:16:07Z kaktos member/kaktos 如果是最新代码,想fork一个玩玩~ ]]> 新建了一个Project Picky,请问左边的那个google ads在那么删除? tag:www.v2ex.com,2010-12-26:/t/6342 2010-12-26T06:39:57Z 2010-12-27T13:13:58Z Mypujin member/Mypujin http://facethinking.appspot.com/ ]]> 圣诞团购:仅售100元!原价300元独立博客,送66元顶级域名 tag:www.v2ex.com,2010-12-24:/t/6285 2010-12-24T12:28:59Z 2011-01-01T02:40:14Z xinzhi member/xinzhi -Project Picky博客一年技术支持
-com/net/org顶级域名一枚一年限
-VPS加速一年保障,访问无忧,数据永存

(购买后价格不再调整,即自带顶级域名也一样。这种情况可直接联系我,本人可长期免费协助部署Project Picky/Project Babel,最好的东西值得大家共同拥有,同分享!)

Project Picky为@Livid开源作品,和V2EX Project Babel一同运行在Google云计算平台上。Picky博客系统简约稳健,友好掌控,一经拥有,别无所求。每份订单收入1%会通过支付宝捐赠给慈善机构。

Project Picky博客演示: http://picky.olivida.com/


V2EXer专享,请注意“V2EX”这个接头暗号;
秒杀价,请及时处理订单,仅下月1号前有效;
淘宝支付宝交易,不满意不付款,非诚勿扰让子弹飞一会。

秒杀地址(淘宝):
https://cl.ly/3kp2

邮件联系(支持GTalk):
xinzhi.org@gmail.com ]]>
几个问题 tag:www.v2ex.com,2010-12-14:/t/5875 2010-12-14T17:15:14Z 2010-12-16T09:25:53Z again member/again
看了http://picky.olivida.com 左边那个广告位的内容经常更换,ve2k的右边那个也是,想知道是每次手动更改的还是自动切换的?我想把那个广告位弄成友情链接的,如果能自动更换的话,我觉得很cool

picky有办法实现分页吗?我不会修改程序的。。。

最后,看下我博客吧,http://www.hxw.in 我不会弄logo,大家提下意见 ]]>
问一个index和article问题 tag:www.v2ex.com,2010-11-28:/t/5111 2010-11-28T14:15:17Z 2010-11-29T14:15:17Z samphealth member/samphealth
谢谢! ]]>
发现Picky加上Disqus的评论是不错的搭配。 tag:www.v2ex.com,2010-11-26:/t/5030 2010-11-26T02:25:24Z 2010-11-27T06:17:58Z imom0 member/imom0 一个blog完整了。 ]]> 进入Picky Writer提示错误 tag:www.v2ex.com,2010-11-21:/t/4833 2010-11-21T12:23:19Z 2010-11-23T02:03:31Z deepice member/deepice File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/example-picky/1.346371474994347470/writer.py", line 211, in get
if len(mentions_twitter['results']) > 0:
KeyError: 'results' ]]>
我想了解一下Rework首页是不是用V2EX Minisite功能生成的? tag:www.v2ex.com,2010-11-10:/t/4330 2010-11-10T15:19:30Z 2010-11-11T15:29:08Z lin member/lin http://v2ex.appspot.com/rework
因为我无法生成这样的页面(我指的是这个首页)。
我只能生成 地址/站名/页面名 这样的形式。

这个首页是不是在源文件里手工做的?

谢谢! ]]>
writer/save 时提醒 global name 'user' is not defined tag:www.v2ex.com,2010-10-30:/t/3885 2010-10-30T08:19:28Z 2010-10-31T08:19:28Z yoyicue member/yoyicue File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 513, in __call__
handler.post(*groups)
File "/base/data/home/apps/appsname/20101030155700.345859091870208681/writer.py", line 469, in post
'user_email' : user.email(),
NameError: global name 'user' is not defined

1.9.1版本来自于github
囧 这个地方怎么会要email呢 ]]>
给Picky添加了PubSubHubbub支持。 tag:www.v2ex.com,2010-10-26:/t/3754 2010-10-26T04:35:06Z 2010-10-27T08:52:49Z imom0 member/imom0 什么是PubSubHubbub? http://code.google.com/p/pubsubhubbub/

PubSubHubbub是资讯的流通变得更实时。

需要改动Picky的地方不多。

1.改动 Atom or RSS XML file

在 /tpl/shared/index.xml 里找到

code:

<link rel="self" type="application/atom+xml" href="http://{{ site_domain }}/index.xml" />
这一行,后面添加:

code:

<link rel="hub" href="http://pubsubhubbub.appspot.com/" />
2.Ping the hub

在 /writer.py 里找到 class WriterSynchronizeHandler,Ping Google Blog Search那个注释后面有这样一行:

code:

result = urlfetch.fetch(google_ping)
在下面添加:

code:

hub_field = {"hub.mode":"publish","hub.url":"http://imimom0.appspot.com/index.xml"}
hub_ping = urlfetch.fetch(url='http://pubsubhubbub.appspot.com/',payload=urllib.urlencode(hub_field),method=urlfetch.POST)

上传后测试是否有效果,Gtalk/XMPP添加 push-bot@appspot.com 机器人为好友,然后向它发送消息,内容为 "/subscribe http://imimom0.appspot.com/index.xml"。发送一篇测试日志,看是否有通知。

http://imimom0.appspot.com/add-pubsubhubbub-feed-support-for-picky ]]>
Project Picky是否可能在VPS上运行? tag:www.v2ex.com,2010-10-19:/t/3514 2010-10-19T04:46:55Z 2010-10-20T08:33:29Z Kirkcong member/Kirkcong 如何绑定自己的顶级域名 tag:www.v2ex.com,2010-10-15:/t/3370 2010-10-15T03:24:45Z 2010-10-16T06:58:50Z Mianco member/Mianco
已经使用了you8g的服务,在GAE的后台也设置了域名,GOOGLE APP也注册了。

为什么打开abc.com还是没有指向到我的picky,只出现了一个Google 404的页面。 ]]>
进入后台出现如下的错误 tag:www.v2ex.com,2010-10-07:/t/3159 2010-10-07T07:53:18Z 2010-11-18T09:20:06Z seanwang member/seanwang File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/suzhoukeblog/1.345322999458455619/twitter.py", line 44, in get
lists = api.GetLists()
File "/base/data/home/apps/suzhoukeblog/1.345322999458455619/v2ex/picky/ext/twitter.py", line 1545, in GetLists
url = TWITTER_API_ROOT + '/' + self._username + '/lists.json'
TypeError: cannot concatenate 'str' and 'NoneType' objects ]]>
请教Livid如何批量修改Picky的title_url和title_link,后缀htm改成html tag:www.v2ex.com,2010-10-02:/t/3046 2010-10-02T04:07:06Z 2010-10-03T13:04:43Z xinzhi member/xinzhi 请问在Picky上如何截短文章? tag:www.v2ex.com,2010-09-25:/t/2855 2010-09-25T13:12:11Z 2010-09-26T16:40:09Z 1wingedangel member/1wingedangel
在home下可以截短日志,然后在permalink里面显示全文的那种……

不知道在picky上能否实现? ]]>
页面显示“hello world”,沮丧... tag:www.v2ex.com,2010-09-22:/t/2806 2010-09-22T05:03:18Z 2010-09-23T08:28:02Z bullock member/bullock
app.yam中的application的值也改了


http://www.v2ex.com/t/2125中提到:

“原来刚才在GAE Launcher 的 Application Settings 里面的 Parent Directory 里,应该选择上一级的文件,而且不是picky本身这个文件夹。 ”

没看懂!

请求帮助! ]]>
GAE上的程序如何Down下來 tag:www.v2ex.com,2010-09-22:/t/2804 2010-09-22T03:30:16Z 2010-09-23T04:14:05Z Mianco member/Mianco
目前在GAE上跑PICKY,和大家一樣,出現了twitter錯誤,每天只能登錄一次。

GAE的部署方式比較特別,請問能否把GAE裡的文件下載下來,好讓我修改? ]]>
关于提交按钮上的文字 tag:www.v2ex.com,2010-09-20:/t/2752 2010-09-20T02:19:25Z 2010-09-22T01:43:03Z Livid member/Livid
Gmail 是 Send

这里的几个按钮,比如发主题和发回复,上面用什么比较好呢? ]]>
想做个Picky的主题模板,用什么编辑好呢 tag:www.v2ex.com,2010-09-19:/t/2747 2010-09-19T16:10:20Z 2010-09-21T01:38:47Z shenxiuqiang member/shenxiuqiang Picky对Markdown语法支持到什么程度? tag:www.v2ex.com,2010-09-19:/t/2737 2010-09-19T10:06:34Z 2010-09-20T13:06:25Z W member/W project picky后台无法进入,我已经注释掉了那几行代码了啊,求高手指示 tag:www.v2ex.com,2010-09-17:/t/2685 2010-09-17T14:52:17Z 2010-09-27T02:49:58Z Feuda member/Feuda if len(mentions_twitter['results']) > 0:不知道问题在哪 tag:www.v2ex.com,2010-09-16:/t/2641 2010-09-16T02:35:46Z 2010-09-17T08:37:33Z napoleonu member/napoleonu File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/unocncom/2.344814401834963569/writer.py", line 211, in get
if len(mentions_twitter['results']) > 0:
KeyError: 'results' ]]>
关于picky tag:www.v2ex.com,2010-09-11:/t/2502 2010-09-11T13:56:52Z 2010-09-13T03:48:10Z hanfeizi member/hanfeizi 请问大牛们怎么改的啊?找了半天文件没找到广告代码在那?
另外问下livida牛人....何时picky能用上twitter啊 ]]>
大家晒晒你们的Picky站吧 tag:www.v2ex.com,2010-09-11:/t/2494 2010-09-11T07:49:49Z 2010-09-12T07:49:49Z wangfengmadking member/wangfengmadking [http://hello-math.appspot.com](http://hello-math.appspot.com "Numb3r3") ]]> 在picky中插入代码段 tag:www.v2ex.com,2010-09-10:/t/2477 2010-09-10T14:33:41Z 2010-09-11T14:33:41Z wangfengmadking member/wangfengmadking Picky 的 twitter 同步 tag:www.v2ex.com,2010-09-03:/t/2251 2010-09-03T00:14:00Z 2011-05-05T08:25:11Z vayn member/vayn Contingency plan for GAE+Picky/Babel ? tag:www.v2ex.com,2010-08-30:/t/2172 2010-08-30T17:29:04Z 2010-08-31T17:33:16Z FRHong member/FRHong Livid 在他的 Picky 上写过(http://picky.olivida.com/benefit-host-blogs-with-google-app-engine)

放在国外会被墙,放在国内服务器会被抱走。这些都是无法彻底避免的。而且很多时候可能你自己的博客上没有什么敏感内容,但是旁边的那台机器不干净,于是一整个机房也会被连坐。而放在 GAE 上虽然也可能会随时被墙,但是至少不用担心自己的服务器被抱走。

于是在想,如果GAE被墙,那么搭建在上面的 Picky 或是 Babel 得怎么办? ]]>
TypeError: cannot concatenate 'str' and 'NoneType' objects tag:www.v2ex.com,2010-08-29:/t/2140 2010-08-29T10:17:10Z 2010-08-30T11:43:03Z lin member/lin hg了最新版本,运行。
执行writer的时候,出现这个错误:


google and baidu 这个错误,还是一头雾水。
请给点提示。
谢谢! ]]>
安装Picky时遇到的两个问题 1) GAE, 2) 配置文件 tag:www.v2ex.com,2010-08-28:/t/2125 2010-08-28T21:07:39Z 2011-04-24T10:56:38Z FRHong member/FRHong
现在在Picky上遇到的问题有两个:

1)按照Livid的安装教程(http://picky.olivida.com/install),下载了ActivePython,还有GAE Launcher。安装了两者之后,运行GAE Launcher时遇到了以下错误信息:

[img]http://i36.tinypic.com/29usg88.png[/img]

请问具体是哪里出错,而且应该怎么解决?


2)在Livid的教程上有一句“在解开的文件夹中,将 app.yaml.example 复制为 app.yaml,修改其中的 App ID,改成你自己的",我用Notepad++打开app.yam之后并没有找到“App ID”的字样。请问具体是应该修改哪一个值呢?


谢谢了! ]]>
给Picky添加自动保存草稿功能(HTML 5特性) tag:www.v2ex.com,2010-08-24:/t/1993 2010-08-24T13:18:15Z 2010-08-26T00:57:31Z xinzhi member/xinzhi c的xFox论坛,其中一个feature就是发帖框文字可以自动保存,刚才看了下源码,挺简单的,使用了HTML 5的本地存储特性。将xFox里的自动保存功能添加到Picky也十分简单:

1)下载autosave.js
http://xfox.appspot.com/static/autosave.js
保存至/static/shared/,代码基本无需修改即可使用,但建议将#btn_clear修改为#doDiscard,以便点击Discard按钮的时候清空本地草稿。

2)修改模版文件/tpl/writer/header.html,在</body>之前添加一行:
<script src="/static/shared/autosave.js" type="text/Javascript"></script>
(加到</head>之前也行)

3)上传更新,完毕。

以后使用Writer写文章,正文内容将5秒钟自动保存一次。 ]]>
picky的tweets中的账户链接是错误的 tag:www.v2ex.com,2010-08-22:/t/1943 2010-08-22T09:27:58Z 2010-08-30T04:31:39Z Weakdancer member/Weakdancer http://wonderpy.appspot.com/tweets
在我的tweets页面可以看到,我的“真名”和"username"不一样,而这里把我的真名当作了username

在tweets.html中有:
http://twitter.com/{{ twitter_account }}

在main.py中有:
twitter_account = Datum.get('twitter_account')
twitter_password = Datum.get('twitter_password')
api = twitter.Api(username=twitter_account, password=twitter_password)


问题处在哪里呢? ]]>
安装报错 tag:www.v2ex.com,2010-08-22:/t/1942 2010-08-22T09:16:02Z 2010-08-23T10:54:49Z horse member/horse
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/zhanbin/1.344259933651252454/main.py", line 52, in get
template_values['articles_total'] = articles.count()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1818, in count
result = raw_query.Count(limit=limit, rpc=rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1275, in Count
iterator = self._Run(limit=0, offset=offset, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 1188, in _Run
str(exc) + '\nThis query needs this index:\n' + yaml)
NeedIndexError: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console.
This query needs this index:
- kind: Article
properties:
- name: is_page
- name: created
direction: desc ]]>
你最期待Project Picky的新功能 tag:www.v2ex.com,2010-08-21:/t/1923 2010-08-21T19:33:24Z 2011-01-02T04:01:15Z Leo member/Leo
若Project Picky将开发新的功能,你最期待的是哪个呢


期待加入数据导入导出和草稿功能。 ]]>
如果能从WordPress导入数据就好了 tag:www.v2ex.com,2010-08-13:/t/1666 2010-08-13T09:42:09Z 2010-08-14T12:34:38Z ituscany member/ituscany Project Picky的twitter问题 tag:www.v2ex.com,2010-08-13:/t/1663 2010-08-13T09:01:08Z 2010-08-14T09:39:28Z hanfeizi member/hanfeizi Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/imnotebook/2.344050858468440949/twitter.py", line 42, in get
lists = api.GetLists()
File "/base/data/home/apps/imnotebook/2.344050858468440949/v2ex/picky/ext/twitter.py", line 1546, in GetLists
json = self._FetchUrl(url)
File "/base/data/home/apps/imnotebook/2.344050858468440949/v2ex/picky/ext/twitter.py", line 2180, in _FetchUrl
url_data = opener.open(url, encoded_post_data).read()
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 387, in open
respOnse= meth(req, response)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 425, in error
return self._call_chain(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found ]]>
在Picky中应用Markdown编辑器--wmd tag:www.v2ex.com,2010-08-11:/t/1587 2010-08-11T07:08:25Z 2010-08-12T15:17:44Z greatghoul member/greatghoul
![wmd编辑器及预览](http://pic.yupoo.com/greatghoul/676039c5a6af/29yn287x.jpg)

详见此文:<http://greatghoul.appspot.com/install-wmd-in-picky> ]]>
关于最近的后台错误 tag:www.v2ex.com,2010-08-08:/t/1502 2010-08-08T17:38:34Z 2010-08-09T20:06:34Z Livid member/Livid
http://search.twitter.com/search.json?q=picky.olivida.com

或许最新的 hg 版本里我应该暂时把这个功能去掉? ]]>
关于 rss 文章显示顺序的问题 tag:www.v2ex.com,2010-08-08:/t/1486 2010-08-08T10:07:03Z 2010-08-12T14:56:18Z fineao member/fineao
而且上面显示的时间也和博客里的发布时间不一样,去后台看了下,xml 文件里显示的时间其实是"最后一次修改“的时间,我觉得这里应该是”发布时间“才好吧。

有时候改个 set 或者 title 什么的就把文章放在最前面了这样不太适合吧。 ]]>
使用第三方Comment System的人多吗? tag:www.v2ex.com,2010-08-07:/t/1473 2010-08-07T19:38:15Z 2010-08-30T12:47:55Z IIssNan member/IIssNan
使用picky的你有使用第三方Comment System么? 使用哪个System? ]]>
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86