create or replace package cux_bom_pub isPROCEDURE
bom_expand_to_temp( p_organization_id number, p_item_id VARCHAR2,
p_levels_to_explode NUMBE...
分类:
数据库 时间:
2014-05-24 01:23:34
阅读次数:
2026
js方式的页面跳转1.window.location.href方式
2.window.navigate方式跳转
3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx,
3.aspx),进系统默认的是1.aspx,当我进...
分类:
Web程序 时间:
2014-05-23 23:51:18
阅读次数:
575
今天应老板的需求,需要将不是我们的页面修改一个链接,用js+iframe应该也能实现,但是我想尝试一下php实现方法。
首先你得先把别人的页面download到你的php中,实现方法可以用curl,
file,这里有一篇文章写的不错http://www.11jn.com/phpbb/viewt...
分类:
Web程序 时间:
2014-05-23 07:15:41
阅读次数:
354
² 字符函数
1. replace( 字符串1,字符串2,字符串3)
replace( char, search_string, replace_string)
功能:在“字符串1”中搜索“字符串2”,并将其替换为“字符串3”。
例如下面的命令是将所有员工名字中出现的”A”替换为”中国”。
SQL>selectreplace(ename, 'A', '中国') fro...
分类:
数据库 时间:
2014-05-22 22:35:22
阅读次数:
450
"15000000".split("").reverse().join("").replace(/(\d{3})/g,
"$1,").split("").reverse().join("");"115000000".split("").reverse().join("").replace(/(\d{...
分类:
其他好文 时间:
2014-05-22 05:04:27
阅读次数:
357
一:从字符串总分离文件路径、命名、扩展名,上图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using Syst...
一:字符替换:strtr > str_replace >
preg_replace注意:1:一般用strtr函数的这种形式:string strtr ( string $str , array
$replace_pairs )2:如果 replace_pairs 中包含一个空 字符串 (...
分类:
Web程序 时间:
2014-05-21 23:40:35
阅读次数:
357
CREATE OR REPLACE PROCEDURE P_XT_TEST_ZWL IS
TESTVALUE VARCHAR2(500); LS_ERR VARCHAR2(500); --错误日志 BEGIN SELECT H.SQLXH INTO
TESTVALUE FROM CX_CXDY .....
分类:
其他好文 时间:
2014-05-21 21:31:51
阅读次数:
359
In bash shell, when you use a dollar sign
followed by a variable name, shell expands the variable with its value. This
feature of shell is called para...
分类:
其他好文 时间:
2014-05-21 18:32:32
阅读次数:
332
p是输入目录代码如下importosdefgetDirList(p):#b=[];filepath=piffilepath=="":returnbfilepath=filepath.replace("/","\\")iffilepath[-1]!="\\":filepath=filepath+"\\"a=os.listdir(filepath)#print(a)forxina:path=filepath+xprint(path)ifos.path.isdir(path):c=getDirLi..
分类:
编程语言 时间:
2014-05-21 01:31:14
阅读次数:
417