vimmap

Posted by 夏泽民

在vim配置文件中经常会看到map、nmap、imap、vmap、vnoremap、nunmap、nmapclear等,都是什么意思呢?



values value

Posted by 夏泽民

VALUE与VALUES都是正确的,经过验证,这两个也是可以混合着用的,只是两者对不同语句插入数量的执行效率各不相同。 可以看出在插入单行时,使用VALUES比较快 插入多行时,用VALUE比较快 https://blog.csdn.net/qq_26683009/article/details/52526834



quill

Posted by 夏泽民

{ ops: [ { insert: ‘Gandalf’, attributes: { bold: true } }, { insert: ‘ the ‘ }, { insert: ‘Grey’, attributes: { color: ‘#cccccc’ } } ] }



match_phrase

Posted by 夏泽民

es数据库text类型和keyword类型数据中match、match_phrase、query_string、term之间区别



ioutil.WriteFile

Posted by 夏泽民

ioutil.WriteFile(lfile, body, os.ModeAppend)如果文件存在会清空文件然后写入,即使选ModeAppend也会清空。 追加的替代方案如下:os.OpenFile https://blog.csdn.net/weixin_30516243/article/details/95301901



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