会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lduml
博客园
首页
新随笔
联系
订阅
管理
2020年11月7日
Pycharm 小功能
摘要: 1 pycharm 鼠标控制字体大小 File->Settings 在搜索框搜索increase 点击Increase Font Size(增大字体)右键选择Add Mouse Shortcut 然后按Ctrl并且鼠标滚轮往上滚。 同理可以设置减小字体【设置减小字体时,在搜索框内输入decrease
阅读全文
posted @ 2020-11-07 20:43 lduml
阅读(85)
评论(0)
推荐(0)
2020年9月17日
swift 初学笔记(一)
摘要: 参考:https://www.runoob.com/swift/swift-constants.html 定义字符串变量 // // main.swift // practice_swift // // Created by zcr on 2020/9/17. // Copyright © 2020
阅读全文
posted @ 2020-09-17 23:43 lduml
阅读(178)
评论(0)
推荐(0)
2020年9月10日
bigsur 黑苹果开启HIDPI失败解决方法
摘要: 2020-11-13 更新 参考:https://zhuanlan.zhihu.com/p/275093965?utm_source=wechat_session 今天更新mac bigsur正式版之后,之前使用删除快照的方法一直失败,报权限不足,无法删除,今天看见知乎的方法,试了一下非常简单。 1
阅读全文
posted @ 2020-09-10 16:48 lduml
阅读(11811)
评论(3)
推荐(0)
2020年8月28日
安装 spacy 下载语言库
摘要: 参考: https://spacy.io/models/ spacy安装: pip install spacy en库安装 在线安装,过程可能较慢 python -m spacy download en 也可离线安装 https://github.com/explosion/spacy-models
阅读全文
posted @ 2020-08-28 15:20 lduml
阅读(2495)
评论(0)
推荐(0)
jupyter使用 matplotlib 画图
摘要: 参考: https://www.cnblogs.com/lone5wolf/p/10870200.html https://blog.csdn.net/qq_39735236/article/details/79066032 jupyter 魔法语句 # jupyter中添加 %matplotlib
阅读全文
posted @ 2020-08-28 15:03 lduml
阅读(4387)
评论(0)
推荐(0)
2020年8月15日
Swift编程思想,Struct(结构体)
摘要: 参考:https://www.jianshu.com/p/c2e1cab05ab9 常看见 Swift 的新手尝试着把它们的 ObjC 代码翻译成 Swift。但是开始用 Swift 写代码的时候最难的事情并不是语法,而是思维方式的转变,去用那些 ObjC 里并没有的 Swift 新概念。 1. S
阅读全文
posted @ 2020-08-15 17:27 lduml
阅读(788)
评论(0)
推荐(0)
软路由Lede VM虚拟机使用
摘要: 参考 https://www.jianshu.com/p/8f84f444a1d8 https://www.jianshu.com/p/4a48892dc1e8 kool share lede下载地址:https://firmware.koolshare.cn/LEDE_X64_fw867/ 安装使
阅读全文
posted @ 2020-08-15 17:25 lduml
阅读(910)
评论(0)
推荐(0)
Mac常用功能
摘要: Mac OS 苹果系统关闭系统更新提示 参考: https://www.jianshu.com/p/df6ddf58299f https://zhuanlan.zhihu.com/p/131266003 1. 键盘 [Command] + [空格键] 快捷键启动 Spotlight(苹果系统搜索功能
阅读全文
posted @ 2020-08-15 13:23 lduml
阅读(351)
评论(0)
推荐(0)
2020年8月14日
Mac下使用brew
摘要: 1 安装brew 参考:MAC下使用homebrew安装安装opencv,配置在Clion和Xcode上使用 2 简单使用 安装wget ➜ ~ brew install wget 安装screenfetch ➜ ~ brew install screenfetch
阅读全文
posted @ 2020-08-14 20:36 lduml
阅读(187)
评论(0)
推荐(0)
2020年4月11日
Pycharm 高级配置 自定义文件、方法模板
摘要: [toc] 参考 https://blog.csdn.net/mouday/article/details/80515308 https://blog.csdn.net/dkjkls/article/details/88933950 自定义 文件模板 pycharm文件模板 入口: 贴入自定义文件头
阅读全文
posted @ 2020-04-11 19:51 lduml
阅读(2904)
评论(0)
推荐(1)
下一页
公告