emacs 配置文件目录

在 windows 环境下,emacs 的配置目录可以通过下面几种方式来设置: If the environment variableHOME is set, use the directory it indicates. If the registry entry HKCU\SOFTWA...

android 使用 git 进行版本控制

远程建立仓库 vcs --> import into version control --> create git respository 选中整个工程(project 页面) vcs --> git -> add vcs --> git --> remo...

android studio 入门坑

android studio 初次使用的时候,也会碰到很多坑,详细如下:

lpwizard 生成的 allegro 封装中 .psx 文件使用方法。

lpwizard 有时候生成 allegro 封装的时候会生成 .psx 文件,这个文件其实是脚本文件,用于某些特殊形状焊盘的处理。 具体的使用方法如下: 在Allegro中,选择 File > Script(文件 > 脚本) 在脚本窗口,点击 Browse(浏览) 在文件浏览器...

stm32cube 安装 patch

首先正常安装芯片包,然后在设置里面找到当前包存放的位置,默认是: C:\Users\Administrator\STM32Cube\Repository 然后解压 更新包,把更新包里面的文件覆盖到 C:\Users\Administrator\STM32Cube\Repository 这个里面...

支持 UTF-8 中文的串口调试工具

最近使用 mdk526,编辑设置使用 utf-8,编辑窗口中文正常,但是编译的时候提示 warning: #870-D: invalid multibyte character sequence,解决的方法很简单,在编辑选项 misc 里面填写 --no_multibyte_chars 或者...

event recorder 学习手记

#define EventStopA(slot) EventRecord2 (0xEF20U+EventLevelError+((slot) & 0xFU), ((uint32_t) __FILE__), __LINE__) 从这个宏定义可以看出,MDK是通过分析E...

lp_wizard 安装和使用

lp wizard 可以用来快速生成 cadence 的 pcb 封装,节省自己画元件库的时间。

gentoo 画框架图,流程图

需要话框架图,流程图的时候,只需要安装 dia 软件就可以了。

gentoo qt-creator no examples

参考 [SOLVED] qtcreator: examples are missing https://forums.gentoo.org/viewtopic-t-1092826-highlight-qtcreator.html 最近安装了 qt-creator,后发现了几个问题: help...