码迷,mamicode.com
首页 >  
搜索关键字:tiles    ( 240个结果
box2d——2.加入鼠标关节MouseJoint和box2d基础概念
上一节加入了tiles积木,但不能进行鼠标操作。以下加入鼠标相关的控制。 【加入鼠标关节】 b2MouseJoint *mMouseJoint 【处理按键响应】 设置开启触屏之类的就不说了。在触屏開始的时候要查询相交的形状,依据其夹具fixture获得物体。然后创建它与地面间的鼠标关节。 bool ...
分类:其他好文   时间:2017-04-30 18:37:04    阅读次数:190
struts2 maven整合tiles3
最新项目发现使用tiles能够很好的将多个页面组合起来,以下就是配置信息,使用tiles3 1、首先配置maven pom.xml加入例如以下: <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles3- ...
分类:其他好文   时间:2017-04-29 18:45:06    阅读次数:158
win8 tiles风格标签插件jquery.wordbox.js
http://www.html580.com/12180 jquery.wordbox.js轻松实现win8瓦片tiles式风格标签插件,只需要调用JS就能轻松实现瓦片菜单,自定义菜单背景颜色,支持响应式设计。 var titles = ['JavaScript', 'CSS', 'HTML', ' ...
分类:数据库   时间:2017-04-29 10:57:09    阅读次数:193
Cesium 对3d-tiles分支编译 gulp npm nodejs
目前互联网能搜索到关于3d-tiles编译的学习资料有如下两个 http://blog.csdn.net/huapenguag/article/details/54137663 http://blog.csdn.net/as320qqw/article/details/60573593 看上去要弄好 ...
分类:Web程序   时间:2017-04-17 00:24:27    阅读次数:307
SPOJ LEXSTR 并查集
题目描述: Taplu and Abhishar loved playing scrabble. One day they thought of inventing a new game using alphabet tiles. Abhishar wrote a string using tile ...
分类:其他好文   时间:2017-03-04 11:34:54    阅读次数:275
[USACO07OCT]障碍路线Obstacle Course
题目描述 Consider an N x N (1 <= N <= 100) square field composed of 1 by 1 tiles. Some of these tiles are impassible by cows and are marked with an 'x' in ...
分类:其他好文   时间:2017-03-01 21:03:06    阅读次数:398
天地图常用WMTS配置参数
wmts常用参数 var matrixIds = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19',' ...
分类:其他好文   时间:2017-01-19 14:01:02    阅读次数:2653
Tiles & SiteMesh
Tiles & SiteMesh 这两天在给公司的新项目搭框架,在配tiles框架的时候发现一个小问题: 比如开发团队一共5人,每人10个页面,如果按照简单的tiles框架配置方法,每个<definition/>中都会产生很多重复 的<put name="top" value="xxx.jsp"/> ...
分类:其他好文   时间:2016-12-15 14:33:47    阅读次数:190
Referenced file contains errors (http://tiles.apache.org/dtds/tiles-config_3_0.dtd)
java开发时遇到的问题,之前还是好好的,没有错误提示。可是今天一打开项目就出现这种问题。真不知道是怎么回事,在这里求助。错误如下: Referenced file contains errors (http://tiles.apache.org/dtds/tiles-config_3_0.dtd) ...
分类:Web程序   时间:2016-12-08 23:23:58    阅读次数:399
挑战程序2.1.4 穷竭搜索>>深度优先搜索 练习题 POJ1979黑与红
http://poj.org/problem?id=1979 Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is ...
分类:其他好文   时间:2016-12-07 20:03:53    阅读次数:304
240条   上一页 1 ... 7 8 9 10 11 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!