1,引入Spring测试jarspring-test-4.1.6.RELEASE2,单元测试Service如下:package com.order.service;import org.junit.Test;import org.junit.runner.RunWith;import org.spr...
分类:
编程语言 时间:
2015-05-12 22:54:18
阅读次数:
292
双网卡绑定实验环境:RHEL7.0#nmcliconnectionaddtypeteamcon-nameteam0ifnameteam0config‘{"runner":{"name":"activebackup"}}‘#nmcliconnectionshow#nmcliconnectionmodifyteam0ipv4.addresses192.168.254.88/24更改IP#nmcliconnectionmodifyteam0ipv4.methodmanual设置固定I..
分类:
其他好文 时间:
2015-05-10 01:11:15
阅读次数:
210
前期准备
下载heroku toolbelt工具
heroku login 命令登录,设置heroku的邮箱和密码
官方文档,使用jetty-runner部署java应用
Getting Started with Spring MVC Hibernate on Heroku (https://devcenter.heroku.com/articles/getting-started-with-spr...
分类:
编程语言 时间:
2015-05-05 21:57:55
阅读次数:
240
微软刚发布的Visual Studio Code还不支持安装扩展,没有内置的HTML预览功能。如果想要编辑HTML之后直接运行,可以?ctrl+shift+p?搜索?Configure Task Runner. 回车之后打开?tasks.json,修改一下: {
????...
分类:
Web程序 时间:
2015-05-05 17:01:56
阅读次数:
121
给用户安装下载引擎的时候,使用的mongodb库报错,查看了相关的文档后发现了问题所在,下面是运行时报的错误:
com.mongodb.MongoException: Runner error: Overflow sort stage buffered data usage of 33554466 bytes exceeds internal limit of 33554432 bytes
...
分类:
数据库 时间:
2015-05-05 16:28:24
阅读次数:
532
持续集成由以下环节组成:
代码版本库 (gitlab等)
CI 服务 (gitlab-ci/jenkins等 coordinator)
CI Runner...
分类:
其他好文 时间:
2015-05-05 12:36:11
阅读次数:
324
0. 前端自动化前端构建工具gulp - The streaming build systemgrunt - the JavaScript Task Runner前端模块管理器Bower - A package manager for the webBrowserifyComponentDuoReq...
分类:
其他好文 时间:
2015-05-05 10:23:41
阅读次数:
195
cocos2dx3.0之跑酷使用磁铁道具吸收金币cocos2dx30之跑酷使用磁铁道具吸收金币
原理
实现方法与关键代码
效果图转载请注明[http://write.blog.csdn.net/postedit?ref=toolbar]
在跑酷游戏中,我们常常需要有这么一个场景,runner 在跑酷的过程中可以吃金币,当他吃到一个磁铁道具的时候,此时屏幕范围内的所有金币都会朝着runner 飞过来...
分类:
其他好文 时间:
2015-04-25 12:14:16
阅读次数:
174
1.定义实现Runnable接口的线程类,步骤如下: (1)创建实现了Runnable接口的线程类Runner; (2)重写Runnable接口的run()方法,用于定义线程的运行体;(Runnable接口只有这一个方法) (3)实例化线程类Runner; (4)创建线程实例,并将线程类Ru...
分类:
编程语言 时间:
2015-04-13 00:06:50
阅读次数:
236
依赖管理工具--bower》自动安装依赖》组建之间的依赖检测》版本兼容性检测轻量级Server--http-server》简单 轻量级》基于NodeJs的Http接口单元测试--Karma jasmine》Karma跑测试用例的runner》jasmine 类似Java里的Junit,提供了一套语法...
分类:
Web程序 时间:
2015-04-10 10:55:51
阅读次数:
155