ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页

2020年3月12日

摘要: 使用 imap 功能,需要 hotmail 允许 imap,并且要放行 imap。 具体设置是在 需要提供 imap 的 hotmail 邮箱,点击账户头像,选择安全设置,然后查看最近的登录记录,对里面的 imap 登录记录进行放行即可。 阅读全文
posted @ 2020-03-12 10:54 ramlife 阅读(259) 评论(0) 推荐(0) 编辑

2020年3月10日

摘要: stm32f429使用 stm32cube 自动生成 eth 代码的时候,运行出现 FLASH_FLAG_PGSERR 错误。 见过调试发现,MX_ETH_Init 中没有对指针进行赋值,就直接写入了,所以出错。 进行下面的修改。 阅读全文
posted @ 2020-03-10 17:29 ramlife 阅读(2481) 评论(0) 推荐(0) 编辑

2020年3月9日

摘要: project右键 properties c/c++ general paths and symbols source location 这里面就可以添加源文件夹了。 阅读全文
posted @ 2020-03-09 14:47 ramlife 阅读(4396) 评论(0) 推荐(0) 编辑

摘要: stm32cubeide 是基于 eclipse 开发的软件,所以修改和 eclipse 类似,只要在 window perference keys 里面把 content assist 这个功能绑定到自己喜欢的按键即可。默认是 ctrl + space,我比较喜欢替换为 alt + /, 因为 a 阅读全文
posted @ 2020-03-09 14:44 ramlife 阅读(5947) 评论(2) 推荐(0) 编辑

2020年3月7日

摘要: 在 main.c 里面添加 参考: http://ibotx.com/?p=191 https://blog.csdn.net/mynameislinduan/article/details/83579725 2. 或者基于 en.x cube iap usart\AN4657 STM32Cube_ 阅读全文
posted @ 2020-03-07 18:11 ramlife 阅读(1573) 评论(0) 推荐(0) 编辑

摘要: 在 main.c 中增加 注意后面需要加 "\n",不然有可能不显示出来,或者可以用 fflush(stdout)。 浮点数需要开启 浮点数支持,project properties c/c++ build setting tools setting mcu setting use float xx 阅读全文
posted @ 2020-03-07 16:29 ramlife 阅读(1211) 评论(0) 推荐(0) 编辑

2020年3月6日

摘要: 最近在调试 android,使用 串口半双工模式接收数据,碰到的问题是 unistd 中的 read 是block的,怎样才能超时退出。 刚开始找到的资料说是 c_cc[VMIN] = 0, c_cc[VTIME] = 10; 这样就能配置为 1s 超时了。但是实际上并不能够达到超时退出的功能。 后 阅读全文
posted @ 2020-03-06 13:18 ramlife 阅读(310) 评论(0) 推荐(0) 编辑

2020年3月5日

摘要: 一。 类注释 二。 方法注释 到 file settings editor live templates中: 1、点击 右侧 + 号 ,选择 template group 2、输入新建组的名称(随便输入名称),比如 CustomTemplates 3、点击新建的组 4、点击 右侧 + 号 ,选择 l 阅读全文
posted @ 2020-03-05 10:32 ramlife 阅读(1492) 评论(0) 推荐(0) 编辑

2020年3月3日

摘要: 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://b 阅读全文
posted @ 2020-03-03 15:36 ramlife 阅读(687) 评论(0) 推荐(0) 编辑

摘要: 系统: win7en 在 emacs 文件的开头输入: 这样就可以以 utf 8 的编码进行保存。 还可以在配置文件中加入: (setq default buffer file coding system 'utf 8 unix) 。 具体参考: https://www.cnblogs.com/ta 阅读全文
posted @ 2020-03-03 14:09 ramlife 阅读(226) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页