码迷,mamicode.com
首页 >  
搜索关键字:site page    ( 18196个结果
gzip压缩JavaScript
为了提高客户端的体验效果,RIA开发逐渐兴起。这样会项目中会充斥的大量的JavaScript代码,与此同时会消耗客户端浏览器性能。对于 Ext 实现的 one page one application ,对于外网访问也就产生了噩梦似的加载(除非你的网速足够快)。为了缓解(不是解决,从代码加载方面.....
分类:编程语言   时间:2014-07-18 17:08:46    阅读次数:284
MyEclipse8.5 无法安装ADT解决办法
打开MYECLIPSE.点击菜单栏的help ->my eclipse configure center .然后add site 指向https://dl-ssl.google.com/android/eclipse报错:Bad update sites com.genuitec.pulse2.cl...
分类:系统相关   时间:2014-07-18 16:37:08    阅读次数:293
debug note-- nginx php-fpm : Error:The page you are looking for is temporarily unavailable.
1.在ubuntu下安装配置nginx, mysql, php安装步骤:参考:https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-0...
分类:Web程序   时间:2014-07-18 16:29:36    阅读次数:302
javascript refresh page 几种页面刷新的方法
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand('Refresh')6 window.navigate...
分类:编程语言   时间:2014-07-18 16:15:24    阅读次数:219
javascript页面刷新的几种方法
javascript refresh page 几种页面刷新的方法本节内容:Javascript刷新当前页面的方法与实例。window.location.reload(),window.history.go(0)和document.execCommand(''Refresh''),这三个方法是最快速...
分类:编程语言   时间:2014-07-18 15:23:57    阅读次数:199
查找idt table 所對應的page table in Linux
#include #include #include #include #include #include #include #include #include #include #include #include #include MODULE_LICENSE("GPL");struct desc...
分类:系统相关   时间:2014-07-18 12:08:40    阅读次数:292
yii save model return id null
```php /** * Creates a new model. * If creation is successful, the browser will be redirected to the 'view' page. */ public function actionCreate()...
分类:其他好文   时间:2014-07-18 08:35:27    阅读次数:250
更改Innodb 数据页大小优化MySQL
更改Innodb 数据页大小优化MySQLhttp://www.mysqlsupport.cn/change_innodb_page_size/更改Innodb 数据页大小优化MySQL2009年12月13日Posted bywubx作者:吴炳锡 来源:http://www.mysqlsupport...
分类:数据库   时间:2014-07-18 08:34:00    阅读次数:289
Hadoop集群内lzo的安装与配置
LZO压缩,可分块并行处理,解压缩的效率也是可以的。为了配合部门hadoop平台测试,作者详细的介绍了如何在Hadoop平台下安装lzo所需要软件包:gcc、ant、lzo、lzo编码/解码器并配置lzo的文件:core-site.xml、mapred-site.xml。希望对大家有所帮助。以下是正...
分类:其他好文   时间:2014-07-17 22:01:19    阅读次数:876
从客户端中检测到有潜在危险的Request.Form值的解决方法
描述:从客户端中检测到有潜在危险的Request.Form值的解决方法asp.net 2.0 通常解决办法将.aspx文件中的page项添加ValidateRequest="false"或者修改配置文件
分类:其他好文   时间:2014-07-17 17:30:19    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!