会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大秦长剑
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2019年11月26日
【朱雀路】
该文被密码保护。
阅读全文
posted @ 2019-11-26 23:21 大秦长剑
阅读(9)
评论(0)
推荐(0)
编辑
【朱雀路】工作一月思
该文被密码保护。
阅读全文
posted @ 2019-11-26 23:10 大秦长剑
阅读(3)
评论(0)
推荐(0)
编辑
【朱雀路】拾时光的小破孩儿
该文被密码保护。
阅读全文
posted @ 2019-11-26 22:53 大秦长剑
阅读(6)
评论(0)
推荐(0)
编辑
【C语言】位运算符和逻辑运算符
摘要: if(a & b)把a与b的“按位与”运算之后得到的数值作为判断条件,若为真(即不为0)则执行判断体;if(a && b)逻辑与运算,当a且b都为真时,执行判断体;
阅读全文
posted @ 2019-11-26 09:30 大秦长剑
阅读(586)
评论(0)
推荐(0)
编辑
2019年11月15日
【C语言】字符串、整型数据相互转换及接续问题
摘要: 平台:Linux void set_test_mask(void) /* 设置测试项 */{ char *str_mfr_mask = NULL; char size[32]; str_mfr_mask = getenv("MFR_MASK"); if(str_mfr_mask) { MFR_MAS
阅读全文
posted @ 2019-11-15 14:54 大秦长剑
阅读(298)
评论(0)
推荐(0)
编辑
【杂项】SourceInsightsource insight 3.5 恢复contex窗口及嵌入contex window
摘要: 一步走:打开options->save configuration,里面有一个名为GLOBAL.CF3的文件,删除,然后重新options->load configuration->load加载默认配置即可。 source insight 3.5 恢复contex窗口及嵌入contex window
阅读全文
posted @ 2019-11-15 12:52 大秦长剑
阅读(948)
评论(0)
推荐(0)
编辑
2019年11月9日
【杂项】SourceInsight打开乱码解决
摘要: 2019.11.09 SourceInsight貌似只能识别ANSI编码格式的文件,即英文是ASCII码,中文是GBK码。而我们一般从服务器下载下来的源码通常是Unicode码(一般UTF-8),如此,若直接用SourceInsight工具打开源码文件,则源码中的中文注释会显示为乱码。 解决办法1:
阅读全文
posted @ 2019-11-09 09:45 大秦长剑
阅读(6453)
评论(0)
推荐(0)
编辑
2019年9月4日
【项目1_电子书】第3课、3.4节_电子书之链表操作
摘要: 主 机:VMWare--Ubuntu-16.04.2-x64-100ask开发板:Mini2440--256M NandFlash, 2M NorFlash, 64M SDRAM, LCD-TD35; bootlorder:u-boot1.16, Kernel:4.3.2;编译器:arm-linux
阅读全文
posted @ 2019-09-04 21:56 大秦长剑
阅读(187)
评论(0)
推荐(0)
编辑
【项目1_电子书】第3课、3.2节_电子书之代码阅读及编写
摘要: 主 机:VMWare--Ubuntu-16.04.2-x64-100ask开发板:Mini2440--256M NandFlash, 2M NorFlash, 64M SDRAM, LCD-TD35; bootlorder:u-boot1.16, Kernel:4.3.2;编译器:arm-linux
阅读全文
posted @ 2019-09-04 21:54 大秦长剑
阅读(296)
评论(0)
推荐(0)
编辑
【项目1_电子书】第3课、3.1节_电子书之效果及框架
摘要: 主 机:VMWare--Ubuntu-16.04.2-x64-100ask开发板:Mini2440--256M NandFlash, 2M NorFlash, 64M SDRAM, LCD-TD35; bootlorder:u-boot1.16, Kernel:4.3.2;编译器:arm-linux
阅读全文
posted @ 2019-09-04 21:49 大秦长剑
阅读(152)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
下一页