Loading

08 2020 档案

摘要:微软推出的 nodejs,python,c/c++ ... 开发环境配置教程: https://docs.microsoft.com/en-us/windows/dev-environment/overview 阅读全文
posted @ 2020-08-31 09:39 wswind 阅读(352) 评论(0) 推荐(0) 编辑
摘要:我是通过powershell调用win10自带的win32 openssh工具登录linux主机的,在配置vncserver时,遇到一个很奇怪的问题。 配置完服务后启动总是报错。排查了半天发现是service中的geometry设置中的乘号没有粘贴进去。 ExecStart=/sbin/runuse 阅读全文
posted @ 2020-08-23 08:06 wswind 阅读(596) 评论(0) 推荐(0) 编辑
摘要:[Computed] 属性不参与 insert update [Write(false)] 属性不参与 get getall insert update 阅读全文
posted @ 2020-08-12 10:20 wswind 阅读(637) 评论(0) 推荐(1) 编辑
摘要:find命令行: find . -name "*.cs" -o -name "*.js" | xargs wc -l cloc工具: cloc . https://github.com/AlDanial/cloc https://www.zhihu.com/question/22004842 阅读全文
posted @ 2020-08-06 20:06 wswind 阅读(633) 评论(0) 推荐(0) 编辑