码迷,mamicode.com
首页 >  
搜索关键字:mginx location    ( 8134个结果
类似拼图游戏设计
客户端设计 1、如何绘制? 分上下两层,下层为最终图片,上层尺寸和下层一致,并将上层分割为 m 行 n 列的方格。 2、方格位置如何设定? m 行 n 列的方格,设定左上角坐标为(0,0),那么最右下角坐标为( (m-1) , (n-1) )。 3、如何定义方格对象,及方格拥有什么方法和属性? 方格Pane有4个属性: location...
分类:其他好文   时间:2014-07-26 15:25:22    阅读次数:227
Eclipse3.6+Blazeds+Flex4.6启动tomcat报错
在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
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'.
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
Handle URL anchor change event in js 监控地址栏里面的#后面
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
d4_Pointers(指针)
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 Case语句中多个值匹配同一个代码块的写法
switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case ...
分类:其他好文   时间:2014-07-24 04:59:28    阅读次数:292
android 三种定位方式
最近在看android关于定位的方式,查了很多资料,也做了相关实验,在手机上做了测试,下面总结:一共有三种定位方式,一种是GPS,一种是通过网络的方式,一种则是在基于基站的方式,但是,不管哪种方式,都需要开启网络或者GPS首先添加权限 在COARSE_LOCATION是用于基站定位的...
分类:移动开发   时间:2014-07-23 20:41:45    阅读次数:278
nginx下 使用CI
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
JS 获取url参数
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
JS 微信判断及分享参数修改
var iswechat = (window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger');var cloc = location.href.replace(/^#/, "").repl...
分类:微信   时间:2014-07-23 12:52:06    阅读次数:4522
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!