什么是XML Bomb? 字面上是XML炸弹,此炸弹有Enitity Expansion制作而成,而其威力由其聚变当量级决定。下面就是一个9级炸弹。 <?xml version="1.0"?> <!DOCTYPE bombz [ <!ENTITY bomb "bomb"> <!ENTITY bomb2 "&bomb;&bomb;&bomb;&am ...
阅读全文<2016-06-30 01:53:50,083> <ConfigurationLoader:DEBUG> Loading configuration file :/com/agile/webfs/configuration/WebSecurity.properties <2016-06-30 01:53:50,100> <ConfigurationLoader:DEBUG> Loading configuration file :/com/ ...
阅读全文一个warning message导致navigation失败。网上搜的一些资料先记录在这. https://stackoverflow.com/questions/30128395/identifying-and-solving-javax-el-propertynotfoundexception-target-unreachable https://stackoverflow.com/questions/7031885/how-to-choose-the-right-bean ...
阅读全文有一个简单的需求就是如何使页面上的一个图片内容实现实时刷新; 什么意思呢?这样一个场景: 页面上有一个图片,src指向后台的一个图片链接,如名为test.jpg的图片。图片本身为后台实时产生更新的,如新浪股票信息走势图片。每一秒的图形都可能在变化。如何使页面实现这样的动态更新?简单的办法就是: var img = document.getElementById("test"); img['src'] = imgurl; 通过set ...
阅读全文1.Nouns 名词是表示人或事物名称的词,通常要与冠词连用。 例如: the bus (公共汽车) the apple (苹果) 有些名词仅有单数形式。 例如: The information is positive. (信息是有利的。) ...
阅读全文写断打字效果的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> ...
阅读全文如何移植svn文件库? how to move an svn repository to a new server? 这个话题网上已经有很多很好的总结,这里记录两个中英文的总结以供参考。 https://stackoverflow.com/questions/3789585/how-to-move-an-svn-repository-to-a-new-server http://blog.chinaunix.net/uid-354915-id-3766906.ht ...
阅读全文发现这个网站,值得推荐给所有的程序员看一下。 程序员的自我修养:网站链接如下: https://leohxj.gitbooks.io/a-programmer-prepares/content/ 文章简洁明了,列举了程序员必备的基础知识,已经作者收集的很多不错的网站链接。 这里列出该书(网站)的目录链接以供快速访问。 1. 程序员基础知识 1.1. 字符编码 1.2. 技术名词 1.3. 语义 ...
阅读全文原文:http://www.oracle.com/technetwork/articles/adf/part4-098813.html Oracle JDeveloper 11g makes it easy to compile applications, generate deployment artifacts (such as Java archives [JARs], Web application archives (WARs), and enterprise archive ...
阅读全文Jenkins搭建 (官网:https://jenkins.io/doc/) 安装后默认是8080端口。在mac下如果是service运行的话,其开启和关闭jenkins守护进程使用下面的方法: Terminal and Start / Stop daemon You want to use launchctl to start and stop Jenkins. Start Jenkins: sudo launchctl load /Libr ...
阅读全文spring-boot-autoconfigure-2.1.4.release.jar下的spring-autoconfigure-metadata.properties #Thu Apr 04 02:08:30 GMT 2019 org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration.AutoConfigureAfter=org.springframework.b ...
阅读全文plantUML:http://plantuml.com/zh/class-diagram。 PlantUML是一个开源项目,支持快速绘制UML各类图表以及一些非UML图表。 plantText: https://www.planttext.com/ 是一个在线网站,可以用来设计UML以及生成代码。 UML图表有: 时序图 用例图 类图 活动图 组件图 状态图 对象图 部署图 定时图&n ...
阅读全文Question words Question words - 疑问词 常用的疑问词包括: 谁 Who 什么时候 When 什么 What 哪里 Where 为什么 Why 怎样 How 多大(年纪) How old 多大(大小) ...
阅读全文《mac 使用 pf 做端口转发》:https://www.jianshu.com/p/6052831a8e91 《MAC pf 防火墙OS 10.10 开启80(http)端口的方法》https://my.oschina.net/china008/blog/343049 《Mac 使用 Pfctl 来完成 Docker 的网络映射》https://toutiao.io/posts/d7ljnp/preview 遇到了局域网内无法访问mac电脑上的web app,于是参考了上文 ...
阅读全文本文为https://docs.spring.io/spring/docs/current/spring-framework-reference/core.htmlSpring学习过程中遇到的知识点 先记录后深入学习 Annotations 1. Java-based configuration 中提到了 @Configuration @Bean @Import @DependsOn Resource Int ...
阅读全文NYSE, NASDAQ Vocabulary: 熊市:bear 牛市: bull 股票: share 保证金,债券: security 交易所: exchange 经纪人: broker 商品: commodity 货币: currency 期货: feature 股息,红利: dividend 债券: bond 股票,股份: share 买卖的特权,选择权: option 普通股:common stock 优先股: preferred stock 派生 ...
阅读全文React的虚拟的DOM的原理是什么?是怎么实现的? 本文摘自 https://www.zhihu.com/question/29504639 链接:https://www.zhihu.com/question/29504639/answer/73607810 深度剖析:如何实现一个 Virtual DOM 算法 · Issue #13 · livoras/blog · GitHub ...
阅读全文翻看了这本大数据书籍,做个摘要。 本书分为三部分分。 理论篇:重点介绍大数据时代下数据处理的基本理论及相关处理技术,并引入NoSQL数据库; 系统篇:介绍了各种类型NoSQL数据库基本知识; 应用篇:对中外知名企业在利用NoSQL数据库在处理海量数据方面的应用做了阐述。 本书对大数据时代面临的挑战,以及NoSQL数据库的基本知识做了清晰的阐述,有助于帮助读者整理思路,了解需求,并更有针对、有选择地深入学习相关知识。 第1章 概论 ...
阅读全文本文收集了一些css3示例网站。 这些网站有: https://1stwebdesigner.com/css-effects/ https://tympanus.net/Tutorials/SwatchBook/index5.html https://nettuts.s3.amazonaws.com/771_sticky/step5.html https://designmodo.com/demo/interactivegraph/ https://ty ...
阅读全文由阮一峰《ECMAScript 6 入门》的官方电子版 http://es6.ruanyifeng.com/ 支持作者,可以去买一本看看。 ...
阅读全文