本文收集了CSS实现的基本形状,以及border-radius的文档解释。 border-radius中比较难理解的是由/设置的附加弧度实现椭圆型的边角。 Syntax The border-radius property is specified as: 1.one, two, three, or four <length> or <percentage> values. This is used to set a single ...
阅读全文如何理解jdeveloper开发时生成的jws,jpr,jpx文件? jws:用来纪录workspace相关的信息,比如workspace中的projects信息。 在workspace disk中。所以又叫application container. jpr:用来纪录project相关的信息,如java files. 所以又叫project container. jpx:用来纪录Model project中data model信息。包含了jdeveloper在设计阶 ...
阅读全文本文摘自Spring Boot Reference Guide. 取其Documentation Table of Contents以供后期快速阅读。 Table of Contents I. Spring Boot Documentation 1. About the Documentation 2. Getting Help 3. First Steps 4. Working with Spring Boot 5. Learning about Spr ...
阅读全文Spring Cloud学习过程中相关的知识点和软件项目: (1) Cloud Foundry: https://www.cloudfoundry.org/ (2)Pivotal Web Services: https://run.pivotal.io/ (3)Zookeeper: https://zookeeper.apache.org/doc/current/zookeeperSt ...
阅读全文Prepositions Prepositions - 介词 介词可以与动词、名词或形容词连用,许多情况下,介词的用法需要单独记忆: from from next door (从隔壁) from my friend (从我的朋友那儿) of of gold (金质的) of the ci ...
阅读全文c=1, w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M GB=1000*1000*1000 G=1024*1024*1024, 以及T, P, E, Z ,Y The Shapes of CSS All of the below use only a single HTML element. Any kind of CSS goes, as long as it's supported in at ...
阅读全文Inline-block是否可以代替float? inline-block是display的属性值,float是属性表示浮动。所以本身是有区别的,但是在某些场景下inline-block来编排layout有更好的编写效率。而不需要如float一样去clear浮动。 在排列一系列相同功能块展示(display)布局时以前常用float这些功能块来实现自动排列展示,最后在clear浮动来确保父块的高度。使用float一般都能工作,不过不得不承认,它们用起来有时候没那么简单。不过现在用in ...
阅读全文这是一份由idatalabs提供的Product lifecycle management(PLM)的市场数据。从图上看Siemens的teamcenter占领了近30%。 https://idatalabs.com/tech/product-lifecycle-management-plm Oracle的PLM策略逐渐使用Cloud的Fusion PD来取代之前的Agile9 on promise. 这将使其短期内失去更多市场,但最终效果还要看其Fusion PD的用户转化 ...
阅读全文网上有些不错的web color配色资源。这里收集一个以供参考。 http://tool.c7sky.com/webcolor/ ...
阅读全文Step1 下载并安装Oracle Express Edition 安装过程中需要设置system用户的密码 Step2 创建DB user (windows 环境下) Start -> Programs(或者All Programs) -> Oracle Database 11g express Edition -> Run SQL Command Line system用户连接数据库 SQL> connect Enter U ...
阅读全文Apache configure文件中的一些知识点摘要: 首先检查apache configure文件是否合法可以使用下面的命令来检查语法合法性: httpd -t -f your.configurefile 官方配置文档参考路径:http://httpd.apache.org/docs/current/mod/core.html 1. 关于Options的设置注意事项 Note Mixing Options with a + or - with th ...
阅读全文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 ...
阅读全文Spring的application.properties (application.yml)的属性值参考 https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== # COMMON SP ...
阅读全文我们常见到在编译安装一些开源软件时,会常用到make && make install。虽然能猜到其含义。但具体&&的作用和使用注意事项是什么就需要看一下。 shell中&&和||的使用方法 &&运算符: command1 && command2 &&左边的命令(命令1)返回真(即返回0,成功被执行)后,&&右边的命令(命令2)才能够被执行; ...
阅读全文Java 应用程序环境的策略(对不同来源的代码指定权限)由 Policy 对象来表示。更明确地说,就是由 Policy 类(包含在 java.security 包中)的实现抽象方法的 Policy 子类来表示。 Policy 对象所用策略信息的源位置由 Policy 实现决定。缺省 Policy 实现从静态策略配置文件获得自己的信息。本文档的其余部分叙述了缺省 Policy 实现及其所读取的策略文件中必须使用的语法。有关使用&nb ...
阅读全文Linux常用命令 rm -rf foldername grep “searchStr” folder grep “searchStr” file grep -i “searchStr” file //case-insensitive grep -v “searchStr” file //print lines not including the “searc ...
阅读全文参考文档:http://www.cnblogs.com/dolphinX/p/4087817.html CSS3的动画:http://www.w3school.com.cn/css3/css3_animation.asp .cssstyle{ animation: animation-name animation-duration animation-iteration-count; -webkit-animation: animation-name animat ...
阅读全文Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn ...
阅读全文MvcUriComponentsBuilder 和 ControllerMethodInvocationInterceptor的解读 ControllerMethodInvocationInterceptor实现了CGLIB的MethodInterceptor,所以是CGLIB动态代理的方法拦截器,从命名来看是对Controller的方法做了争强。同时也实现了org.aopalliance.intercept.MethodInterceptor private ...
阅读全文geohash.org ...
阅读全文