A timestamp is a sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometim Read More
posted @ 2019-01-11 22:43 mapleay Views(281) Comments(0) Diggs(0) Edit
回调函数(CallBack Function)的定义: [todo] 下面是callback的一个场景,linux内核、LwIP里也有使用callback funcs。 Read More
posted @ 2018-12-23 15:58 mapleay Views(314) Comments(0) Diggs(0) Edit
0. C++从C发展而来,在语言层面上增加了面向对象编程方法。由于引入了对象,相对于面向过程的C就有了新的考虑和需求需要在语言层面实现,也就是需要编译器实现,比如constructor,使用函数,就叫 constructor fuc、visual func、继承。 1. c/c++语言 - C++基 Read More
posted @ 2018-09-12 21:06 mapleay Views(203) Comments(0) Diggs(0) Edit
零. weblogic 0.1 域是weblogic的一个逻辑单元。域中可以有多个服务器,但是只有一个主服务器(管理服务器),其他都是受管服务器。base_domain最好不要部署应用,它只负责管理各个服务,启动控制台用于管理功能。 一. 在Eclipse中添加weblogic 1.1 注册 Ecl Read More
posted @ 2018-09-02 22:10 mapleay Views(341) Comments(0) Diggs(0) Edit
【转载】https://blog.csdn.net/kernel_yx/article/details/53045424 最近一段时间一直在做uboot移植相关的工作,需要将uboot-2016-7移植到单位设计的ARMv7的处理器上。正好元旦放假三天闲来无事,有段完整的时间来整理下最近的工作成果。 Read More
posted @ 2018-08-15 11:31 mapleay Views(169) Comments(0) Diggs(0) Edit
工欲善其事必先利其器! 这篇文章介绍各种IDE。 1. Visual Studio visual studio 可以开发和调试很多种应用程序,包括 嵌入式(stm32、NXP、Freescale 等,数量1000+) 1.1 visual stdio - 嵌入式 软件:VS + VisualGDB Read More
posted @ 2018-08-14 11:27 mapleay Views(286) Comments(0) Diggs(0) Edit
--View Definition A view is a logical representation of one or more tables. In essence, a view is a storedquery.A view derives its data from the table Read More
posted @ 2018-08-13 17:51 mapleay Views(100) Comments(0) Diggs(0) Edit
/****************************************************/ **关于移植,ucos官网上给的有template,主要思想是实现任务切换的两个函数(任务级别切换函数和中断级别切换函数)、禁止中断、使能中断、创建任务时的堆栈初始化函数。 **在stm32 Read More
posted @ 2018-07-13 12:04 mapleay Views(365) Comments(0) Diggs(0) Edit
最近,我读到一篇材料,发现有一个很好的类比,可以把它们解释地清晰易懂。 1. 计算机的核心是CPU,它承担了所有的计算任务。它就像一座工厂,时刻在运行。 2. 假定工厂的电力有限,一次只能供给一个车间使用。也就是说,一个车间开工的时候,其他车间都必须停工。背后的含义就是,单个CPU一次只能运行一个任 Read More
posted @ 2018-02-23 18:03 mapleay Views(181) Comments(0) Diggs(0) Edit
对I2C总线的时钟同步和总线仲裁的深入理解 每一个IIC总线器件内部的SDA、SCL引脚电路结构都是一样的,引脚的输出驱动与输入缓冲连在一起。其中输出为漏极开路的场效应管、输入缓冲为一只高输入阻抗的同相器[1]。这种电路具有两个特点: ①由于SDA、SCL为漏极开路结构,借助于外部的上拉电阻实现了信 Read More
posted @ 2017-08-21 15:46 mapleay Views(1160) Comments(0) Diggs(0) Edit