随笔分类 -  高效办公 - 软件

摘要:添加%matplotlib inline之后,能够直接输出图像 参考资料 https://www.cnblogs.com/chester-cs/p/11825282.html 阅读全文
posted @ 2021-06-18 01:15 林東雨 阅读(76) 评论(0) 推荐(0)
摘要:checking your permissions check your SSH access Check that the repository really exists 参考资料 & 鸣谢 Github - no write access to team's repo in organisat 阅读全文
posted @ 2021-05-20 12:48 林東雨 阅读(694) 评论(0) 推荐(0)
摘要:CJKutf8 %test.tex \documentclass{article} \usepackage{CJKutf8} \begin{document} \begin{CJK}{UTF8}{gbsn} 这是一个CJKutf8的例子,使用的字体是gbsn。 \end{CJK} \end{docu 阅读全文
posted @ 2021-05-10 10:47 林東雨 阅读(542) 评论(0) 推荐(0)
摘要:单行代码示例: `codding` 多行代码示例: ```java codding ``` 参考资料 & 感谢: https://blog.csdn.net/tmax52HZ/article/details/105013598 阅读全文
posted @ 2021-05-10 09:50 林東雨 阅读(4878) 评论(0) 推荐(1)
摘要:Overleaf 撰写 paper 的基本步骤 打开Overleaf网站:Overleaf, Online LaTeX Editor。 选择一个合适的template模板。 打开模板并保存到自己的projects里面。 开始写文字和上传图片。自由地编译和下载PDF文件 可以通过Overleaf在线提 阅读全文
posted @ 2021-05-10 09:42 林東雨 阅读(11590) 评论(0) 推荐(0)
摘要:数学符号 LaTeX中argmin / argmax下标书写方法 \(\mathop{\arg\min}\limits_{\theta}\) : $\mathop{\arg\max}\limits_{\theta}$ \(\mathop{\arg\max}\limits_{\theta}\) : $ 阅读全文
posted @ 2021-04-17 11:13 林東雨 阅读(8987) 评论(0) 推荐(0)
摘要:获取gibhub连接,如:https://github.com/jiemojiemo/deep-learning/blob/master/embeddings/Skip-Grams-Solution.ipynb 截取:jiemojiemo/deep-learning/blob/master/embe 阅读全文
posted @ 2021-03-15 17:45 林東雨 阅读(1433) 评论(0) 推荐(0)
摘要:Git Bash中输入git config --global --unset http.proxy即可 阅读全文
posted @ 2021-03-15 17:14 林東雨 阅读(110) 评论(0) 推荐(0)
摘要:Markdown虽然没有合并单元格的语法,但是Markdown是兼容HTML的,因此,我们可以通过HTML的方式实现单元格合并。 效果 属性 属性值 描述 type text 单行文本输入框 password 密码输入框 radio 单选按钮 CheckBox 复选按钮 button 普通按钮 su 阅读全文
posted @ 2020-12-28 11:48 林東雨 阅读(11414) 评论(0) 推荐(1)
摘要:运行环境:WIN10 1. 下载TortoiseSVN和语言包:https://tortoisesvn.net/index.zh.html 2. 获取GitHub仓库中的文件夹地址 如QiskitBlocks仓库中的qiskitblocks文件夹 地址:https://github.com/Java 阅读全文
posted @ 2020-12-12 13:54 林東雨 阅读(474) 评论(0) 推荐(0)
摘要:介绍 1.1 Why Git? 用一个文件进行日期和版本号的迭代 管理基于本文信息的文件:文本文件(.txt),脚本文件(.py) 不擅长管理的文件:图片文件(.jpg),MS文档(.doc) 1.2 Git 安装 1. git-downloads: https://git-scm.com/down 阅读全文
posted @ 2020-12-04 23:09 林東雨 阅读(238) 评论(0) 推荐(0)
摘要:OneDrive 用机构邮箱(如 xxx@zju.edu.cn)注册office 365 用机构邮箱登陆 OneDrive 此时会在本地 Mac/Win 生成 OneDrive 文件夹,用于数据同步 Win / Mac 安装zotero & zotfile Zotero → 首选项 → 高级 → 文 阅读全文
posted @ 2020-11-23 17:03 林東雨 阅读(12547) 评论(0) 推荐(0)