加载中
Postfix命令行说明

Postfix tips and Troubleshooting Commands Here's a list of stuff I user everyday and other email admins will also be using, Let me know if I missed anything List/Print current m...

2018/07/20 14:24
223
git工作流程

准备工作 ========= 0、克隆一个远程的代码厍 git clone ... 1、在本地创建一个work分支 git checkout -b work 日常工作 =========== 0、在本地的work分支做各种修改,修改完了以后提交。 gi...

git
2014/06/25 14:56
2.2K
MySQL查看数据库表容量大小

1.查看所有数据库容量大小 select table_schema as '数据库', sum(table_rows) as '记录数', sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)', sum(truncate(index_length/1024...

2019/12/18 18:28
270
如何快速定位Ruby函数源码

如何快速定位Ruby函数源码 1、gem gem which sidekiq 2、bundle bundle show redis 3、CTags Sublime extend ActiveSupport::Concern rescue_from current_company.cc_ad_tasks.create(task...

2019/03/19 15:40
323
see gem source code

已devise 为例 #查看源码 bundle open devise #查看安装路径 bundle show devise

2018/07/02 09:50
143
truncate 文件压缩

truncate 用法:truncate 选项... 文件... 将文件缩减或扩展至指定大小。   -c, --no-create  不创建文件   -o, --io-blocks  将SIZE 视为IO 块数而不使用字节数   -r, --reference=文件 ...

2018/06/01 10:46
138
mac jq

mac 使用jq进行json格式话输出显示

2018/06/01 10:20
2.6K
ack 比 grep 更快

ack is a search tool designed for code. It's built to be a replacement for grep with higher speed and more options. Installation To install the latest version, use homebrew. $ b...

ack
2018/05/30 13:56
760
Linux 判断文件是否完整

identify -quiet -ping 图片名称.jpg -quiet 强制过滤警告信息 -verbose是显示图片文件的详细内容

2018/03/30 14:18
819

没有更多内容

加载失败,请刷新页面

返回顶部
顶部