lock

Posted by 夏泽民

show status like ‘Table%’;



gui

Posted by 夏泽民

https://github.com/ying32/govcl/



nginx grpc

Posted by 夏泽民

go请求Nginx的Grpc反向代理后,出现 code = Unavailable desc = the connection is draining http://t.zoukankan.com/gao88-p-12006634.html



文件模型

Posted by 夏泽民

IO Thread 在InnoDB中使用了大量的AIO(Async IO)来做读写处理,这样可以极大提高数据库的性能。在InnoDB1.0版本之前共有4个IO Thread,分别是write,read,insert buffer和log thread,后来版本将read thread和write thread分别增大到了4个,一共有10个了。



vscode diff

Posted by 夏泽民

VSCode自带的文件对比功能 / diff tool / 分屏同时滚动 打开项目文件夹,要保证你要对比的两个文件在一个VSCode窗口内(试了一下,两个Window里面的文件不能使用这个功能) 选择第一个文件,右键,点击’Select for Compare 右键第二个文件,点击‘Compare with Selected 点击之后,就会有一个新的对比文件生成,在这个文件里面,左边的是你第一次Select的文件,右边是第二次Select的文件。 规则也很简单,看到行数旁边的符号,‘+’ 是修改后的code,‘-’ 是修改前的code,如果是新写的code行的话,另一个文件里会有网格线提示新写的区域应该在哪里。 https://blog.csdn.net/qq_35714301/article/details/108358413



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required