PS key
NOTE:一个word等于2个byte:word = 2 bytes
PSKEY:Persistent Store Keys 1、存储数据
1.1 PsStore /** * \brief Copy the specified memory buffer to persistent store. * A Persistent store user key can be deleted by calling the PsStore() function…
参考文档:
80-CT781-1 Rev. APJanuary 30, 2020
1、htf文件
configuration text file(htf)is a kind of file to configure the data,the character should be used in ASCII character. 2、htf文件格式转换
htf文件通过configCmd工具进行格式转换,通过编译log可以看…
脑阔痛Ծ‸Ծ,我终于又开始学es6啦~
es6 提供了新的数据结构 Set。它类似于数组,但是成员的值都是唯一的,没有重复的值。
什么是set?大致长这样
var s new Set(["a","b","c"]);
console.log(s); Set 实例…
create or replace procedure SFGL_XF_ONE_ADD(p_njdm in varchar2,p_yxdm in varchar2,p_zydm in varchar2,p_fy in varchar2,p_czr in varchar2,o_errMsg out varchar2) is/*** 生成单个年级专业学费* 功能:遍历当前年级的学院专业的学生把每个学生…