
C++类总结
文章平均质量分 82
呆瓜西西
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Windows下Scintilla的编译,使用
下载了Scintilla的源码,在网上搜索资料自己摸索着编译,出现很多问题,现将解决方法总结:1.下载Scintilla的源代码。(http://scintilla.sourceforge.net/ScintillaDownload.html)2.下载后解压,我是直接解压,这里我解压在E:\3.在Vs下编译4.找到 Visual StudioCommand prompt原创 2016-10-31 14:05:06 · 2615 阅读 · 0 评论 -
mini2440 uboot移植
(一)在顶层makefile中为开发板添加新的配置选项(红色部分为需要添加代码,下同) smdk2410_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 NULL s3c24x0 mini2440_config : uncon...原创 2019-02-18 14:46:06 · 764 阅读 · 0 评论