码迷,mamicode.com
首页 >  
搜索关键字:error: xz compression not available    ( 2819个结果
JS兼容方式获取浏览器的宽度
//need to wait until onload so body is available window.onload = function(){ function getWindowWidth(){ if (window.innerWidth){ ret...
分类:Web程序   时间:2014-05-13 07:37:26    阅读次数:394
Reading vmstat in linux – Part 1
Linuxcomeswithmanytoolstoenableadministratorstoevaluatetheperformanceofasystem.Oneoftheseveryusefultoolsisvmstat.VmstatisavailableonmostunixdistributionsandisincludedbydefaultonmanymodernLinuxdistributions.AswithmostLinuxcommands,builtinhelpisavailableviath..
分类:系统相关   时间:2014-05-11 19:39:38    阅读次数:680
ios fix UIRefreshControl bug
NS_CLASS_AVAILABLE_IOS(6_0) UIRefreshControl 有个毛病有时会出bug 动画下拉就不动了,这里给出修复处理:@interface UICollectionView (FixRefreshControlJump)@end#import "UICollectio...
分类:移动开发   时间:2014-05-10 07:44:40    阅读次数:529
测试webservice的时候,如果出现这个错误:"The test form is only available for requests from the local machine"
测试webservice的时候,如果出现这个错误:"The test form is only available for requests from the local machine" 在web.config中加入以下配置,就可以解决问题。 也就是说,在默认情况下,...
分类:Web程序   时间:2014-05-10 02:24:13    阅读次数:352
Office Developer Tools for Visual Studio 2012现在可用了
[原文发表地址]Now Available: Office Developer Tools for Visual Studio 2012正如我以前写过的,我们正在为构建下一代Office和 SharePoint 应用程序而开发工具。这些工具表现为一种在线体验,即熟知的" Napa ",我们一直在每周...
分类:其他好文   时间:2014-05-09 19:24:50    阅读次数:342
iOS 中 为cagetory 添加属性
我们知道在iOS中cagetory里面只能添加方法,如果我们想添加属性就要用到<objc/runtime.h>中OBJC_EXPORTvoidobjc_setAssociatedObject(idobject,constvoid*key,idvalue,objc_AssociationPolicypolicy)__OSX_AVAILABLE_STARTING(__MAC_10_6,__IPHONE_3_1);OBJC_EXPORTidobj..
分类:移动开发   时间:2014-05-09 00:50:02    阅读次数:521
ios摇一摇功能
在 UIResponder中存在这么一套方法- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent*)event__OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_3_0);- (void)moti...
分类:移动开发   时间:2014-05-08 19:14:41    阅读次数:401
Visual Leak Detector(vld)无法显示内存泄露文件名与行号
使用VLD测有没内存泄露的时候,出现(File and line number not available): (Function name unavailable) 查看VS控制台,发现 已加载“C:/WINDOWS/system32/dbghelp.dll”  说明VS加载了WINDOWS的dll而不是最新的VLD的dbghelp.dll 解决方案: 只需把VLD 安装路径下...
分类:其他好文   时间:2014-05-08 15:41:04    阅读次数:354
字符串压缩性能
先上源码: 1 using System; 2 using System.Diagnostics; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Text; 6 7 namespace TestCompress 8....
分类:其他好文   时间:2014-05-08 07:04:16    阅读次数:360
使用 PVRTC 压缩格式创建纹理(Creating textures in the PVRTC compression format)
使用 PVRTC 压缩格式创建纹理(Creating textures in the PVRTC compression format)...
分类:其他好文   时间:2014-05-07 22:37:30    阅读次数:742
2819条   上一页 1 ... 279 280 281 282 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!