1. 本文转载自 http://www.cnblogs.com/wspblog/p/4710617.html rc.d的内容如下:  init.d/ :各种服务器和程序的二进制文件存放目录。  rcx.d/: 各个启动级别的执行程序连接目录。里头的东西都是指向init.d/的一些软连接。具体的后边叙述。  还有三个脚本:rc.sysinit, rc, rc.local redhat的启动方式和执行次序是:  加载内核  执行ini ...

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

    阅读全文
  3. 本文简单介绍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。目前 ...

    阅读全文
  4. 甲骨文SOA套件提供了一整套基本组件来设计、部署和管理SOA composite Applications。 Oracle SOA Suite包含这些组件: SOA Infrustructure Application. (这是一个Java EE-compliant application,运行在weblogic server上,在这个App上面运行管理composites的 lifecycle, service engines, and binding components) ...

    阅读全文
  5. 众多Javascript框架中AngularJS和KnockoutJs都属于MVVM架构。 本文将学习两者的基本用法和比较两者的不同。 todo   一些术语: Passive View: Active View: Separation of Concerns (SoC) 参考文档: https://addyosmani.com/blog/understanding-mvvm-a-guide-for-javascript-devel ...

    阅读全文
  6. 网上的一些javascript测试题,看你能对几道题?   http://dmitrysoshnikov.com/ecmascript/the-quiz/ 1. What’s the result of: typeof typeof(null) A) “undefined” B) SyntaxError C)“string” D) “object&rdquo ...

    阅读全文
  7. 53150

    crontab执行脚本始终不能成功运行java程序的问题终于解决。 当手动执行脚本与crontab执行脚本的结果不一致时,这类问题都应该是环境设置问题。解决办法大部分情况是通过脚本中添加source /etc/profile来解决。如果还没有解决就是其他问题了。 我的这个问题就是自己设置Java参数时没有添加路径所致。上代码: 文件updateStock.sh #!/bin/sh source /etc/profile source ~/.bash_profile ...

    阅读全文
  8. http://stackoverflow.com/questions/9437584/what-does-webkit-min-device-pixel-ratio-2-stand-for http://stackoverflow.com/questions/16030041/media-query-pixel-density-and-max-width-together http://stackoverflow.com/questions/15975432/webkit-min- ...

    阅读全文
  9. 54930

    原文出处:https://www.scrumalliance.org/community/articles/2007/march/glossary-of-scrum-terms Glossary of Scrum Terms Burndown Charts Daily Scrum Meeting Impediments Product Backlog Product Backlog Item Product Backlog Item Effort P ...

    阅读全文
4142