hi, 昨天给你发了邮件,请问收到了么,我是 [email protected]
家乡也有互联网公司了,支持支持_(:3」∠)_
#25 楼 @heimirror 会用 vim 的话可以不用共享目录,vboxsf 共享文件系统的速度的确是个坑。上回我手贱在共享目录下跑了 npm install,根本跑不完╮(╯_╰)╭
#40 楼 @xiaoronglv wechat id: jankin-z 求拉 虽然实习做了前端,还是很喜欢 ruby_(:3」∠)_
#3 楼 @novtopro Thanks. I found it :). VirtualBox 5.1 is too new for vagrant. temporary solution: https://github.com/mitchellh/vagrant/issues/7411#issuecomment-232305067 tested, works.
请问需要实习生么
#7 楼 @piecehealth 漂亮。诶,和 java 的写法比 ruby 的跟开挂一样
public class Ex4 {
public static void main(String[] args) {
int size = 5;
for ( int y = 0; y < size; ++y ) {
for ( int x = 0; x < 2 * size; ++x ) {
if ( (size - 1 - x) == y || (size - 1 + y) == x ) {
System.out.print("*");
} else {
System.out.print(" ");
}
}
System.out.println();
}
for ( int y = 0; y < size - 1; ++y ) {
for ( int x = 0; x < 2 * size; ++x ) {
if ( x == y + 1 || 2 * size - 3 == x + y ) {
System.out.print("*");
} else {
System.out.print(" ");
}
}
System.out.println();
}
}
}
复习了一下 java。x,y 是坐标系
分页什么的应该没有极限的吧,应该只是个 limit, offset 的 helper,我觉得不是分页的问题
在删除链接上加参数 item_path(item, page: 2)
http://stackoverflow.com/questions/6393206/how-to-add-parameter-to-delete-link
楼上的写法是 4 以后的吧,3.2.16 好像还没有 v3.2.16/has_one 没有装 3 我用 4 的写法试了一遍没问题的,楼主要不再在 console 里检查一下
Namespace Load (0.3ms) SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."owner_id" = $1 AND "namespaces"."type" IS NULL LIMIT 1 [["owner_id", 2]]
#3 楼 @fighterleslie 谢谢!涨姿势了。我之前一直以为 top level 就是在 main 对象上的 instance_eval 块
我觉得 vagrant 很好用的。。在 gitbash 里连接 archlinux,然后 tmux 加 vim 和各种 linux 工具,也不用配字体什么的,全屏了以后很爽的。我一般也不用共享文件夹,直接在虚拟机里写了,vboxsf 很慢的。 穷学生用不起 mac,有 git bash + vagrant+vbox 这样的神器已经很满足了。。
工厂方法好像不能共享对象方法,要共享方法的话还是只能用构造函数和原型链吧
Lonely Operator &. “looks like someone sitting on the floor, looking at the dot.” 好形象啊