作者deduce (http://punk.tw/ )
看板Ruby
标题Re: [RoR] 建立Permalink, 建立好友名单
时间Mon Oct 8 21:19:20 2007
※ 引述《shelary (台中喵小咩)》之铭言:
: : 这些topic网路上有些文章都有讨论过了,
: : 不过我还是把自己学习的心得分享一下:p
: : Rails: 建立Permalink,避免流水号泄漏网站资料
: 我这里有个疑问..
: 如果有须要建立 Permalink 时
: 那使用 MD5 会不会比较好?
: 用乱数去做觉得怪怪的
嗯~的确我文章里面有写到
def generate_permalink
# 用标题+时间进行md5的编码
require 'digest/md5'
self.permalink = Digest::MD5.hexdigest(self.title + Time.now.to_s)
end
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.119.233.53
1F:→ contagious:用 UUID 10/10 00:58