1. 本文摘自官网,WEBLOGIC 版本为12.1.1 Roadmap for Understanding WebLogic Server Domains Table-Roadmap for Understanding WebLogic Server Domains Major Task Subtasks and Additional Information 关于Weblogic Server Domai ...

    阅读全文
  2. Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this libr ...

    阅读全文
  3. Introducing Web Services Oracle Web Service可以分为两类: Weblogic(Java EE) Web Service (see "Securing and Administering WebLogic Web Services") Oracle Infrastucture Web Service —SOA, ADF, and WebCenter services (see &qu ...

    阅读全文
  4. 本文收集了一些css设计的icon: http://fontawesome.io/icons/ http://v2.bootcss.com/base-css.html#icons http://glyphicons.com/ CIKONSS: http://www.bootcss.com/p/cikonss/​ css3 icon: http://www.uiplayground.in/css3-icons/  ...

    阅读全文
  5. jQuery.fn = jQuery.prototype = {..........}; // Give the init function the jQuery prototype for later instantiation jQuery.fn.init.prototype = jQuery.fn; jQuery.extend = jQuery.fn.extend = function() {........}; jQuery.extend(.... ...

    阅读全文
  6. 久仰已久的spring居然在职业生涯15年后才开始接触,之前都是公司自己的框架结构。是时候学习新的东西了。 新的知识需要慢慢啃,先来点开胃汤,overview一下Spring组成和大体架构。 以下为自学内容,如有不对,再修正。 Spring Overview 从功能上来分,Spring 官网将其分为三部分, 各有侧重: Spring Boot:侧重build anything.   (Spring Boot is designed to ...

    阅读全文
  7. 110240

    ngixn设计方向代理后,网址大部分功能能工作,但是有些访问却失败,请求返回403错误,直接访问被代理的server工作正常。只能说明一个问题,代理还有参数没有设置。 查看请求和response. 发现XSRF check failed。 最终解决方案:注意,这两个都要添加。Origin 值为proxy_pass的值相同。 # Pass the csrf token (see https://de.wikipedia.org/wiki/Cross-Site-Requ ...

    阅读全文
  8. mac自带SVN2017-01-11

    mac自带了SVN,SCP。 可以使用SVN提供的命令来访问SVN服务器。 http://svnbook.red-bean.com/en/1.7/index.html 列些常用的命令以供参考: svn import localfiles svn://ip:repositoryname/path --username=test --password=pwd   Mac自带了scp,可以用来与远程服务器来传输文件,但如果复制远程文件出现下面的错误时,说明 ...

    阅读全文
  9. JWT简介2018-07-18

    JWT: JSON Web Token, 是一个Open standard for Passing claims (Security information) Between two paties. 申明传输。它是: Self-containded: carries all the informaiton necessary within itself. JSON object on its own. 主要被用在:Mainly used in web appl ...

    阅读全文
  10. Linux命令模式下如何查看主机名称? uname -a Linux VM_55_254_centos 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux   ...

    阅读全文
  11. 中国哲学书电子化计划: https://ctext.org/daoism/zhs 道可道,非常道;名可名;非常名。 道家思想书籍可以查看上面这个链接。 先秦两汉 -> 道家 《道家》      庄子 [战国] 公元前350年-公元前250年   内篇    外篇    杂篇   道德经 ...

    阅读全文
  12. 由阮一峰《ECMAScript 6 入门》的官方电子版 http://es6.ruanyifeng.com/ 支持作者,可以去买一本看看。   ...

    阅读全文
  13. scp安装2017-01-11

    scp安装的命令以及log #yum install openssh-clients Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: mirrors.cn99.com * extras: mirrors.cn99.com * updates: mirrors.cn99.com base ...

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

    阅读全文
  15. HG Data,一个了解行业软件使用情况的网站,有了它可以帮助我们查看一个软件有哪些公司在使用,以及其竞争对手等数据。这有助于我们了解一个软件的使用范围和市场份额。 网址:https://discovery.hgdata.com/ ...

    阅读全文
  16. 启动Tomcat8.5.11时遇到下面的异常: org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:131) at org.apache.tomcat.util.bcel. ...

    阅读全文
  17. 错误现象: E:\test>gradle build :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Could not find tools.jar 原因分析: 这个提示很明显是找不到JDK。所以需要设置一下JDK信息。 ...

    阅读全文
  18. 96920

    SPL - Standard PHP Library 标准PHP类库 spl_ 标准PHP类库的函数 ob_  output buffering 函数系列, 参考Output Control Functions ...

    阅读全文
  19. XHR = XMLHttpRequest SKU = Stock Keeping Unit(最小存货单位),这显然我看到的语义不一样。我的示例中SKU与NEW PRODUCT相对应,我的理解可能是类似于维护中的已有产品。 TCO = Total Cost of Ownership 总体拥有成本 ROI = Return On Investment 投资回报率 TOI = Transfer of Information 交接信息,交接文档,交接培训 TTM ...

    阅读全文
  20. 39030

    Apache2.0~2.4模块比较   Version2.4 version 2.2 Version 2.0 #1 Core Features and Multi-Processing Modules #2 core ...

    阅读全文