当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 环境:win2k server; oracle 817 1 将
 

 

 ·allow    »显示摘要«
    摘要:  allow_url_fopen=on常常会给服务器和管理员带来麻烦,但是经常性(至少我这样认为)的我们需要远程读取某个东西,如果设置allow_url_fopen=off将其关闭,我们就没有办法远程读取。   幸好我们有一个很好的php模块--curl。下面我就以一个例子说说我用curl远程读取的方法:   第一,allow_url_fopen=on的情况下:<?php $str......
 ·在midp2.0中调用平台服务    »显示摘要«
    摘要: 在midp2.0中提供了非常重要的一项功能:调用外部平台的服务,比如从网络开始下载和安装一个midlet套件、发起话音呼叫。如果你做了一个通信录,那么就可以直接调用电话服务来呼叫一个号码。在midp2.0中可以通过midlet.platformrequest()方法实现上面的功能。 参考一下javax.microedition.midlet.midlet.platformrequest()的......


rman入门实践!

环境:win2k server; oracle 817

更改init.ora 【程序编程相关:数据块转储及RDBA的转换

1 将target数据库置于归档模式 【推荐阅读:管理故事216之020-贪婪与性命

3 在target,catalog上分别建表空间,用户,分配权限 【扩展信息:写了一个求最大值与最小值的函数

2 建catalog库

sql> create tablespace rman_ts datafile d:\oracle\oradata\rman\rman_ts.dbf" size 20m;

sql> create user rman identified by rman default tablespace rman_ts temporary tablespace temp quota unlimited on rman_ts;

sql> grant recovery_catalog_owner to rman;

sql> grant connect, resource to rman;

4 在catalog端创建恢复目录

c:\>rman catalog rman/rman

rman>create catalog tablespace rman_ts;

5 在恢复目录中注册


...   下一页
 ·python2.4 新特性尝鲜    »显示摘要«
    摘要:python 2.4 的 alpha 2 版本在8月5号已经放出来了, 今天才有点时间去看。尝鲜之后,和大家分享。 首先引起我注意的是,2.4 中把 set集合 类型内置在语言中了,以前是放在标准库里面。现在的使用方法也很灵活方便: (文中示例一部分摘自 python.org 网站)>>> a = set(´abracadabra´) # 由字符串生......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE