上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页
  2018年2月16日
摘要: rspec的expect方法接收任何对象作为参数,并且返回一个rspec代理对象 叫做 ExpectationTarget。 ExpectationTarget存储了传递给expect方法的对象,他响应两个方法to和not_to (从技术上来说是三个, to_not是一个别名), to和not_to 阅读全文
posted @ 2018-02-16 11:50 c3tc3tc3t 阅读(137) 评论(0) 推荐(0)
  2018年2月11日
摘要: import $ from 'jquery' import 'bootstrap' import '../node_modules/bootstrap/dist/css/bootstrap.css'; import $ from 'jquery' import 'bootstrap' import 阅读全文
posted @ 2018-02-11 11:10 c3tc3tc3t 阅读(211) 评论(0) 推荐(0)
  2018年2月10日
摘要: AddItemComponent.vue ChangeTitleComponenet.vue ItemComponent.vue ItemsComponent.vue App.vue main.js index.html 阅读全文
posted @ 2018-02-10 16:16 c3tc3tc3t 阅读(393) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 learn1 7 8 9 10 11 12 {{msg}} {{user}} 13 14 15 16 17 18 19 20 21 ... 阅读全文
posted @ 2018-02-10 12:37 c3tc3tc3t 阅读(281) 评论(0) 推荐(0)
  2018年2月9日
摘要: 1 2 3 4 5 Vue.component('my-checkbox', { 6 template:'#c', 7 model: { 8 prop: 'checked', 9 event: 'change' //要触发的事件 10 }, 11 props: { 12 checked:Bool... 阅读全文
posted @ 2018-02-09 20:52 c3tc3tc3t 阅读(3373) 评论(0) 推荐(0)
  2018年1月27日
摘要: Turn on scoped_views in config/initializer/devise.rb 阅读全文
posted @ 2018-01-27 22:58 c3tc3tc3t 阅读(140) 评论(0) 推荐(0)
  2018年1月13日
摘要: 按照这个解决 https://github.com/chentsulin/electron-react-boilerplate/issues/1300 changing "babili-webpack-plugin": "^0.1.2" to "babili-webpack-plugin": "0. 阅读全文
posted @ 2018-01-13 20:58 c3tc3tc3t 阅读(577) 评论(0) 推荐(0)
  2018年1月8日
摘要: 1 无妨访问某些页面可能是ssl选项没有使用 阅读全文
posted @ 2018-01-08 17:39 c3tc3tc3t 阅读(141) 评论(0) 推荐(0)
  2018年1月4日
摘要: fix SamuraiCRM/engines/core/test/dummy/config/routes 修改如下 SamuraiCRM/engines/core/test/dummy/config/application.rb 修改如下 SamuraiCRM/engines/core/samura 阅读全文
posted @ 2018-01-04 17:19 c3tc3tc3t 阅读(159) 评论(0) 推荐(0)
  2018年1月1日
摘要: 使用Nodejs安装完tern后,在/user/local/bin建立软连接 阅读全文
posted @ 2018-01-01 22:24 c3tc3tc3t 阅读(393) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页