RabbitMQ RabbitMQ 是一个由 Erlang 语言开发的 AMQP 的开源实现。最初起源于金融系统,用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。 消息队列 先从基础开始...
快速构建工程 使用官方提供的Spring Initializr,来快速生成Spring boot应用骨架 打开网址:https://start.spring.io/ 搜索并添加依赖 生成并下载 Web 核心依赖包 <dependency> <groupId>o...
重定向 302重定向 @GetMapping(value = "redirect") public void redirect(HttpServletResponse response) throws IOException { response.sendRedirect("http://www.baidu.com"); } 控...
很简单…… 打包的时候,在MANIFEST中加入一个. Manifest-Version: 1.0 Class-Path: . commons-collections4-4.1.jar xmlbeans-2.6.0.jar objenesi s-2.1.jar jconsole.jar jackson-core-2...
代码打成Jar之后,要如何进行Debug呢? 下面以 IDEA 来例进行说明: 1、在IntelliJ IDEA的run/debug configuration中增加一个remote类型的配置 2、以以下方式来启动 Jar包 $java -Xdebug -X...
标题 #IDE选择了WebStorm 解决import时can not resolve symbol的问题 需要做个配置 智能提示&代码块 ReactNative-LiveTemplate jetbrains-react #0.39.1bug 用0.38先,等待官方修复 react-na...
Apache Shiro是Java的一个安全框架,也是我第一个使用的Java安全框架。在我的入门级开源项目JFinal-Paladin中,我进行了一些实践,总体感觉还是非常棒的,该考虑到的都感觉已经考虑到。对比之...
##【安装】 brew install mysql 下载完成以后需要编译,此时需要占用很大的cpu,风扇会狂叫,没事,完了就好 #使用 【启动】 sudo mysql.server start 此时可能会报错: Starting MySQL ....
By far the easiest way to install and configure an Apache Tomcat server on a mac is using thehomebrew package management suite. If you’re not already using homebrew, you should...
#当年第一天: SELECT DATE_SUB(CURDATE(),INTERVAL dayofyear(now())-1 DAY); #当年最后一天: SELECT concat(YEAR(now()),'-12-31'); #当前week的第一天: select date_sub(curdate(...
%a -- 表示礼拜几,英文缩写形式,比如“Fri” %A -- 表示礼拜几,比如“Friday” %b -- 表示几月份,英文缩写形式,比如“Oct” %B -- 表示几月份,“October” %c -- 标准的日期+时间格式...
IOS的问题比较少,直接使用客户端同事给出的字体名称就可以直接使用 { fontFamily: 'customFont' } 这个字体名称是他们在外层客户端里面已经打包好了的,我可以直接通过名称调用 自己打包字体...
Data-only containers are a pattern for managing your docker volumes with containers instead of manually with host-mounted volumes. For more info on the pattern, see Data-only co...
http://git.oschina.net/zx0211/zx_docker ------------------ 2015-11-15 做的比较基础。其实镜像构建好了,多容器应用使用docker-compose进行组织启动,比较方便。 ------------------ 201...
I've been working quite a bit with Docker these last few weeks and one thing that I found really annoying was all these unused containers and images taking up precious disk spac...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复