摘要: 用户提出的问题现象:我两天笔记本安装的都是win7 SP1系统,一台为64为一台为32位,网络环境是移动宽带通过D-Link路由器实现无线局域网,DHPC自动分配IP地址。每次打开IE或者Chrome亦或是需要连接网络的应用时都需要等待几十秒钟才有反应。 以IE浏览器为例,双击IE图标后需要等待十几... 阅读全文
posted @ 2015-12-18 15:36 goldenstones 阅读(623) 评论(0) 推荐(0) 编辑
摘要: var ajaxstate=false;//定义全局变量,通过这个变量来获得当前的ajax状态$(function(){ $(document).ajaxStart(function(){ $("#Con").html("数据加载中"); }).ajaxStop(f... 阅读全文
posted @ 2015-11-04 14:28 goldenstones 阅读(387) 评论(0) 推荐(0) 编辑
摘要: var projector = new THREE.Projector();var world_vector = new THREE.Vector3(0,0,1);var vector = projector.projectVector(world_vector, camera);var halfW... 阅读全文
posted @ 2015-10-21 09:51 goldenstones 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 乌徒帮发布的wordpress手机版和wordpress主程序相互呼应,不过否子戈想实现当用户用手机访问主站的时候出现进入手机版的提示,虽然可以通过CSS或javascript来实现,然而经过尝试,都不完美。为此,我专门查阅了一些资料,自己建立了一个php判断是否为手机浏览器的函数,用来实现上述目标 阅读全文
posted @ 2015-10-13 10:34 goldenstones 阅读(429) 评论(0) 推荐(0) 编辑
摘要: iphone6及iphone6plus已经出来一段时间了。很多移动端网站,以前写死body为320px的,现在估计也忙着做适配了。 大屏幕手机其实一直有,只是以前大家没怎么重视,移动端的H5页面大部分都以320px为基准宽度进行布局,那些大屏屌丝android用户也懒得去理,而现在iphone也搞起 阅读全文
posted @ 2015-10-13 10:30 goldenstones 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: Observe that you call obj.draw as : The first time obj.draw is called, the context is different than when it called by requestAnimationFramemultiple t 阅读全文
posted @ 2015-10-09 13:56 goldenstones 阅读(159) 评论(0) 推荐(0) 编辑
摘要: javascript模仿php 函数 trim ltrim rtrim,去除字符串两边空格或其他符号本文地址:js trim js php trim function trims(){ this.init = function(myarguments){ if(arguments... 阅读全文
posted @ 2015-10-08 11:08 goldenstones 阅读(478) 评论(1) 推荐(0) 编辑
摘要: //去除字符串头尾空格或指定字符String.prototype.Trim= function(c){ if(c==null||c=="") { var str= this.replace(/^/s*/, ''); var rg = //s/; ... 阅读全文
posted @ 2015-09-30 17:02 goldenstones 阅读(627) 评论(0) 推荐(0) 编辑
摘要: fromHow to position the camera so that the object always has the same pixel width and height on the screen?in your case is more likely dependent on th... 阅读全文
posted @ 2015-09-22 13:18 goldenstones 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 此款机器出厂预装win8系统,想要改装win7系统,需要先进入bios修改相关bios参数,方法如下:开机按F2,进入BIOSAUTHENTICATION项 SECURE BOOT 改为disabledBOOT OPTIONS项 LAUNCH CSM改为ALWAYSF10保存退出。重新开机即可看到开... 阅读全文
posted @ 2015-09-20 00:58 goldenstones 阅读(304) 评论(0) 推荐(0) 编辑