自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 STM8S 带缓冲区 串口中断 使用心得

#include "UART.H"/*-------------------------串口初始化函数------------------------*//************************************************************ 函数名称:void UART2_Init(void)** 功能描述:UART2初始化函数** 参数列表:

2018-05-10 09:34:48 2352

原创 Markdown基础语法

Markdown基础语法

2022-10-03 09:25:26 196 1

原创 STVD常见错误 找不到 stm8_interrupt_vector.c

#error cpstm8 stm8_interrupt_vector.c:0 can’t open stm8_interrupt_vector.csrc\can\can.c:Compiling src\app\main.c…cxstm8 +modsl +debug -pxp -no -pp -l -iinc\communi -iinc\queue -iinc\powermanage -iinc\lin -iinc\lib -iinc\key -iinc\drv -iinc\def -iinc\deb

2020-05-24 14:10:37 1839

原创 STVD 常见错误 error clnk Debugroewe.lkf1 segment .ubsct size overflow

#error clnk Debug\roewe.lkf:1 segment .ubsct size overflow----------- Project roewe - STM8 Cosmic - Configuration Debug -------------Running Linkerclnk -l"C:\Program Files\COSMIC\CXSTM8\Lib" -o Debug\roewe.sm8 -mDebug\roewe.map Debug\roewe.lkf#error c

2020-05-24 14:08:46 3087 4

原创 C#如何获取动态的系统时间

private void Form1_Load(object sender, EventArgs e) //首先在主窗体添加定时事件{ this.timer1.Interval = 1000;//设置定时器触发间隔 this.timer1.Start(); //启动定时器 label1.Text = DateTime.

2017-08-23 11:41:32 4285 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除