一佳一

记录像1+1一样简洁的代码

导航

上一页 1 2 3 4 5 6 7 8 ··· 40 下一页

2022年8月25日

摘要: Open a database require 'rubygems' require 'sequel' DB = Sequel.sqlite('my_blog.db') DB = Sequel.connect('postgres://user:password@localhost/my_db') D 阅读全文

posted @ 2022-08-25 15:44 一佳一 阅读(153) 评论(0) 推荐(0) 编辑

摘要: 标题 Ctrl + 1 2 3 4 5 数字不同大小不同 增大标题级别:Ctr+=;减少标题级别:Ctrl+-; 有序列表:正常插入即可,如1.,2.; 代码 Ctrl+Shift+K 搜索 复制 阅读全文

posted @ 2022-08-25 10:20 一佳一 阅读(12) 评论(0) 推荐(0) 编辑

2022年8月15日

摘要: ruby -e "require 'net/http'; require 'json'; puts JSON.parse(Net::HTTP.get(URI('https://www.howsmyssl.com/a/check')))['tls_version']" 搜索 复制 阅读全文

posted @ 2022-08-15 13:32 一佳一 阅读(18) 评论(0) 推荐(0) 编辑

摘要: docker pull mongo docker run --name mongo --restart=always -p 27017:27017 -v /mnt/mongodb/data:/data/mongo/db -v /mnt/mongodb/backup:/data/mongo/backu 阅读全文

posted @ 2022-08-15 12:00 一佳一 阅读(33) 评论(0) 推荐(0) 编辑

2022年7月31日

摘要: service ssh restartssh-keygen -C "181947237@qq.com" -t rsa rm -rf namemkdir name sudo apt-get updatesudo apt-install XXX bundler update railsrails -vb 阅读全文

posted @ 2022-07-31 17:15 一佳一 阅读(24) 评论(0) 推荐(0) 编辑

摘要: 创建项目padrino g project demo_project -e liquid -s jquery -d sequel -a postgres -c scss 生成bundler install 启动测试padrino s 修改数据库链接Sequel.connect("postgres:/ 阅读全文

posted @ 2022-07-31 17:13 一佳一 阅读(19) 评论(0) 推荐(0) 编辑

2022年7月26日

摘要: https://github.com/rogeraabbccdd/GitKraken-zh-tw 打不开的可以下载 https://download.csdn.net/download/jine515073/86265349 搜索 复制 阅读全文

posted @ 2022-07-26 15:21 一佳一 阅读(221) 评论(0) 推荐(0) 编辑

2022年7月22日

摘要: 1.Ubuntu rvm下载 https://github.com/rvm/ubuntu_rvm 切换rvm镜像 sed -i 's!ruby.taobao.org/mirrors/ruby!cache.ruby-china.com/pub/ruby!' $rvm_path/config/db 2. 阅读全文

posted @ 2022-07-22 17:25 一佳一 阅读(548) 评论(0) 推荐(0) 编辑

2022年7月21日

摘要: 1.安装sinatra gem install sinatra 2.编码,创建myapp.rb # app.rb require 'sinatra' require 'puma' get "/hello" do return "Hi, whats up" end 3.运行 ruby myapp.rb 阅读全文

posted @ 2022-07-21 11:49 一佳一 阅读(67) 评论(0) 推荐(0) 编辑

2022年7月20日

摘要: 1.exit code 127 错误提示如下 make "DESTDIR=" clean sh: 1: make: not found make "DESTDIR=" sh: 1: make: not found make failed, exit code 127 Install gem give 阅读全文

posted @ 2022-07-20 16:11 一佳一 阅读(141) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 40 下一页