摘要: 在使用Total Commander通过SFTP插件访问Linux文件系统时,由于TC默认使用Windows的路径分隔符反斜杠“\”,而Linux文件系统的路径分隔符是斜杠“/”。这两个不同的符号表示习惯混在了一个场景里,就出现了迷惑模糊不清。在TC论坛上搜索了好久,多少有一点理解了。截取的原始信息目的为尽量准确还原作者英文原意,也作为以后的记忆备忘。自己的半瓶水英文水平,没准儿在哪句话上就理解错... 阅读全文
posted @ 2020-03-26 20:47 柠檬茶多放糖 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: In Notepad++, can I copy multiple rows into the leading or trailing space of another file? Active 7 years ago Viewed 24k times Say I have the following 2 files open in Notepad++ Is it possible t... 阅读全文
posted @ 2020-03-26 17:04 柠檬茶多放糖 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 比如把一个视频中的1分钟处到3分钟出剪辑出单独的一个视频文件 ffmpeg -ss 00:01:00 -to 00:03:00 -i "C:\temp test\videoCopy.wmv" -vcodec copy -acodec copy "C:\temp test\videoCopy-2mins.wmv"来自为知笔记(Wiz) 阅读全文
posted @ 2020-03-26 16:54 柠檬茶多放糖 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 解决SSH空闲一段时间后自动断开的方法 PuTTY的设置方法:PuTTY -> Connection -> Seconds between keepalives ( 0 to turn off ), 默认为0, 改为300 来自为知笔记(Wiz) 阅读全文
posted @ 2020-03-26 15:10 柠檬茶多放糖 阅读(638) 评论(0) 推荐(0) 编辑
摘要: Click to expand!HeadingA numberedlistWith someSub bulletsA collapsible section containing codeClick to expand! function whatIsLove() { console.log('Baby Don't hurt me. Don't hurt me'); return... 阅读全文
posted @ 2020-03-26 14:39 柠檬茶多放糖 阅读(1148) 评论(0) 推荐(0) 编辑