这是https://coverr.co提供的视频背景的实现方法。 1. Download your favorite video. 下载喜欢的视频 2. Upload the video to your website. 上传到你的网站 3. Add the following snippets to your site,加入代码 HTML代码: <div class="homepage-hero ...
阅读全文JAVA 验证码示例: http://www.cnblogs.com/zhangchunxi/archive/2013/03/15/2961007.html 验证码创意收集: http://www.csdn.net/article/2011-04-29/296881 http://www.yixieshi.com/ucd/13616.html ...
阅读全文这是一个程序员游戏,共10关,看你能否进入第十关: 游戏地址:http://1111.segmentfault.com 第一关: 第二关: 第三关: 第四关 第五关 二维码内容为:http://sf.gg/你被耍了什么都没有 第六关 md5破译“f4de502e58723e6252e8856d4dc8fc3b”得到 2323k14jm。但是还是没有线索。百度google ...
阅读全文学习内容源于 官方文档 https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#expressions 学习摘要: SpEL: Spring Express Language, a java expression language. Other known expression Language: OGNL, MVEL, JBoss EL ... ...
阅读全文一、如何获取JDBC的jar包? 1.<ORACLE_HOME>/jdbc/lib 2.http://www.Oracle.com/technetwork/database/features/jdbc/index-091264.html 二、JDBC driver 版本 与 JDK版本的关系 From JDBC FAQ on Oracle Technology N ...
阅读全文现需要设计这样一个component组件,要求该组件有4部分组成: 1. 背景视频 2.一层蒙板 3.顶层文字描述 html结构如下 <div class="container"> <video class="backgroundVideo" muted autoplay loop> <source src="/imgs/BeachRockVideo.mp4" ...
阅读全文Background(废话): 这两天为美化此博客V0.001版本,希望增加代码块功能。其中考虑到的就是现有的一些开源库,其中有一个重要的功能就是代码语法的高亮显示。查看一些大网站的页面的背后实现,不难发现SyntaxHighlighter利器以及一些基于JS的源代码编辑器,如(ACE, CodeMirror,Orien),本文在于收集一些资料查询中发现的不错的文章。 开始: 关于SyntaxHighlighter 官网介绍: http://code ...
阅读全文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 ...
阅读全文MvcUriComponentsBuilder 和 ControllerMethodInvocationInterceptor的解读 ControllerMethodInvocationInterceptor实现了CGLIB的MethodInterceptor,所以是CGLIB动态代理的方法拦截器,从命名来看是对Controller的方法做了争强。同时也实现了org.aopalliance.intercept.MethodInterceptor private ...
阅读全文网上的一些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 ...
阅读全文YAHOO.example.Data = { menu: { breakfasts: [ "donuts", "omelette", "pancakes", "yogurt" ], lunches: [ "burrito", "hamburg ...
阅读全文销售易 纷享销客 ...
阅读全文MySQL Connector for Java的学习传送门 MySQL Connector/j Examples MySQL Connector/J Release Notes Connector/J(JDBC) Reference 5.1 Driver/Datasource Class Names, URL Syntax and Configuration Properties for Connector/J &nbs ...
阅读全文http://www.w3.org/TR/DOM-Level-2-Events/events.html 1.1. Overview of the DOM Level 2 Event Model 1.1.1. Terminology 1.2. Description of event flow 1.2.1. Basic event flow 1.2.2. Event capture 1.2.3. Event bubbling ...
阅读全文SpringMVC中核心控制器DispatcherServlet接受请求后通过handlerMapping映射到一个HandlerExecutionChain 对象(包含一个 Handler 处理器对象、多个 HandlerInterceptor 拦截器)对象,通过这种策略模式,很容易添加新的映射策略。 处理器映射器有三种,三种可以共存,相互不影响,分别是BeanNameUrlHandlerMapping、SimpleUrlHandlerMapping和ControllerClassNam ...
阅读全文metadata design for reference CREATE TABLE NODETABLE ( ID NUMBER (10) NOT NULL, PARENTID NUMBER (10), DESCRIPTION VARCHAR2 (510) NOT NULL, OBJTYPE NUMBER (5), INHERIT NUMBER ...
阅读全文plantUML:http://plantuml.com/zh/class-diagram。 PlantUML是一个开源项目,支持快速绘制UML各类图表以及一些非UML图表。 plantText: https://www.planttext.com/ 是一个在线网站,可以用来设计UML以及生成代码。 UML图表有: 时序图 用例图 类图 活动图 组件图 状态图 对象图 部署图 定时图&n ...
阅读全文MySQLFull-Text Search功能学习摘要 全文搜索三种模式: 自然语言模式(Natural Language Full-Text Searches) 布尔模式(Boolean Full-Text Searches) 查询扩展模式(Full-Text Searches with Query Expansion) 使用全文搜索方法: #创建表格 CREATE TABLE FT_Supportable_Table (name ...
阅读全文从进入小程序的场景来看小程序的潜能。 转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/app-service/scene.html 场景值 基础库 1.1.0 开始支持,低版本需做兼容处理 当前支持的场景值有: 场景值ID 说明 1001 发现栏小程序主入口 100 ...
阅读全文在使用spring boot 来new一个springApplication时会读取classpath中的 META-INF/spring.factories中定义的Spring Factories. 比如ApplicationContextInitializers和ApplicationListeners. 下面是spring-boot-2.1.6.RELEASE.jar中默认的spring.factories # PropertySource Loaders org.spring ...
阅读全文