Chuck嘅部落格

Simple is the best

先废话几句: Mac下除了uTorrent还有Transmission这样一个强大的PT下载工具 不过嘛,和ut一样,IP的过滤成为某些限制V4流量的童鞋关心的问题 Transmission的IP过滤所用原理和ut类似,但那个blocklist实在是让人难以理解啊。。。 本帖...

发布 3 条评论

You want to use -[NSTask setStandardOutput:] to attach an NSPipe to the task before launching it. A pipe holds two file handles, the task will write to one end of the pipe, and you'll read from the other. You can sche...

发布 0 条评论

最近不知道学校搞了啥,mac老获取不到正确的IPV6地址 根据google的结果自己修改了一下: 2402:f000:1:1501:200:5efe: 为清华IPV6的前缀,其他按照自己的前缀改吧~ #!/bin/sh #清除IPV6路由表 sudo route delete -inet6 default EN0_IP...

发布 5 条评论

前几天安装了2.0更新后,发现硬盘少了8G文件,想想肯定是休眠文件又回来了,但是禁用&删除安全休眠文件的老方法不管用了,重启后文件又会出现,故谷歌到变相的解决方法 打开终端(应用程序—实用工具—终端) 分别执行以下命令: 1...

发布 0 条评论

一次设置,再也不用输了,自我感觉挺方便哈~         下载地址:[download id="3"] Open Source at GitHub:http://github.com/gischuck/iThuInfo

发布 0 条评论

1.编码 : NSStringEncoding enc = CFStringConvertEncodingToNSStringEncoding (kCFStringEncodingGB_18030_2000); //GB2312,GBK NSISOLatin1StringEncoding NSUTF8StringEncoding等 2.截取字符串 substringWithRange substringToInde...

发布 0 条评论

ios中的菊花加载实在是经典,当然在mac系统下必须也有吧。                           调用起来真是easy的说 不许转: [[selfmainWinprogressIndicator] stopAni...

发布 0 条评论

NSString *js1 = [NSStringstringWithFormat:@"alert('a'); ""]; [[selfexWebViewer] stringByEvaluatingJavaScriptFromString: js1]; 太简单了哇

发布 0 条评论

效果如图所示: 最左边的蓝色方块怎么添加咧? 很简单的几行: NSStatusItem *_statusItem = [[NSStatusBarsystemStatusBar] statusItemWithLength:NSVariableStatusItemLength]; [_statusItemsetImage:[NSImag...

发布 0 条评论