个人简介

Echo Blog


江湖无名 安心练剑
  • Vue-03-vue.js 的安装方式
    传统方式 直接下载 vue.min.js,然后通过 script 标签引入。 使用 CDN 方法 以下推荐国外比较稳定的两个 CDN,国内还没发现哪一家比较好,目前还是建议下载到本地。 Staticfile CDN(国内) : https://cdn.staticfile.org/vue/2.2.2/vue.min.js unpkg:https://unpkg.com/vue/di...
    2017-09-04 12:38:53 | Vue
  • Vue-02-系列学习之 vue.js 是什么?
    Vue.js Vue.js(读音 /vjuː/, 类似于 view) 是一套构建用户界面的渐进式框架。 Vue 只关注视图层, 采用自底向上增量开发的设计。 Vue 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件。 Vue 学习起来非常简单,本教程基于 Vue 2.1.8 版本测试。 知识储备 阅读本教程前,您需要了解的知识: HTML ...
    2017-09-04 12:38:53 | Vue
  • Vue-01-vue 简单介绍
    Vue Vue.js 是一套构建用户界面的渐进式框架。 Vue 的核心库只关注视图层,它不仅易于上手,还便于与第三方库或既有项目整合。 当与单文件组件和 Vue 生态系统支持的库结合使用时,Vue 也完全能够为复杂的单页应用程序提供驱动。 对比 对比其他框架 Quick Start Hello World instal...
    2017-09-04 12:38:53 | Vue
  • Single Page Routing
    Single Page Routing 单页应用有那些优缺点 我觉得只要够酷,就值得一试。 Page.js Page.js Tiny ~1200 byte Express-inspired client-side router. Director.js Director.js is a tiny and isomorphic URL router for JavaScript...
    2017-09-04 11:50:21 | UI
  • Spring PackageScan
    缘起 近期在写对于文档的扫描项目。想到 spring 的包扫描,觉得可以借鉴。 SpringMVC 源代码深度解析(context:component-scan)(扫描和注册的注解Bean) 下面的内容就是和上面文章是一样的,主要是理解一下过程。 将来打算在项目中使用。 component-scan Usage usage 对于扫描包配置的常见使用。 <...
    2017-09-03 11:42:19 | Spring
  • Baidu Pan
    Pip baidupcsapi 的安装用到了 pip 命令行。 mac 下安装pip 运行 $ sudo easy_install pip 日志如下 Searching for pip Reading https://pypi.python.org/simple/pip/ Best match: pip 9.0.1 Downloading https://pypi....
    2017-09-03 10:14:11 | Baidu
  • Jasypt
    Jasypt Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how crypt...
    2017-09-02 01:15:18 | Java
  • Spring Property 03- PropertyPlaceholderConfigurer 源码分析
    拓展 后续 PropertySourcesPlaceholderConfigurer PropertyPlaceholderConfigurer 类 类定义 public class PropertyPlaceholderConfigurer extends PlaceholderConfigurerSupport { 继承自 PlaceholderConfigurerSupp...
    2017-09-01 14:17:36 | Spring