Author: http://www.cnblogs.com/open-coder/p/3898159.html The light mapping effects between PC and Mobile become very incosistant just as following: With the same light maps, the left one is the Android Platform, and the right one is the PC Platform.…
判断pc还是mobile,重写click事件 var CLICK='click'; (function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os&qu…
废话少说,先贴上代码 html: <div id="main" class="masthead"> <div id="face_scan_camera" class="container blackbg" style="height:792px; "> <div style="width:1400px;margin:0 auto;"> <vide…
js 限制: <script type="text/javascript"> function uaredirect(f){try{if(document.getElementById("bdmark")!=null){return}var b=false;if(arguments[1]){var e=window.location.host;var a=window.location.href;if(isSubdomain(arguments[1],e…
<!--This only works in android mobile phone--><a href="geo:0,0?q=myaddress+encode)__" target="_blank"> Open Map,I am here. </a> <!--This works under iphone--> <a href="http://maps.apple.com/?q=myaddress+…
screen.width 无论把浏览器缩小还是放大,screen.width的值都不会改变,但是IE9及以上浏览器才支持这个属性. @media screen 媒体查询的巨大缺陷:切换页面布局的时候JS逻辑耦合 注意点: 移动端浏览器不会接触到IE7/IE8手机横竖screen.width都是屏幕竖着时候的宽度打开控制台,进入手机模式,此时,screen.width也会跟着一起变(记得刷新下页面) 只要我们确认了用户的屏幕尺寸,我们就可以在一开始就确定我们的[页面布局]以及所需要的[交互]. 代…
if ($http_user_agent ~* '(Android|webOS|iPhone|iPod|BlackBerry|vivo)') { set $mobile_request '1'; } = 严格匹配.如果这个查询匹配,那么将停止搜索并立即处理此请求. ~ 为区分大小写匹配(可用正则表达式) !~为区分大小写不匹配 ~* 为不区分大小写匹配(可用正则表达式) !~*为不区分大小写不匹配 ^~ 如果把这个前缀用于一个常规字符串,那么告诉nginx 如果路径匹配那么不测试正则表达式. 1…
在windows 系统中提供 RAPI.DLL,只需将RAPI.DLL中的,函数导出就可以实现文件拷贝.…
Unity5中lightmap的坑 http://blog.csdn.net/langresser_king/article/details/48914901 Unity中光照贴图一二坑及解决办法 http://www.tuicool.com/articles/Y7ZNrue [Unity Shaders]Shader中的光照 http://blog.csdn.net/candycat1992/article/details/42460959 [精]Unity 5 中的全局光照技术详解(建议收藏…
map的L属性:TANGRAM__1 map的F属性:[object Object] map的xa属性:[object HTMLDivElement] map的width属性:1340 map的height属性:0 map的offsetX属性:0 map的offsetY属性:0 map的platform属性:[object HTMLDivElement] map的Bd属性:[object HTMLDivElement] map的Gc属性:[object Object] map的De属性:[obj…