杂
谁不重要
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Karabiner 增加 ctrl + [ 映射Esc键
vim ~/.config/karabiner/assets/complex_modifications/vim-esc.json 增加配置 { "title": "Change ctrl+[ to ESC", "rules": [{ "description": "Change ctrl+[ key to Escape key", "manipu...原创 2020-01-08 10:16:47 · 804 阅读 · 0 评论 -
mac 下python3 virtualenv 环境搭建
先安装homebrew, 过程略安装python 3brew install python3安装virtualenv、virtualenvwrapperpip3 install virtualenvpip3 install virtualenvwrapper创建一个文件夹,用于存放虚拟环境mkdir ~/pyEnv在使用virtualenvwrapper之前,要运行virtualenvwrappe原创 2017-06-04 14:29:11 · 4080 阅读 · 0 评论 -
jquery form表单转json
//form2json $.fn.serializeObject = function() { var o = {}; var a = this.serializeArray(); $.each(a, function() { if (o[this.name] !=转载 2017-06-21 11:17:44 · 1223 阅读 · 0 评论 -
vagrant 报unknown filesystem type 'vboxsf' 解决方案
装个插件 vagrant plugin install vagrant-vbguest vagrant destroy && vagrant up原创 2018-04-01 01:41:41 · 3991 阅读 · 0 评论 -
解决vagrant 插件安装慢
将 C:\HashiCorp\Vagrant\embedded\gems 下所有文件中的 https://rubygems.org 替换为: https://gems.ruby-china.org 装个插件试试 vagrant plugin install vagrant-vbguest原创 2018-04-02 12:08:07 · 4193 阅读 · 1 评论
分享