客户端设计
1、如何绘制?
分上下两层,下层为最终图片,上层尺寸和下层一致,并将上层分割为 m 行 n 列的方格。
2、方格位置如何设定?
m 行 n 列的方格,设定左上角坐标为(0,0),那么最右下角坐标为( (m-1) , (n-1) )。
3、如何定义方格对象,及方格拥有什么方法和属性?
方格Pane有4个属性:
location...
分类:
其他好文 时间:
2014-07-26 15:25:22
阅读次数:
227
在eclipse中启动tomcat时出现Settingproperty‘source‘to‘org.eclipse.jst.jee.server:你的站点名‘didnotfindamatchingproperty错误解决办法:1、在server控制台内,在服务器上点右键--属性2、general选项卡中点switchlocation这时,location变为:/servers/tomcat6.0serveratloc..
分类:
系统相关 时间:
2014-07-26 03:18:07
阅读次数:
326
Description Resource Path Location Type
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'. See Error Log for more details applicationContext.xml
maven在管...
分类:
编程语言 时间:
2014-07-26 02:22:46
阅读次数:
224
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:
Web程序 时间:
2014-07-24 12:31:35
阅读次数:
289
Pointers * Pointers are variables * Pointers store only address of the memory location. they do not store a value. * Pointers are declared like :- int...
分类:
其他好文 时间:
2014-07-24 12:09:05
阅读次数:
288
switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case ...
分类:
其他好文 时间:
2014-07-24 04:59:28
阅读次数:
292
最近在看android关于定位的方式,查了很多资料,也做了相关实验,在手机上做了测试,下面总结:一共有三种定位方式,一种是GPS,一种是通过网络的方式,一种则是在基于基站的方式,但是,不管哪种方式,都需要开启网络或者GPS首先添加权限 在COARSE_LOCATION是用于基站定位的...
分类:
移动开发 时间:
2014-07-23 20:41:45
阅读次数:
278
nginx 默认不支持PATH_INFO 那么不能正常使用CI。 更改nginx.conf 配置 server { listen 80; server_name localhost; index index.php index.html index.htm; root /Users/renfrank/Sites/; location ~ \.php{ fa...
分类:
其他好文 时间:
2014-07-23 14:01:36
阅读次数:
243
function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); ...
分类:
Web程序 时间:
2014-07-23 13:00:46
阅读次数:
204
var iswechat = (window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger');var cloc = location.href.replace(/^#/, "").repl...
分类:
微信 时间:
2014-07-23 12:52:06
阅读次数:
4522