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

    阅读全文
  2. HTMLEncoding针对HTML中的内容进行编码,保证内容正确显示。可以参考W3C文档 几个特别要注意的实体转换: "&lt;" 代表  <  "&gt;" 代表  >  "&amp;" 代表  &  "&quot; 代表  "  "&nbsp; ...

    阅读全文
  3. 获取Chrome URls可以看到Chrome提供的访问URLs. 只要在地址栏输入“chrome://chrome-urls/”就可以列出Chrome提供的所有urls。 List of Chrome URLs chrome://accessibility chrome://appcache-internals chrome://apps chrome://blob-internals chrome://bookmarks chrome: ...

    阅读全文
  4. Window->Preference->Java->Editor->Content Assist->Advanced 这里如果你去掉Java Proposals的选择,那么你就不会有任何java的提示。底下的选框是用来定义顺序的。 ...

    阅读全文
  5. 原文:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Using_promises   一个 Promise 就是一个代表了异步操作最终完成或者失败的对象.  一个promise可以使用它的constructor创建。然而,大多数人都在使用由其他函数创建并返回的promise。因此,本教程将首先探讨返回promise的使用情况。 本质上,一个promise是某个函 ...

    阅读全文
  6. Java 应用程序环境的策略(对不同来源的代码指定权限)由 Policy 对象来表示。更明确地说,就是由 Policy 类(包含在 java.security 包中)的实现抽象方法的 Policy 子类来表示。 Policy 对象所用策略信息的源位置由 Policy 实现决定。缺省 Policy 实现从静态策略配置文件获得自己的信息。本文档的其余部分叙述了缺省 Policy 实现及其所读取的策略文件中必须使用的语法。有关使用&nb ...

    阅读全文
  7. 网上有些不错的web color配色资源。这里收集一个以供参考。 http://tool.c7sky.com/webcolor/ ...

    阅读全文
  8. nodejs2017-04-01

    node.js已经火了很多年了,但工作缘故,一直与它无缘。即使如此,也一直想看偷窥下这个人们时不时会谈起的node.js,看看她到底是大家闺秀还是小家碧玉。缘分就在一个偶然的机会不期而遇,在less的需求下找到了她姑妈npm(node package management)引荐,结果遇上这个神秘的node.js。 什么是node.js和技男们眼中的node.js 首先百度一下node.js。 Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行 ...

    阅读全文
  9. 实现滚动窗口触发动画需要js的帮助。有jquery的一个全屏滚动插件fullpage.js fullPage.js是开源的JQuery插件库,其Github地址:https://github.com/alvarotrigo/fullPage.js fullPage.js 是一个基于 jQuery 的插件,它能够很方便、很轻松的制作出全屏网站,主要功能有: 支持鼠标滚动 支持前进后退和键盘控制 多个回调函数 支持手机、平板触摸事件 支持 CSS3 动画 ...

    阅读全文
  10. 写断打字效果的js. html: <p class="typeIn">This is the text typed in manually.This is the text typed in manually.This is the text typed in manually. This is the text typed in manually.This is the text typed in manually.</p> ...

    阅读全文
  11. 以下代码 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=" ...

    阅读全文
  12. 当连接SSL server时出现下面的错误,这是因为当你的application试图通过SSL连接另一个application时(HTTPS,IMAPS,LDAPS),它只能够连接它信任的application。信任的方法就是使用的trust store里导入对应的certificate, 或者certificate是被它信任的known CA签发的。通常在$JAVA_HOME/lib/security/cacerts这个默认的truststore中。 javax.net.ssl.SS ...

    阅读全文
  13. Veeva Systems2018-09-18

    Veeva System 官网:https://www.veeva.com/ Veeva Systems is a software company that provides cloud-based data management and CRM solutions to the life science industries. Veeva Systems's headquarters is in Pleasanton, California. Veeva Systems ...

    阅读全文
  14. Crunchbase https://www.crunchbase.com/search/organization.companies/field/organizations/rank_org_company/7817 Discover innovative companies and the people behind them 通过这个网站你可以看到什么?   G2Crowd https://www.g2crowd.com/ ...

    阅读全文
  15.  本文收集了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 ...

    阅读全文
  16. Hadoop集群搭建(官网:http://hadoop.apache.org/docs/r1.0.4/cn/cluster_setup.html) Hadoop集群角色 Masters 机器 NameNode JobTracker Slaves 机器 DataNode TaskTracker NameNode与JobTracker为两台不同的机器。 DataNode和TraskTracke ...

    阅读全文
  17. 作者:黑白电影_ 链接:https://www.jianshu.com/p/013f810cdb75 來源:简书 简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。  1.背景介绍 由于HTTP是一种无状态协议,服务器没有办法单单从网络连接上面知道访问者的身份,为了解决这个问题,就诞生了Cookie Cookie实际上是一小段的文本信息。客户端请求服务器,如果服务器需要记录该用户状态,就使用response向客户端浏览器颁发一个Cookie ...

    阅读全文
  18. Apache Shiro是一个应用程序安全框架(Application security framework). 提供了4个安全支持: authentication, authorization, enterprise session management and cryptography。 Shiro产生的背景http://shiro.apache.org/what-is-shiro.html。 JAAS提供了authentication, authorization. ...

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

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

    阅读全文