`
dfgxpxz
  • 浏览: 14955 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
bca3.3.5版本期间的开发日志
2009年11月24日 星期2 郑州 ------------------------------ 1.铭道设备:小马接手 2.DTGS接收短信:收到 if (s.contains("SMSR\r")) {   // 表示有新的短信到达。   才读取。   对 public ByteQueueOnSms fetchReceiveBuffer()  进行改造。   剩下:呼入没有虚拟成短信。 3.改造:ipbx流程   改为:org.bca.ivr.ichlisten  && org.bca.ivr.icall 4.加入表: CMS_EX_IN_NUM_MAP ...
* 预备 bca3.3.3 : 将 如下表的 ACTIVITY_ID 字段扩充为 Varchar2(40) WF_ACT_DESIGNER_INIT_VALUES WF_ACT_METHOD_REG WF_ACT_OBJ_REG WF_ACT_PROP_REG WF_ACT_REG WF_ACT_RET_VALUES_REG WF_NODE WF_PROP_PLUGIN_INIT_VALUES WF_PROP_VAL_ENUMS_ON_CHECKBOX WF_PROP_VAL_ENUMS_ON_COMBOX alter table W ...
  <SmsChannels>     <SMGP_SX SignalType="GATE_PROTOCAL" Enabled="yes">       <prop key="className" val="com.bca.service.sms.smgate.Sms_Smgp30"/>       <prop key="host" val="137.64.12.40"/>       <prop key=" ...
bcacc 数据模型变化: alter table IVR_CHANNEL_PARA    drop constraint FK_IVR_CHAN_INHERITAN_IVR_CHAN; drop index IVR_CHANNEL_PARA_PK; drop index "Inheritance_9_FK"; drop table IVR_CHANNEL_PARA cascade constraints; /*==============================================================*/ /* Table: IV ...
// 子流程中的脚本:取出输入参数打印 log.debug("args:%d,%s", inArgs.inArg01, inArgs.inArg02); // 母流程中,"异步子流程"节点的脚本 WfProperties args = new WfProperties(); args.setProp("inArg01", 1);    // 数据类型是int  可以将1替换成母流程中的变量 args.setProp("inArg02", "string:1");    // 数据类型是 ...
建立用户:(system登录) CREATE USER "BCACC"  PROFILE "DEFAULT"     IDENTIFIED BY "4" DEFAULT TABLESPACE "BCA"     TEMPORARY TABLESPACE "TEMP"     ACCOUNT UNLOCK; GRANT UNLIMITED TABLESPACE TO "BCACC" WITH ADMIN OPTION; GRANT "CONNECT" ...
<html> <head> <title>APPLET DEMO</title> <script type="text/javascript"> </script> </head> <body> <div>     <APPLET name=a1         ARCHIVE = "http://192.168.0.251/l/BcaApiX.jar,http://192.168.0.251/l/BcaAgentX.jar,http ...
  2008.01.20 : 学习DocumentEditorView例子:   定位 netbeans platform中的action并加以调用方法:           javax.swing.ActionMap actionMap = org.jdesktop.application.Application.getInstance(documenteditor.DocumentEditorApp.class).getContext().getActionMap(DocumentEditorView.class, this); 发现drop的简便模式:(MyFirstPalatte中发 ...
总部 过程通过拖拽进行参数绑定时,编译出现错误。 1866行:     java.lang.String nBProcedure_2_BindPropInp_1(CN_nBProcedure_2 me) { flow.returnNum     }     void nBProcedure_2_prepareRuntimeBindedProperty(CN_nBProcedure_2 me, Map<String, Object> runtimeBindedPropertyValues) {         runtimeBindedPropertyValues.put(&qu ...
arg_unit.vm: <Instance version="0.0.1" saveSerial="0" instanceName="" flowCode="pxz.demo.ivr02_in" instanceId="">      <inArgs>        <arg key="channelName" val="ch${chno}"/>      </inArgs>    </Instance ...
光标控制命令 命令 光标移动 h或^h 向左移一个字符 j或^j或^n 向下移一行 k或^p 向上移一行 l或空格 向右移一个字符 G 移到文件的最后一行 nG 移到文件的第n行 w 移到下一个字的开头 W 移到下一个字的开头,忽略标点符号 b 移到前一个字的开头 B 移到前一个字的开头,忽略标点符号 L 移到屏幕的最后一行 M 移到屏幕的中间一行 H 移到屏幕的第一行 e 移到下一个字的结尾 E 移到下一个字的结尾,忽略标点符号 ( 移到句子的开头 ) 移到句子的结尾 { 移到段落的开头 } 移到下一个段落的开头 ...
/* * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * *     http://www.apache.org/licenses/LICENSE-2.0 * * ...
-- 创建表空间 CREATE TABLESPACE "BCA"     LOGGING     DATAFILE 'D:\ORACLE\ORADATA\BCA\BCA1.ora' SIZE 265M REUSE     AUTOEXTEND     ON NEXT  10240K MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL     SEGMENT SPACE MANAGEMENT  AUTO ; CREATE TABLESPACE "HONEST"     LOGGING     DATAFILE ...
-- 备份 WF_FLOW_REG drop table temp001; create table temp001 as select * from WF_FLOW_REG; -- 重新创建 WF_FLOW_REG alter table WF_FLOW_BUILD drop constraint FK_WF_FLOW__INHERITAN_WF_FLOW_; alter table WF_FLOW_VER drop constraint FK_WF_FLOW__INHERITAN_WF_FLOW_; drop index "Relationship ...
Global site tag (gtag.js) - Google Analytics