11 2015 档案

摘要:1. 替换一行字符串。替换第5行的内容为""shell脚本如下:#!/bin/bashpath=$1head=' 'rosPath="$head$path$tail"echo "ros new Path: $rosPath"sed -in "5s:.*:$rosPath:g" demo_offli... 阅读全文
posted @ 2015-11-27 16:19 Magnum Programm Life 阅读(185) 评论(0) 推荐(0) 编辑
摘要:大家是否有这种经验,“不知道为什么按出recording状态,按ESC貌似无法直接退掉”的情况,个人已经有过好几次了。与其出来烦人还不如了解它,昨天我就花了点时间学习recording。怎么说,还是有点用的。首先说明的是recording是怎么按出来的:命令模式下按q。假如你想按退出的:q,右手有点... 阅读全文
posted @ 2015-11-26 20:44 Magnum Programm Life 阅读(2051) 评论(0) 推荐(0) 编辑
摘要:记得以前上大学时,老师讲到下降沿触发时,怎么也分不清下降沿触发与低电平触发有什么区别,乍看,它们似乎是一样的,比如键盘扫描程序扫描键盘是否按下:某事件设为低电平触发【采用周期时间扫描方式查询触发条件是否成立】,初始化时为高电平即事件未触发,当电平突然改变为低电平,之后扫描程序执行到了这里扫描,则发现... 阅读全文
posted @ 2015-11-17 11:07 Magnum Programm Life 阅读(795) 评论(0) 推荐(0) 编辑
摘要:section 结构SECTIONS {...secname start BLOCK(align) (NOLOAD) : AT ( ldadr ){ contents } >region :phdr =fill...}secname:段名contents:决定哪些内容存放在此段start:本段的连接... 阅读全文
posted @ 2015-11-05 18:18 Magnum Programm Life 阅读(514) 评论(0) 推荐(0) 编辑
摘要:转载自http://processors.wiki.ti.com/index.php/Linker_Special_Section_Types#NOLOAD_Sections_2IntroductionThe linker allows you to create different kinds o... 阅读全文
posted @ 2015-11-02 20:15 Magnum Programm Life 阅读(330) 评论(0) 推荐(0) 编辑