2017年12月22日
摘要:
1 如果你想使用 /etc/default/docker文件配置你的docker 在 /etc/systemd/system/docker.service.d/docker.conf 添加下面 [Service]ExecStart=ExecStart=/usr/bin/dockerd -H fd:/
阅读全文
posted @ 2017-12-22 18:34
c3tc3tc3t
阅读(5432)
推荐(0)
2017年12月20日
摘要:
原文: https://tomassetti.me/introduction-to-webassembly/ WebAssembly简介:我们为什么要关心这个技术? 在对抗js的伟大战斗中有一个新的武器,允许开发者们在提高性能和生产力同时选择他们喜欢的编程风格。这个武器就是WebAssem
阅读全文
posted @ 2017-12-20 23:57
c3tc3tc3t
阅读(541)
推荐(0)
2017年11月25日
摘要:
1 安装 sudo apt-get install libqt4-dev libqtwebkit-dev 2 gem install capybara-webkit 3 在rails-helper.rb配置
阅读全文
posted @ 2017-11-25 16:41
c3tc3tc3t
阅读(205)
推荐(0)
2017年11月17日
摘要:
文档 https://relishapp.com/rspec/rspec-core/v/2-5/docs/helper-methods/let-and-let 从上面文档中得出 let 1 只会在一个example(一个it 代码块)中调用一次,并不会在多个example中共享 , 2 必须被显示调
阅读全文
posted @ 2017-11-17 23:03
c3tc3tc3t
阅读(475)
推荐(0)
2017年11月15日
摘要:
mysql : admin postgresql: devpg
阅读全文
posted @ 2017-11-15 21:32
c3tc3tc3t
阅读(133)
推荐(0)
2017年11月10日
摘要:
A top level initializer is highly recommended to use: conf/initializer/tls_settings.rb
阅读全文
posted @ 2017-11-10 23:43
c3tc3tc3t
阅读(4855)
推荐(0)
摘要:
sudo apt-get install libcap2-bin wireshark sudo chgrp myusername /usr/bin/dumpcap # myusername是你使用wireshark的当前用户名 sudo chmod 750 /usr/bin/dumpcap sudo
阅读全文
posted @ 2017-11-10 10:53
c3tc3tc3t
阅读(2316)
推荐(0)
2017年11月6日
摘要:
《ruby编程语言》 《crafting rails applications》 《agile web developemnt》 《build awesome command-line appolications》 《the rails4 way》 《ruby cookbook》 《the ruby
阅读全文
posted @ 2017-11-06 11:25
c3tc3tc3t
阅读(171)
推荐(0)
2017年11月4日
摘要:
1 洗手盆下面 2 洗菜盆下面 3 热水器接头 4 煤气官道接头 5 煤气灶 6 煤气管道 7煤气报警器 8 房门锁要用新款锁,可以换锁芯 9 坐便器是否漏水,上水问题 10 家用电器插头可以正常插拔 11 有没有蟑螂 12 门窗滑道 13纱窗 14热水器要可以拔下电插头 15 电表检查是否一样,是
阅读全文
posted @ 2017-11-04 19:10
c3tc3tc3t
阅读(224)
推荐(0)
2017年10月31日
摘要:
Method 1: Via PPA Step 1: Add the official PPA sudo add-apt-repository ppa:wireshark-dev/stable Step 2: update the repository sudo apt-get update Step
阅读全文
posted @ 2017-10-31 22:44
c3tc3tc3t
阅读(417)
推荐(0)