https://docs.oracle.com/middleware/1221/wls/WLACH/taskhelp/domainconfig/EnableTheDomainwideAdministrationPort.html#WLACH01108 Before you begin The administration port accepts only secure, SSL traffic, and all connections via the p ...
阅读全文下载ECLIPSE-PHP 使用ECLIPSE创建PHP PROJECT,带来全新的PHP PROJECT 架构理念 查询PHAR相关知识 http://www.ibm.com/developerworks/cn/opensource/os-php-5.3new4/ http://www.php.net/manual/zh/wrappers.phar.php Eclipse PHP 用eclipse开发php 参考文档: http://blog.csdn. ...
阅读全文Jenkins搭建 (官网:https://jenkins.io/doc/) 安装后默认是8080端口。在mac下如果是service运行的话,其开启和关闭jenkins守护进程使用下面的方法: Terminal and Start / Stop daemon You want to use launchctl to start and stop Jenkins. Start Jenkins: sudo launchctl load /Libr ...
阅读全文Publish Assets to SOAP Documentation This chapter describes how to upload assets, such as web services, to SOAP reference guides. This chapter also how to find and review assets already in. The chapter includes these sections: Introd ...
阅读全文项目管理 创建项目 编辑项目 项目树中同时修改多个任务 编辑有前驱后继关系的任务 锁定任务 显示模式和编辑模式 建议状态和激活状态 编辑非锁定态的任务 激活项目 项目交付物 资源管理 添加资源 分配活动 监控资源使用率 替换资源 移除资源 委托转办活动 项目的基本属性 ...
阅读全文Credential Store Framework (CSF) is used in OWSM to manage the secure credentials. 下面是创建CSF Key的步骤: 1.首先需要这些信息 Weblogic Domain Name Identity Domain Name User Name Password 在Fusion Applications control (EM) 中选择Weblogic Domain Nam ...
阅读全文PHP缓存技术 PHP缓存包括PHP编译缓存和PHP数据缓存两种。PHP是一种解释型语言,属于边编译边运行的那种。这种运行模式的优点是程序修改很方便,但是运行效率却很低下。PHP编译缓存针对这种情况做改进处理,使得PHP语言只要运行一次,就可以把程序的编译结果缓存起来。 简介 PHP缓存包括PHP编译缓存和PHP数据缓存两种。PHP是一种解释型语言,属于边编译边运行的那种。这种运行模式的优点是程序修改很方便,但是运行效率却很低下。PHP编译缓存针对这种情 ...
阅读全文如何在oracle ADF框架下开发测试部署SOAP web services. 本文参考官方文档的解读版:“Creating SOAP Web Services with Application Modules” :https://docs.oracle.com/cd/E51366_01/adf/develop/bcextservices.htm#ADFFD534 官网分为三部分讲述了这个问题: Section 11.1, "In ...
阅读全文Title and Copyright Information Preface What's New in This Guide Part I Introducing Oracle Web Services 1 Overview of Oracle Web Services Security and Policy Management 2 Using Oracle Web Services Manager with WebLogic Server ...
阅读全文Maven是一个非常强大的软件项目管理工具(注意是软件项目,所以不只是java项目哦,也可以其他语言的软件项目)。可以用它来管理项目的建立,发布,文档等,它可以贯穿项目的整个生命周期。 本文只是为了快速浏览Maven的官方文档,纯粹新手入门。如需深入Maven,需要更多的实战。 官网:http://maven.apache.org/ 官方文档:http://maven.apache.org/guides/index.html 官文主要提供了 1)基本使用入门(下载,安装, ...
阅读全文在apache web服务器上,如果没有设置好,就可能将网站目录给暴露出来。用户可能遇到这样的情况: 这往往不是网站站长所期望用户能看到的。 解决这个问题可以通过设置apache配置文件httpd.conf 中的目录 "-Indexs" 指令来解决。 如下图: 这样设置后的效果就会显示: ...
阅读全文查看apache的configure编译配置. 如果上次安装后没有make clean的话,在config.nice中可以找到 进入apache home\build\ 找到config.nice cat config.nice [root@test_linux build]# cat config.nice #! /bin/sh # # Created by configure "./configure" \ " ...
阅读全文在 Unix 平台下安装 PHP 有几种方法:使用配置和编译过程,或是使用各种预编译的包。 本文是在Linux下面自编译生成PHP的方法,主要参考官网提供的方法结合一些自身的情况: 从apache官网获取 Apache 源码包,然后解压: gzip -d httpd-2_x_NN.tar.gz tar -xf httpd-2_x_NN.tar 同样,获取 PHP 源码包并解压: gunzip php-NN.tar.gz tar -xf php- ...
阅读全文PHP Fatal error: Call to undefined function imagettftext() in 这个错误主要是因为在使用function imagettftext()时找不到定义的字体位置。简单的解决办法就是正确设置字体路径。PHP官方也有个提议就是将字体和script放置在相同路径。 “In many cases where a font resides in the same directory as the scri ...
阅读全文echo(), print(),print_r()区别在于 echo 可以输出多个变量值,而print只有一个变量,做为一个字符串输出. echo 没有返回值, print有返回值1. print不能输出数组和对象。print_r 可以输出stirng、int、float、array、object等,输出array时会用结构表示,print_r输出成功时返回true; 而且print_r可以通过print_r($str,true)来使print_r不输出而返回 p ...
阅读全文配置apache+PHP中加入curl功能时,启动apache出现下面的错误。 无法启动此程序,因为计算机中丢失 LIBEAY32.dll。尝试重新安装该程序以解决此问题。 解决过程: 进入php目录,找到libeay32.dll以及ssleay32.dll加入到PATH中 在apache的配置文件中加入 LoadFile “D:/php/php/libeay32.dll” LoadFile "D:/php/ph ...
阅读全文Affecting PHP's Behaviour Audio Formats Manipulation Authentication Services Command Line Specific Extensions Compression and Archive Extensions Credit Card Processing Cryptography Extensions Database Extensions Date and Time R ...
阅读全文通过关闭一些不必要的功能来实现优化。 方法就是设置disable_functions 比如关闭以下功能: disable_functions=exec, system, passthru,error_log,ini_alter,dl,openlog,syslog, readlink,symlink,link,leak,fsockopen,proc_open, popepassthru,chroot,scandir, chgrp,chown, escapeshellcmd, es ...
阅读全文Wiring Components to Work Together This chapter describes service tables and how to wire particular Oracle Fusion Middleware components together. It contains the following sections: Understanding Service Tables Viewing Service ...
阅读全文这里是PHP String基本函数。不同于mbstring. (multibyte Character) 多字节字符串的处理函数需要enable mbstring,多字节字符串函数不是默认安装的。 PHP Manual 函数参考 文本处理 字符串 字符串函数 addcslashes addslashes bin2hex chop chr chunk_split convert_cyr_string convert_uudeco ...
阅读全文