2018年11月30日
摘要:
gem install rubygems-bundler
阅读全文
posted @ 2018-11-30 12:07
c3tc3tc3t
阅读(134)
推荐(0)
2018年11月26日
摘要:
Ran into this, and the solution here works: https://stackoverflow.com/questions/51334732/rails-5-2-0-with-ruby-2-5-1-console-warning-already-initializ
阅读全文
posted @ 2018-11-26 12:47
c3tc3tc3t
阅读(578)
推荐(0)
2018年11月15日
摘要:
$ sudo systemctl enable fstrim.timer; $ sudo systemctl start fstrim.service; $ sudo systemctl status fstrim.service; Check the timer systemctl cat fstrim.timer and look for the Persist...
阅读全文
posted @ 2018-11-15 22:50
c3tc3tc3t
阅读(556)
推荐(0)
摘要:
1 sudo pacman -S pavucontrol 2 sudo pacman -S pulseaudio 1 # 为了启动 fcitx 输入法…… 2 #exec --no-startup-id LANG="zh_CN.UTF-8" fcitx &
阅读全文
posted @ 2018-11-15 13:00
c3tc3tc3t
阅读(306)
推荐(0)
2018年11月14日
摘要:
pacman -S postgresql-libs
阅读全文
posted @ 2018-11-14 14:34
c3tc3tc3t
阅读(194)
推荐(0)
2018年11月8日
摘要:
bootsnap依赖问题 or or warning: previous definition of VERSION was here
阅读全文
posted @ 2018-11-08 15:25
c3tc3tc3t
阅读(879)
推荐(0)
2018年10月29日
摘要:
/.babelrc /jest.config.js /package.json /tests/setup.js
阅读全文
posted @ 2018-10-29 13:43
c3tc3tc3t
阅读(409)
推荐(0)
2018年10月17日
摘要:
https://blog.csdn.net/qq_32337527/article/details/81778732?utm_source=blogxgwz0
阅读全文
posted @ 2018-10-17 13:03
c3tc3tc3t
阅读(555)
推荐(0)
2018年10月8日
摘要:
https://stackoverflow.com/questions/15636367/nodejs-require-a-global-module-package 1 export NODE_PATH="$(npm config get prefix)/lib/node_modules" 2 2
阅读全文
posted @ 2018-10-08 09:30
c3tc3tc3t
阅读(238)
推荐(0)
2018年10月5日
摘要:
原文 :https://www.travisluong.com/ruby-on-rails-mountable-vs-full-engine/一个Rails Engine 本质是一个 Rails application,你可以附加到其他的rails application上提供附加功能。一个Rail
阅读全文
posted @ 2018-10-05 13:13
c3tc3tc3t
阅读(484)
推荐(0)