随笔-157  评论-68  文章-0  trackbacks-0
12 2011 档案
in order to continue installation,please close the following application;
摘要: 在mac os x 10.6.8 安装 xcode4.0.1 提示 in order to continue installation,please close the following application;操作方法:应用程序-实用工具-活动监视器 找到iTunesHelper进程杀掉阅读全文
posted @ 2011-12-29 17:02 freexiaoyu 阅读(46) | 评论 (0) 编辑
提示找不到 C:\Program Files\VMware\dndlogs\dndlog.conf
摘要: 提示找不到 C:\Program Files\VMware\dndlogs\dndlog.conf打到相应目录新创建一个记事本文件把文件名改为 dndlog.conf 就可以了。阅读全文
posted @ 2011-12-27 22:36 freexiaoyu 阅读(209) | 评论 (0) 编辑
不支持mac os x软件虚拟化。要运行mac os x,您需要主机VMware workstation支持硬
摘要: 我用的是 lenovo V460 出现这个问题,要在bios 设置,进入bios后选择Configuration-->intel virtual Technology 选择Enabled,按F10保存退出阅读全文
posted @ 2011-12-27 22:35 freexiaoyu 阅读(271) | 评论 (0) 编辑
HubbleDotNet 基本语法
摘要: 去重[Distinct('ComID')]select top 100 * from job_jobComID类型必须设置为Untokenized分组显示[GroupBy('Count', '*', 'ComID', 10)]select top 10 * from job_job order by score desc第一个参数表示采用什么统计函数,目前只支持 Count,以后还会增加 Sum, AVG 等等。第二个参数为统计函数参数,填* ,相当于 count(*)第三个参数为要统计的字段名,Group By 字段必须为 un阅读全文
posted @ 2011-12-02 11:26 freexiaoyu 阅读(39) | 评论 (0) 编辑