上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 229 下一页
摘要: When I created a new project with Rails,I must run the bundle.cmd in my Windows OS. F:\Ruby27-x64\bin\ruby.exe F:\Ruby27-x64\bin\bundle.cmd install Fe 阅读全文
posted @ 2020-07-22 13:31 ukyo--碳水化合物 阅读(212) 评论(0) 推荐(0)
摘要: https://guides.rubyonrails.org/getting_started.html After the Rails had installed, I saw a Rails initial project files structure. Use jetbrain RubyMin 阅读全文
posted @ 2020-07-22 11:20 ukyo--碳水化合物 阅读(212) 评论(0) 推荐(0)
摘要: https://www.jetbrains.com/ruby/download/other.html ruby file seems like end with .rb What's relation between Ruby & Rails? What's Rails Rails is a web 阅读全文
posted @ 2020-07-22 11:14 ukyo--碳水化合物 阅读(154) 评论(1) 推荐(0)
摘要: https://www.britannica.com/science/golden-ratio 链接:https://pan.baidu.com/s/19I1fwUqt3ndzNaxnG7IVCw 提取码:zgm4 阅读全文
posted @ 2020-07-22 08:54 ukyo--碳水化合物 阅读(177) 评论(0) 推荐(0)
摘要: #!/usr/bin/ruby # -*- coding: UTF-8 -*- $global_variable = 10 class Class1 def print_global puts "全局变量在 Class1 中输出为 #$global_variable" end end class C 阅读全文
posted @ 2020-07-21 23:19 ukyo--碳水化合物 阅读(159) 评论(0) 推荐(0)
摘要: I want to know whether you had breakfast I want to know whether it will rain tomorrow. My question is wether you finish your homework. YaoMing is tall 阅读全文
posted @ 2020-07-21 21:43 ukyo--碳水化合物 阅读(595) 评论(0) 推荐(0)
摘要: https://www.genshuixue.com/npc/detail/cellClass/5231034526942208 好的,收到。 群消息多避免打扰您可以先选择静音屏蔽。 课程是7月21日晚上19:45开始。 无论您基础好坏,只要您【每晚7:45上课】坚持4天学习,不要偷懒,必定帮你学好 阅读全文
posted @ 2020-07-21 16:43 ukyo--碳水化合物 阅读(277) 评论(0) 推荐(0)
摘要: https://www.runoob.com/ruby/ruby-intro.html 阅读全文
posted @ 2020-07-20 16:26 ukyo--碳水化合物 阅读(131) 评论(0) 推荐(0)
摘要: 在日常开发中,我们使用 Redis 存储 key 时通常会设置一个过期时间,但是 Redis 是怎么删除过期的 key,而且 Redis 是单线程的,删除 key 会不会造成阻塞。要搞清楚这些,就要了解 Redis 的过期策略和内存淘汰机制。 Redis采用的是定期删除 + 懒惰删除策略。 定期删除 阅读全文
posted @ 2020-07-20 16:25 ukyo--碳水化合物 阅读(214) 评论(0) 推荐(0)
摘要: 单点登录在现在的系统架构中广泛存在,他将多个子系统的认证体系打通,实现了一个入口多处使用,而在架构单点登录时,也会遇到一些小问题,在不同的应用环境中可以采用不同的单点登录实现方案来满足需求。 我将以我所遇到的应用环境以及在其中所经历的各个阶段与大家分享,若有不足,希望各位不吝赐教。 一、共享Sess 阅读全文
posted @ 2020-07-20 15:31 ukyo--碳水化合物 阅读(158) 评论(0) 推荐(0)
上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 229 下一页