1. 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 ...

    阅读全文
  2. 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 ...

    阅读全文
  3. Agile PLM 系统中SmartRules的设置影响到系统的功能行为。以下是系统中的SmartRule分类: 通用行为: Object Edit Conflicts:Allow/Disallow/Warning 物件相关: BOM Multi-Level Recursion:Disallow/Allow Duplicate ItemNumbers: Warning/Allow/Disallow Duplicate FindNumbers: Wa ...

    阅读全文
  4. 转载自http://www.cnblogs.com/ginvip/p/6415853.html BASH shell下设置字体及背景颜色  echo -e "\e[31mtest\e[41m" \e[30m 将字符的显示颜色改为黑色  \e[31m 将字符的显示颜色改为红色  \e[32m 将字符的显示颜色改为绿色  \e[33m 将字符的显示颜色改为淡红色  \e[34m 将字符的显示颜色 ...

    阅读全文
  5. 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 ...

    阅读全文
  6. 参考文档: https://docs.oracle.com/cd/E24329_01/web.1211/e24499/newdom.htm#WLDCW109 https://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/cli_tasks.html   ...

    阅读全文
  7. 本文简单介绍jetty以及提供一个简单的嵌入部署jetty的java application. jetty是一个portable,lightweight, robust, flexible, extensible and easy to integrate的servlet container. 它可以像tomcat一样部署为一个standalone web server,也可以嵌入到一个应用程序中去。它也支持SPDY, WebSocket, OSGi, JMX, JNDI, JAAS。目前 ...

    阅读全文
  8. https://hub.docker.com/r/cptactionhank/atlassian-confluence 1. docker下载confluence image 7.2.0并创建和运行该容器 docker run --detach --publish 8090:8090 cptactionhank/atlassian-confluence:7.2.0 2.访问http://ip:8090/ 就可以看到Confluence的初始化和配置页面。 ...

    阅读全文
  9. 初识webDAV2018-06-08

    什么是webDAV? Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) that allows clients to perform remote Web content authoring operations. WebDAV is defined in RFC 4918 by a working group of th ...

    阅读全文
  10. OWSM: Oracle Web Services Manager, 它是提供了一个Policy framework,用来管理web services security以及 policy,从而在组织内部使用一致的安全策略。 参考文档:https://docs.oracle.com/middleware/1221/owsm/security/owsm-overview.htm#OWSMS110 OWSM can be used by both developers, ...

    阅读全文
  11. 这几天一直折腾android emulator设置proxy的问题。某些环境下需要使用代理上网(如公司),尝试了网上介绍的几种方式都没有成功,方法是应该是对的,只是还有些细节没有提到,所以弯路也走了不少。笔记本拿回家就没有问题,emulator browser能成功上网。现在就记录下一些尝试了的过程,以便以后参考或能帮助遇到同样问题的朋友。 尝试一,常见的解决办法:设置-http-proxy来启动emulator。(我仍然失败了) Android\sdk\tools\emulat ...

    阅读全文
  12. CSS中的定位position理解 页面元素定位,浮动,以及z-index的属性的使用是页面设计中经常使用。正确使用它们可以设计出层次感十足的页面。但是往往在使用中确常有疑惑: 1. 定位时left,top,right,bottom如何设置,设置多大的值为好?百分比设置效果如何?响应式页面中如何使用? 2. 如何正确设置z-index?z-index设置什么情况下设置无效? 3.float,static,和定位之间的层次关系? 4. 在相对定位(position:r ...

    阅读全文
  13. 个人觉得CKEditor中block的功能非常有用,所以希望使block功能默认就是enabled.效果如下: 于是查询了下设置方法。如下: config.startupOutlineBlocks = true; 如果在config中设置可以这样写: CKEDITOR.replace( 'content-editor', { //省去其他配置 startupOutlineBlocks:true ...

    阅读全文
  14. 创业公司选择停止融资的原因有很多。一些公司实现了财务可持续性发展,另一些公司直接倒闭了,还有一些公司通过收购或上市的途径完成了退出。 假设我们在美国随机选择1000家种子轮创业公司。这些公司中有多少家能获得A轮融资?在获得A轮融资的公司中,又有多少能融到B轮?你可以继续这样的追踪下去,直到只剩下极少的公司。 但是只关注创业公司在不同轮次的存活率是不够的。更重要的问题是那些没能获得投资的创业公司究竟发生了什么?除了创业失败,也有其他一些愉快的原因,创业公司选择停止下一轮融资。例如公 ...

    阅读全文
  15. EGD: entropy gathering device 获取熵的设备 (熵池策略) 这些设备有: file:/dev/random  (阻塞式随机设备,依赖约硬件设备) file:/dev/urandom (非阻塞式随机设备)  file:/dev/./urandom(非阻塞式随机设备) https://www.baeldung.com/java-security-egd ...

    阅读全文
  16. 一个简单的sitemap的例子说明一下sitemap的格式: www.sitemaps.org 定义了下面的格式,一些搜索引擎有自己的sitemap格式,不过大体一致。 <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <ur ...

    阅读全文
  17. 通过chrome://flags可以看到chrome setting的设置, 可以通过启用#enable-javascript-harmony可以使用很多实现性功能。 下面只是该页面的文字复制:设置很多,需要用到的地方再研究。 请小心,这些实验性功能可能有风险 警告 这些实验性功能随时可能会更改、中止或取消。因此,我们完全无法保证您启用某项实验性功能后会发生什么情况,您的浏览器甚至可能会自动崩溃。请注意,您的浏览器可能会删除您的所有数据,您的安全和隐私也有可能受到意外伤害。您启 ...

    阅读全文
  18. 在mac上安装了openoffice 4.1.2后创建数据库连接成功后,试图创建一个query,但是都没有反应,用create query with wizard可以但最终也是失败。在官网上找到了原因,是一个openoffice 4.1.2的regression issue. 4.1.3版本已经解决。 官网相关信息: https://forum.openoffice.org/en/forum/viewtopic.php?f=13&t=80059&sid=d3041db ...

    阅读全文
  19. Between the quotation marks of export PS1=” “, you can add the following lines to customize your Terminal prompt: \d – Current date \t – Current time \h – Host name \# – Command number \u – User ...

    阅读全文
  20. 软连接和硬连接的创建方式:     ln -s source dist        # 建立软连接      ln source dist           # 建立硬连接 了解其区别前先了解一下inode: 在Linux系统中,内核为每一个新创建的文件分配一个Inode,每个文件都有一个惟一的inode号,我们可以将inode简单理 ...

    阅读全文