linux 桌面用轻量级的窗口管理器,还是挺稳定的。我用 awesome 的时间有 4 年以上,从来没出过问题。驱动方面,如果懂得编译内核,能解决大部分问题。例如我现在用的无线网卡驱动,是 experimental 的,一般发行版自带的都不会编译进去,自己配置编译下就可以用了。
这不是“通过 web 端”,而是“通过浏览器” 可以用这个:https://github.com/billhsu/jUART
无聊
基本的东西不懂那就找资料学吧,做什么伸手党。
let mapleader=","
nmap <leader>w :w<CR>
按下,w
就能保存,不需要按 shift,回车也不用,<leader>
这个东西相当好用
还有nmap <leader>q :q<CR>
这个也用得最多
RAD 是一个将 ruby 代码编译成 C 代码的编译器 https://github.com/atduskgreg/rad。例子在这里:https://github.com/atduskgreg/rad/tree/master/lib/examples。实现得好的话,C 能做的它也能做,不能做的就嵌入 C(像那个 plugin 那样)。
page 取个够大的,然后做二分查找
看书看文档不就够了吗
准备过两个星期用
在源码最前面加上
# encoding: utf-8
支持数字编码,类似邮编的设计
熬夜 +1
为什么 ruby china 没有屏蔽用户功能呢?
#8 楼 @CoffeeDeveloper js有什么奇技淫巧是静态语言没有的?
为什么不直接翻文档
http://guides.rubyonrails.org/active_record_querying.html
But this approach becomes increasingly impractical as the table size increases, since User.all.each instructs Active Record to fetch the entire table in a single pass, build a model object per row, and then keep the entire array of model objects in memory. Indeed, if we have a large number of records, the entire collection may exceed the amount of memory available.
Rails provides two methods that address this problem by dividing records into memory-friendly batches for processing. The first method, find_each, retrieves a batch of records and then yields each record to the block individually as a model. The second method, find_in_batches, retrieves a batch of records and then yields the entire batch to the block as an array of models.
语言书就讲语言,编译留给编译书,有什么好吐槽的 会写编译器的,看了语言书/spec 就能自己实现,用不着语言教科书来废话
ruby 是红宝石的意思,喜欢的人多了去了……
如果是合格的策略,即使服务器被轰成渣都不至于丢两个月的数据……
https://github.com/petermichaux/maria 这个声称支持 ie6 http://docs.angularjs.org/guide/ie angularjs 限制下也可以
基础库倒是挺多支持 ie6 的,mvc 的应该没有吧 风格靠规范+review 就好了