只需要在mirdef.h中增加定义 #define MR_STRIPPED_DOWN 即可在编译的时候,去掉错误信息 #define MIRACL 32 #define MR_LITTLE_ENDIAN /* This may need to be changed */ #define mr_utype int /* the underlying type is usually int * * but see mrmuldv.any */ #define mr_unsign32 unsigne…
This article is a combined effort of Innofied Javascript developers Puja Deora and Subhajit Ghosh) We have been working on a project for past 8 months (ongoing). Over the course of this project, we have learnt that small tweaks to general coding prac…
title: Oracle 助记 Nothing is impossible! 基础操作 $ sqlplus name/pssword; # 登录数据库 $ create user username identified by password; # 创建用户 $ grant resource,connect to username; # 授权 $ show user; # 显示当前用户 $ alter session set nls_language=english; # 设置用户语言为Eng…
DECLARE -- Change the following two parameters VAR_TEMPLATECODE VARCHAR2(100) := 'CUX_CHANGE_RPT1'; -- Template Code BOO_DELETEDATADEF BOOLEAN := TRUE; -- delete the associated Data Def.BEGIN FOR RS IN (SELECT T1.APPLICATION_SHORT_NAME TEMPLATE_…