分类 工具 下的文章
所有工具eclipse gitflow
使用 eclipse 的安装市场安装 git 和 gitflow。 然后右键 项目工程,选择 team,选择 init gitflow,需要等待一会,就自动创建好了。 然后选择 gitflow 中的 start feature 来创建一个新的 feature。 修改好文件后,选择 git 中的...
outlook 邮箱收取 hotmail 邮箱邮件,无法绑定
使用 imap 功能,需要 hotmail 允许 imap,并且要放行 imap。 具体设置是在 需要提供 imap 的 hotmail 邮箱,点击账户头像,选择安全设置,然后查看最近的登录记录,对里面的 imap 登录记录进行放行即可。
stm32cubeide 添加自己的源文件夹
project右键 properties --> c/c++ general --> paths and symbols --> source location 这里面就可以添加源文件夹了。
stm32cubeide 代码提醒
stm32cubeide 是基于 eclipse 开发的软件,所以修改和 eclipse 类似,只要在 window --> perference --> keys 里面把 content assist 这个功能绑定到自己喜欢的按键即可。默认是 ctrl + space,我比较喜欢...
stm32cubeide 串口输出
在 main.c 中增加 /* USER CODE BEGIN Includes */ #include <stdio.h> /* USER CODE END Includes */ /* USER CODE BEGIN 0 */ #ifdef __GNUC__ #def...
emacs org export pdf
1. 生成 tex 在 org 文件中按键 C-c C-e l l 这样能够生成 tex 文件 参考: http://tieba.baidu.com/p/3522363035 https://www.dazhuanlan.com/2019/10/16/5da60df92dd09/ https:...
emacs 中文
系统: win7en 在 emacs 文件的开头输入: -*- coding: utf-8 -*- 这样就可以以 utf-8 的编码进行保存。 还可以在配置文件中加入: (setq default-buffer-file-coding-system 'utf-8-unix) 。 具体参考: h...
texlive 安装
texlive 可以从下面两个网址下载 https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/ https://mirrors.ustc.edu.cn/CTAN/systems/texlive/Images/ 下载完成...
最新回复