`
文章列表

我的模板

----------------------------------------------
  SELECT TABLE_NAME  FROM dba_CONSTRAINTS WHERE R_CONSTRAINT_NAME IN( select CONSTRAINT_NAME from dba_CONSTRAINTS T  where table_name='TB_NC_MAIN_TMP' AND T.owner='GDSDKH' )
  json  格式    1,   var obj ={ id: 2, name: 'n' };      2, var objs = [{ id: 1, name: 'n_1' }, { id: 2, name: 'n_2'}];     3, var myobj="{'firstName': 'cyra',  'address': { 'streetAddress': '1 Microsoft way', 'city': 'WA', 'postalCode': 98052 }}";   可通过   1,  alert(obj.id);    2,var ...
spring配置的ws-security,邮件发送
/** @author tancheng 基于jquery的地区级联组件*//**  oid      当前对象的id  fillId   需要填充对象的Id  clearIds 要清空的数据项  fn       回调函数    使用方式 $(function (){     //1.初始化     jQuery("#vProvCode").change(func ...
 开发步骤:     一, 环境搭建        新建Web工程(或者直接建service项目),名为webservice_helloworld        加入jar包 :              activation-1.1.jar、commons-beanutils-1.7.0.jar、commons-codec-1.3.jar、commons-httpclient.jar、commons-logging-1.0.4.jar、jaxen-1.1-beta-9.jar、jaxws-api-2.0.jar、jdom-1.0.jar、jsr173_api-1.0.jar、mail- ...
ALTER TABLE TB_ITEM_INFO ENABLE row movement; flashback table TB_ITEM_INFO to timestamp to_timestamp('2012-11-19 10:30:00','yyyy-mm-dd hh24:mi:ss'); select *  from  tableName  as of timestamp to_timestamp('2009-01-25 12:00:00', 'yyyy-mm-dd hh24:mi:ss')
Global site tag (gtag.js) - Google Analytics