• Web Development
  • Rails
  • Introduction
  • Rails Gems
    • sorcery
    • paranoia
    • prawn
    • Front
      • simple_form
      • validate
        • client_side_validations
        • jquery-validation-rails
    • sources
  • Rails Guides
    • Model Migration
    • Model Validation
    • Model Callback
    • Model Association
    • View Overview
    • View layouts&rendering
    • View form helper
      • form_tag相关
      • form_for相关
      • others
    • Controller Overview
      • controller part1
      • controller part2
      • controller part3
    • Controller routing
      • default resource routing
      • non resource routing
      • customize routes
  • Rails Others
    • virtual columns in mysql
    • simple login
  • Function Category
    • optimization
      • counter_cache
      • N+1
      • cache一般用法
      • Redis
        • redis安装
        • cache结合redis
        • cache结合memcached
    • font end
      • bootstrap安装
      • bootstrap积累
      • css选择器
      • css基础和盒子模型
      • css积累
      • flex布局
      • font-awesome
      • turbolinks
      • 评论添加背景
      • jquery-rails
      • 多选全部
      • 字段序号
      • toastr
      • 取消右边上下滚动条
      • sprite
      • sortable
      • datetimepicker
    • back end
      • activeadmin
    • test
      • RSpec
        • RSpec+capybara
      • minitest
      • faker
      • rails-controller-testing
    • search
      • ordinary search
      • sunspot
      • elasticsearch
      • searchkick
      • 一次删除和多次删除
      • 自动补全
    • js
      • js使用
      • ajax(js)
      • ajax(json)
      • paginate(ajax)
      • spin(ajax)
      • date-select
    • view
      • select all
      • preview
      • haml
    • tag
      • ancestry
      • 普通用法
    • seo
      • friendly_id
      • subdomain
      • meta-tags
      • favicon_link_tag
    • editor
      • ckeditor
    • pagination
      • kaminari
      • will_paginate
    • api
      • json
      • HTTParty
    • markdown
      • redcarpet
      • html-pipeline
    • development
      • rack-mini-profiler
      • annotate
    • upload
      • upyun
      • carrierwave
      • active_storage
      • image_tag
      • remotipart
      • cloudinary
    • security
      • xss
      • credentials
    • upgrade rails
      • 5.1.5 to 5.2.0rc
    • i18n
      • i18n
      • youdao
    • debugger
      • controller
    • ecommerce
      • 购物车
      • B2C Shop
      • 用户地址
    • deploy
      • Heroku
      • Ubuntu
        • rvm
        • nginx
      • SSL
      • Email
        • mail功能配置
        • mail样式
      • ENV
    • omniauth
      • github
    • plugin
      • gem
      • bundle gem
      • engine
    • unclassified
      • rack
      • assets
      • generator
      • seeing_is_believing
    • reveal.js
      • magic_reveal
    • jobs
      • sidekiq
      • sidekiq问题
      • sidekiq部署
    • StateMachine
    • sms conf
    • pdf
      • wicked_pdf
      • wkhtmltopdf
    • authentication
      • devise
      • devise-bootstrapped
    • authorization
      • petergate
      • pundit
      • cancancan
  • Ruby
  • Ruby Basic
    • terminology
      • 赋值和拷贝
      • 钩子方法
      • 权限设置
      • 优先级
      • 常量查找
      • 关键词
      • 方法参数
      • 线程和进程
      • 错误处理
      • 条件判断
      • 变量
      • 输入和输出
      • 遍历和循环
      • 作用域门
      • 类之间关系
      • 继承关系
    • class
      • 核心库
        • Number
        • String
        • File
        • Symbol
        • ObjectSpace
        • BasicObject
        • Binding
        • Enumerable
        • Regexp
        • Marshal
        • Comparable
        • Struct
        • Hash
        • Class
      • 标准库
        • debug
        • benchmark
        • find
        • base64
        • delegate
        • fileutils
        • observer
        • singleton
        • csv
        • forwardable
    • method
      • &
      • eval
      • load
      • refine
      • alias
      • super
      • setter
      • equal?
      • reduce
  • Ruby Advanced
    • Metaprogrammin
      • Object
      • Method
      • Block
      • Class
      • example
    • Effective Ruby
      • 1.熟悉ruby
      • 2.类、对象和模块
      • 3.集合
      • 4.异常
      • 5.元编程
      • 6.测试
      • 7.工具与库
      • 8.内存管理与性能
    • Rebuilding Rails
    • reading rails
      • concern
    • Confident Ruby
      • 收集输入
  • Algorithm
    • terminology
    • binary_search
    • recursion
    • sort
    • examples
  • Design Patterns
    • 1.模板方法模式
    • 2.策略模式
    • 3.观察器模式
    • 4.组合模式
    • 5.迭代器模式
    • 6.命令模式
    • 7.适配器模式
    • 8.代理模式
    • 9.装饰器模式
    • 10.单例模式
    • 11-12.工厂模式
      • 简单工厂模式
      • 11.工厂方法模式
        • example(大话设计模式)
      • 12.抽象工厂模式
    • 13.生成器模式
    • 14.解释器模式
    • 15.DSL
    • 16.元编程
    • 17.惯例优于配置
  • Big Data
    • decision tree
  • JavaScript
  • js基本用法
    • 基本用法
    • 字符串
    • 数组
    • 对象
    • 条件判断
    • 循环
    • iterable
  • js函数
    • 函数定义和调用
    • 变量作用域
    • 方法(this用法)
    • 高阶函数
    • 闭包
    • 箭头函数
  • js浏览器
    • 浏览器对象
    • dom操作
    • 绑定事件
  • jQuery
    • 基本信息
    • 选择器
    • 查找
    • 操作
    • 事件
    • ajax
    • 知识点
  • node.js
    • 安装和基本使用
    • 模块
      • 模块引入
      • 基本模块
  • Daily works
  • problems
  • projects
  • dailyworks
  • Tools
  • TLCL
    • 基本操作
      • 查询
    • shell编程
      • 编写脚本内容
      • 常量、变量表示和引用
      • 函数
      • 条件分支
      • 键盘输入
      • while/until循环
  • Git
    • 基本用法
  • Vim
  • Atom
    • 基本安装和插件安装
  • CS knowledge
  • 现代密码学科普视频课程
Powered by GitBook

线程和进程

https://ruby-china.org/topics/33987

https://ruby-china.org/topics/28415

https://ruby-china.org/topics/32902

https://www.jstorimer.com/blogs/workingwithcode/8085491-nobody-understands-the-gil

results matching ""

    No results matching ""