declare x_return_status VARCHAR2(150); x_msg_count NUMBER; x_msg_data VARCHAR2(2000); x_profile_id NUMBER; l_location_id NUMBER; l_ob... ...
分类:
数据库 时间:
2018-11-23 14:26:43
阅读次数:
250
declare -- Local variables here i integer; g_module varchar2(30) := 'TCA_V2_API'; lrec_org hz_party_v2pub.organization_rec_type; lrec_party hz_party_v... ...
分类:
数据库 时间:
2018-11-23 14:17:44
阅读次数:
201
DECLARE l_rec_profile_t hz_customer_profile_v2pub.customer_profile_rec_type; l_rec_profile hz_customer_profile_v2pub.cust_profile_amt_rec_type; l_prof... ...
分类:
数据库 时间:
2018-11-23 14:12:32
阅读次数:
219
SELECT acct.cust_account_id, acct.party_id, acct.account_number, party.party_name, lkp1.meaning party_type, profile.cust_account_profile_id, ... ...
分类:
数据库 时间:
2018-11-23 14:10:42
阅读次数:
423
/** * sass的基本的使用reset.scss * base.scss * DOMContentLoaded:当Dom加载完成 * orientationchange:移动的时候和水平旋转的时候触发 * resize:当调整窗口的时候触发 * http://feg.netease.com/ar ...
分类:
移动开发 时间:
2018-11-22 18:58:09
阅读次数:
215
适用于:有多个以太WAN口的机型。 业务需求: 运营商1分配的接口IP为100.100.1.2,子网掩码为255.255.255.252,网关IP为100.100.1.1。 运营商2分配的接口IP为200.200.1.2,子网掩码为255.255.255.248,网关IP为200.200.1.1。 ...
分类:
其他好文 时间:
2018-11-20 23:02:30
阅读次数:
222
mysqld_safe脚本执行的基本流程:1、查找basedir和ledir。2、查找datadir和my.cnf。3、对my.cnf做一些检查,具体检查哪些选项请看附件中的注释。4、解析my.cnf中的组[mysqld]和[mysqld_safe]并和终端里输入的命令合并。5、调用parse_ar ...
分类:
数据库 时间:
2018-11-20 15:12:45
阅读次数:
243
应用七牛 RTN SDK 新功能 「外部音视频数据导入」,将 AR 技术融入到实时音视频通话。
分类:
其他好文 时间:
2018-11-16 20:50:25
阅读次数:
580
af 公用荷兰语 af-ZA 公用荷兰语 - 南非 sq 阿尔巴尼亚 sq-AL 阿尔巴尼亚 -阿尔巴尼亚 ar 阿拉伯语 ar-DZ 阿拉伯语 -阿尔及利亚 ar-BH 阿拉伯语 -巴林 ar-EG 阿拉伯语 -埃及 ar-IQ 阿拉伯语 -伊拉克 ar-JO 阿拉伯语 -约旦 ar-KW 阿拉伯 ...
分类:
编程语言 时间:
2018-11-13 20:45:58
阅读次数:
300
题意与分析 这题的题意就是树分块,更具体的看题目(中文题)。 学习这一题是为了树的分块,为树上莫队做铺垫。 参考1:https://blog.csdn.net/LJH_KOQI/article/details/52326103 参考2:https://blog.csdn.net/popoqqq/ar ...
分类:
其他好文 时间:
2018-11-13 11:09:16
阅读次数:
215