None of them matters if you use the rails style query instead of PHP style query.
jquery 大部分代码是集成的 sizzle 选择器引擎,其实就是一个
document.querySelector()
... 如果不用兼容 ie 7 , 可以自己打包一个不带 sizzle 的 jquery, 超小
def test_yield
后面多了个空格。
可有可无的括号最好去掉
#2 楼 @jeremy16601 看下面,数据库没启动啊
从 brew info postgres
摘抄的:
If this is your first install, create a database with:
initdb /usr/local/var/postgres -E utf8
and create user
createuser postgres createdb -U postgres postgres
To have launchd start postgresql at login:
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
Then to load postgresql now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Or, if you don't want/need launchctl, you can just run:
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
You can add aliases
alias pg.start='pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start' alias pg.stop='pg_ctl -D /usr/local/var/postgres stop -s -m fast'
require 'date'
a = [["2013-07-05", 12], ["2013-07-01", 24], ["2013-06-30", 34]].map do |d, n|
[Date.parse(d), n]
end
min = a.map(&:first).min
data = Hash[a]
(min..(min + 7)).map{|d| data[d] || 0}
#13 楼 @tuliang 你说的这个没玩过,也有魔棒么... #15 楼 @PrideChung 型月世界,萌单风格,魔炮技能,收集库洛牌... 就等召唤巴沙 car 撞死他们了
#2 楼 @wppurking 我是胡乱写的... 对怎么实现 lisp 的语义没兴趣...
#30 楼 @ptmagic 不了解... 如果 lisp 有类似 esoteric languages implemented in ruby 这样的书的话应该也挺牛逼的
话说作者还写过自制 OS, 萌化版自制 CPU 之类的奇书...
还可以挖下去:汇编编译成机器码,而通过数字逻辑电路设计 CPU, 就是实现机器码的解释器
但数字逻辑电路,可以用编程语言描述和验证...
是的
#3 楼 @zhangyuan 估计是要抄 cloud foundry