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 ...
阅读全文Apache Common Logging(JCL)简介可以参考官网的用户手册。 官方User Guide文档入口: http://commons.apache.org/proper/commons-logging/guide.html JCL简介: Jakarta Commons Logging (JCL)提供的是一个日志(Log)接口(interface),同时兼顾轻量级和不依赖于具体的日志实现工具。它提供给中间件/日志工具开发者一个简单的日志操作抽象,允许程 ...
阅读全文在使用CKEditor作为文本编辑器时,发现偶尔不能正确显示。在大屏幕的时候没问题,但是切换到mobile就不行,原先以为是代码问题。 先来几张图看下问题: 先用大屏浏览器显示,能正确显示。 然后使用浏览器的模拟功能,切换到mobile模式,显示如下,能正确显示,是因为页面已经在之前渲染过了。(请忽视下面图片是相应式下屏幕下的颜色风格等)开始没意识到这个问题,所以重新在这个mobile模式下点击刷新页面去重新渲染,发现不能正确显示。 这 ...
阅读全文AngularJS 通过新的属性和表达式扩展了 HTML。AngularJS 可以构建一个单一页面应用程序(SPAs:Single Page Applications)。 AngularJS是采用了MVVM架构。 The following is the list of allowed and forbidden dependencies: 1.The View's code behind should not reference the ViewModel ...
阅读全文W3C Standards (W3C侧重于在如下领域定义一系列标准) Web Design and Applications Web Architecture Semantic Web XML Technology Web of Services Web of Devices Browsers and Authoring Tools Web Design and Applications HTML & ...
阅读全文...
阅读全文版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/53750366 getopt 与 getopts 都是 Bash 中用来获取与分析命令行参数的工具,常用在 Shell 脚本中被用来分析脚本参数。 两者的比较 (1)getopts 是 Shell 内建命令,getopt 是一个独立外部工具 (2)getopts 使用语法简单 ...
阅读全文ADF 应用开发如何deploy applications 官方文档:https://docs.oracle.com/cd/E24382_01/user.1112/e17455/deploying_apps.htm#OJDUG542 Section 9.1, "About Deploying Applications" Section 9.2, "Running Java EE Applications in the Integrated Ap ...
阅读全文如何调试EDN? 本文介绍如何查看Oracle EDN(Event Delivery Network)问题,以及介绍了一些debug EDN 的tools。 调试EDN的工具有: Using EDN-DB-LOG USing Database Tables Sever Logs (一)使用 EDN-DB-LOG EDN自带了一个非常有用的EDN DB logging Servlet,用来查看EDN组件产生的logging inf ...
阅读全文配置jenkins的一个简单的SVN的project,运行时build fail。 org.tmatesoft.svn.core.SVNException: svn: E204900: Error writing entries file for '/test/.jenkins/workspace/test' svn: E204900: Entry '' has inconsistent repository root and ur ...
阅读全文什么是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 ...
阅读全文问题:eclipsephp打开某个workspace时hang住,不能打开eclipse. 能成功打开其他workspace. 解决方法: 1. 查看log. 进入该workspace文件夹->.metadata->.log !ENTRY org.eclipse.core.resources 2 10035 2018-05-05 15:00:29.044 10 !MESSAGE The workspace exited with unsaved ...
阅读全文localization的一些示例以供参考。 本文示例均来源于Oracle官网Working with Localization Formatting章节,详细资料可以参考 http://docs.oracle.com/cd/E36909_01/fusionapps.1111/e15524/ui_localize.htm 货币的格式化 Example 20-1 Syntax of fnd:currencyPatternWithPrecisionAndSymbol fn ...
阅读全文设计responsive页面时的注意点: 使用media query增加breakpoint来实现responsive. 永远以mobile设计优先。 设计组件时经常长宽使用百分比。 如果需要设置一些长宽固定数值时,使用em作为单位是个不错的选择。然后针对字体大小设置对应的em大小。以字体作为参照物。 参考文档: https://developer.mozilla.org/zh-CN/docs/Web/Guide/CSS/Media_queries ...
阅读全文在 Java 8 之前,接口只能有抽象方法。这些方法的实现必须在单独的类中提供。因此,如果要在接口中添加新方法,则必须在实现同一接口的类中提供其实现代码。为了克服这个问题,Java 8 引入了默认方法(default method)的概念,该方法允许接口具有实现的方法,而不会影响实现接口的类。 // A simple program to Test Interface default // methods in java interface TestInterface { ...
阅读全文如何通过css来实现紧贴底部的页脚 在网页设计时存在一个非常常见的问题:一个块级样式的页脚,常常设置了特定的背景,当页面内容足够长的时候它一切正常。而当页面内容比较短的时候就会出现问题。此时的问题就是页脚不能像期望中的那样“贴紧”视口的最底部,而是紧跟在内容的下方。(悬在页面中间)。 问题的关键是页面内容的高度是动态的,不同页面高度是不一样的。通过js来计算解决不是我们期望的。在css3之前都咩有很好的解决方案。大部分解决方案都是给页脚设计一个固定的高度,然后 ...
阅读全文<div class="uploading-files upload-dialog-col" id="uploadFileListContainer"> <dl id="_disk_id_14" class="infinite-listview" style="margin-top: 0px;"> <dd class="clearfix ...
阅读全文As a developer, it is often impossible for you to anticipate all the database columns and UI fields your customers might need, or how each field should look as end user needs change. Flexfields enable customers to configure their applications to meet ...
阅读全文当把apache2.2的配置文件修改后在apache2.4中运行遇到了这个问题:[access_compat:error] [pid 6095] [client ::1:53090] AH01797: client denied by server configuration。 这个问题与2.2及2.4的版本在访问认证和授权方面又很大的修改。具体可以查看官方wiki: https://wiki.apache.org/httpd/ClientDeniedByServerConfig ...
阅读全文mysql_connect报告”No such file or directory”错误的解决方法。调试后确认host,username,password都是正确的。但myssql_connect还是连接不上。 原因一般都是mysql.socket找不到的问题。 解决方法: 1、写个phpinfo页面,找到mysql.default_socket、mysqli.default_socket、pdo_mysql.default_socket。 2、 ...
阅读全文