1. 在使用IDEA开发Spring Boot application时,如果使用Devtools依赖包时,可以配置automake来实现文件修改后自动build,deploy并不手动重启server的情况下测试改动。配置如下: 1) create Spring Boot project with SB V1.3 and add "Devtools" (1*) to dependencies 2) invoke Help->Find Action... and t ...

    阅读全文
  2. 证书申请(腾讯云) 申请地址:https://buy.cloud.tencent.com/ssl?fromSource=ssl 申请时可以选择手动DNS验证 手动 DNS 验证 登录 SSL 证书管理控制台。 在 “证书列表” 页面,选择待查看证书详情的域名型证书 ID,进入 “证书详情” 页面。如下图所示: 添加解析记录。 若您的域名(例如 www.domain. ...

    阅读全文
  3. php配置xdebug2016-12-03

    如何配置xdebug? 首先根据phpinfo的输出,复制到xdebug.org/wizard.php中分析环境配置。如下: XDEBUG EXTENSION FOR PHP | DOCUMENTATION | INSTALLATION home | updates | download | documentation | contributing | license | support | issue tracker If you like Xdebug, pleas ...

    阅读全文
  4. Spring Tools2019-06-21

    https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you ...

    阅读全文
  5. ant官方文档:http://ant.apache.org/manual/index.html  filter: Sets a token filter for this project, or reads multiple token filters from a specified file and sets these as filters. Token filters are used by all tasks that perform file-copying op ...

    阅读全文
  6. 现代javascript有很多方法,这里列出一些常用方法: 方法一: 通过console.log()来打印调试信息。 (需要浏览器支持,不过大部分浏览器都支持。) SMART.utils.LOG = new SmartUtils.Class(); SMART.utils.LOG.extend({ DEBUG:0, INFO:1, ERROR:2, _level:2, _status:0, init: function(){ this._ ...

    阅读全文
  7. 52220

    在制作响应式页面是Less非常简单和实用,语法和使用方法都可以参考官网文档和中文教程。 本文简单提要学习摘录: Less最重要的几个概念:变量,样式扩展和混合 变量的主要几个作用: 用来定义CSS规则的属性值 用来定义选择器的名称 用来定义URL 用来定义变量使用在import语句中 用来定义属性的名称 甚至可以用来定义另一个变量的名称 使用变量的时候要以下注意点: 可以Lazy Load, 即定义申明的书写位置可以在实际引 ...

    阅读全文
  8. 根据 https://github.com/nvm-sh/nvm 安装NVM时(Mac环境),安装完后执行nvm ls-remote返回N/A. (应该列出remote的nodejs版本信息)。 这是我的网络环境使用了proxy,设置代理后解决问题。 export http_proxy=http://proxyhost:port export https_proxy=http://proxyhost:port 这是我的case, 其他原因可以参考htt ...

    阅读全文
  9. Business analysts don't always receive formal training or specific guidelines to let them know when they have produced "good" requirements. This foundation seminar provides proven, trusted methods for identifying, analyzing, specifying ...

    阅读全文
  10. 问题:eclipsephp打开某个workspace时hang住,不能打开eclipse. 能成功打开其他workspace. 解决方法: 1. 查看log.  进入该workspace文件夹->.metadata->.log !ENTRY org.eclipse.core.resources 2 10035 2018-05-05 15:00:29.044 10 !MESSAGE The workspace exited with unsaved ...

    阅读全文
  11. 51560

    QQ互联通过OAuth协议来实现,本文基于OAuth2.0整理。 QQ互联提供了OAuth协议的介绍:http://wiki.connect.qq.com/oauth2-0%E7%AE%80%E4%BB%8B OAuth2.0认证的过程大致如下: 用户在访问网站上点击QQ登录字样后,发起一个网站请求,网站跳转到QQ官方提供的一个oauth2.0认证的网址,格式如下: https://graph.qq.com/oauth2.0/authorize?response ...

    阅读全文
  12. java中日期(Date),时区(TimeZone),夏令时(daylight)以及地区(Locale),日历(Calendar), DateFormat,fasttime之间的关系整理,以及一些开源的Utils工具类。 java的Calendar, TimeZone都是抽象类。具体的子类有GregorianCalendar, JuliaCalendar和JapaneseImperialCalendar以及SimpleTimeZone。有待某位国人来写个Chinese Lunar Cale ...

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

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

    阅读全文
  15. 文件管理时对文档进行版本管控,文件的签入签出对应生成文件夹的版本。文件和附件都存放在文件夹中。 1.文件夹操作 PLM 系统自动管理附件文件的存储和检索。 1.1 什么是文件夹? 附件文件存储在 Agile 文件保险柜中,保险柜中的每个附件文件都与编号了的 Agile 文件夹对象相关联。这个概念类似于纸质文件的整理和存储方式:将文件分类到文件夹中,标记或编号文件夹,然后将它们存放在文件柜中。主要有两种文件夹:普通文件夹和设计文件夹。 附件文件、文件夹和业务对象之间的 ...

    阅读全文
  16. Written on 2013/04/17 at 11:49 作者:NoahLu   OAuth 2.0 实用指南 归档于网站建设5 条评论   接着昨天的内容 OAuth的其实今生 说一下OAuth 2.0的事,OAuth 2.0的草案原本在2010年就会定稿,由于存在分歧,又经过三年的不断变更,当时草案的首席编辑伊兰(昨天提到写博客喷OAuth 2.0的人)渐渐发现OAuth 2.0已经被改得烂透了:复杂不说还没用 ...

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

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

    阅读全文
  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. 本文基数百度收索和stackoverflow收索相关文章总结摘要。 百度“人工智能常用算法”会找到这篇博客以及类似的摘要。 这里是文章转载,以供参考。 深度学习框架 http://www.tensorflow.org http://caffe.berkeleyvision.org http://www.deeplearning.net/software/theano/ http://torch.ch http://torch. ...

    阅读全文