Loading

06 2020 档案

摘要:配置前请先参考: https://www.cnblogs.com/wswind/p/9881005.html nano /etc/apt/sources.list deb http://ftp.cn.debian.org/debian buster main deb http://ftp.cn.de 阅读全文
posted @ 2020-06-23 15:04 wswind 阅读(10619) 评论(0) 推荐(0) 编辑
摘要:默认是ctrl + s 但会与终端停止响应的快捷键冲突,但可以禁止终端的ctrl+s,在.bashrc或.bash_profile加入以下内容: stty -ixon https://stackoverflow.com/questions/791765/unable-to-forward-searc 阅读全文
posted @ 2020-06-20 22:56 wswind 阅读(512) 评论(0) 推荐(0) 编辑
摘要:帮助文档: https://docs.microsoft.com/en-us/windows/terminal/ 设置右键菜单: win11 terminal正式版已全面支持右键菜单。(update 2021-3-20) win10 仅支持目录的右键菜单。导入注册表: Windows Registr 阅读全文
posted @ 2020-06-20 12:46 wswind 阅读(928) 评论(0) 推荐(0) 编辑
摘要:dapper处理数据并发更新时,需先读取rowversion,再在update脚本中添加where条件,若未成功更新则抛出异常 样例代码: public async Task<IActionResult> Put(int id, [FromBody] Aircraft model) { byte[] 阅读全文
posted @ 2020-06-12 15:26 wswind 阅读(799) 评论(0) 推荐(1) 编辑