招到人了没@gazeldx
就是工作岗位比较少。。。
最近我也在学 ruby,讲讲我是怎么做的: https://www.railstutorial.org/book 这本书代码目前我撸了两遍了; 《Rails 5 敏捷开发》这本书我也看的差不多了,书里面的项目也基本做完; ruby 元编程这本书看了大概一半了; 大概花了我半个月时间左右吧,准备再过一些时日找个 ruby 的开发; (注意:我是有其他语言的基础的); 个人感觉我看的上面这三本书对我帮助很大,我是一边看一遍实践操作的,收获还是不小的
讲解 rust??
这本书我已经买了,但是没有发到我邮箱里面,不知道怎么回事。。。
和工资无关,纯属于兴趣,ruby 本来就在我学习计划之内的
学习了 Ruby 之后并不代表着我要放弃 Java,Java 仍然会是我所钟爱的语言之一。。。
不知道 Java 的收么,愿意转向 Ruby 的
java 可否?
hackerone 上面的看过你们的赏金计划,哈哈
不是应届生,可以投么
目前问题已搞定
这是日志: $cat /usr/local/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-18/2.6.0/nokogiri-1.10.5/mkmf.log "clang -o conftest -I/usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0/x86_64-darwin18 -I/usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0/ruby/backward -I/usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0 -I. -I/usr/local/opt/libyaml/include -I/usr/local/opt/[email protected]/include -I/usr/local/opt/readline/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fno-common -pipe -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2 conftest.c -L. -L/usr/local/Cellar/ruby/2.6.4_2/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/readline/lib -L. -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/readline/lib -lruby.2.6 " In file included from conftest.c:1: In file included from /usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0/ruby.h:33: In file included from /usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0/ruby/ruby.h:29: /usr/local/Cellar/ruby/2.6.4_2/include/ruby-2.6.0/ruby/defines.h:123:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1 error generated. checked program was: /* begin / 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: } / end */