上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页
摘要: 我的git代码:https://github.com/chentianwei411/nested_form-Stimulus- Stimulus: https://www.cnblogs.com/chentianwei/p/9806875.html 开始: rails new -m ../jumps 阅读全文
posted @ 2019-04-02 10:00 Mr-chen 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.zhihu.com/question/20428599/answer/223511099 (含下载,但需要论坛注册) 下载(百度网盘):https://blog.csdn.net/huyuan7494/article/details/78865016 Macmillan 阅读全文
posted @ 2019-03-30 11:08 Mr-chen 阅读(2637) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/yudongyang/blog/1549248 https://rvm.io/gemsets 安装rails的一个版本 1.创建一个专门的文件夹存放对应的rails版本。 然后切换到这个文件夹: 安装rails的一个版本 补充7-29 在https:// 阅读全文
posted @ 2019-03-20 11:07 Mr-chen 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 主要功能是新增2个主要的框架Mailbox和action Text. 和2个重要的可扩展的升级: multiple databases support和parallel testing. Action Text https://edgeguides.rubyonrails.org/action_te 阅读全文
posted @ 2019-03-12 10:45 Mr-chen 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 最重要区别 1 symbol存入内存后,始终存在,如果不进行垃圾收集,可能导致内存泄漏。 String只会存在于某个创建它的作用域内。即有生命周期的。 2.唯一性。 3 Symbol是一个符号,它不能像string一样合并。 阅读全文
posted @ 2019-03-05 11:15 Mr-chen 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 进入rails 文件夹, terminal输入rails console报告❌。 类似下面的 直接google, 就能找到stackoverflow的答案。 原因是homebrew更新了libhistory的版本到8.0。 而rails的默认配置是7.0找不到对应的库。因此建立一个符号连接即可。 然 阅读全文
posted @ 2019-03-05 11:11 Mr-chen 阅读(3613) 评论(0) 推荐(0) 编辑
摘要: Asynchronous Code in Node 历史上,Node开发者只能用回调和事件emitters。 现在可以使用一些异步的语法: async module Promises Async/await funcitons Promise the docs, 在hook下,一个基本的promis 阅读全文
posted @ 2019-02-04 10:04 Mr-chen 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 网文: https://juejin.im/post/59e85eebf265da430d571f89 并发模型和事件循环:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/EventLoop Node.js事件循环,Timers, pr 阅读全文
posted @ 2019-02-03 12:26 Mr-chen 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 新增的章节。 If you are not using HTTP/2, then you are losing out on big improvements. HTTP/2相比http/1有很大的区别。例如: multiplexing 多路复用 server push of assets 如果您没 阅读全文
posted @ 2019-02-01 16:51 Mr-chen 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Getting Node.js Apps Production Ready 部署程序需要知道的方面: Environment variables Express.js in production Socket.IO in production(在线文章缺失这章) Error handling Nod 阅读全文
posted @ 2019-02-01 10:47 Mr-chen 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页