1:安装eclipse(不介绍)2:打开eclipse,然后 HELP->INSTALL NEW SOFTWARE->Add->LOCATION 输入以下网址:http://download.eclipse.org/tools/cdt/releases/galileopending后,把两个都打勾....
分类:
编程语言 时间:
2014-07-06 22:44:23
阅读次数:
319
var result = DataSummaryRepository.FindBy(x => x.UserID == argMemberNo && x.SummaryDate = argStarDate).OrderByDescending(x => x.SummaryDate).GroupBy(x...
分类:
其他好文 时间:
2014-07-06 22:09:09
阅读次数:
6084
//_roaldSearchTextif([roadTitleLab.text rangeOfString:@"格力"].location !=NSNotFound) NSLog(@"yes");else NSLog(@"no");
分类:
移动开发 时间:
2014-07-06 21:52:19
阅读次数:
253
示例html完整路径为:http://10.10.3.117:8500/html/ypt/index.htmlalert("document.location.href:"+document.location.href);描述:设置或返回主机名和当前URL的端口号结果:http://10.10.3....
分类:
其他好文 时间:
2014-07-06 19:55:58
阅读次数:
639
打开VMware系统时,出现错误“Invalid configuration file. File "I:/My Virtual Machines/Windows XP english Professional/Windows XP Professional.vmx" was created by ...
分类:
其他好文 时间:
2014-07-06 19:06:08
阅读次数:
175
微软近期Open的职位:Location: China, BeijingDivision: Operations System Group Engineering Group OverviewOSG is delivering flagship products in Microsoft. Chin...
分类:
移动开发 时间:
2014-07-06 16:18:51
阅读次数:
307
00使用递归编写一个十进制转换为二进制的函数(要求采用“取2取余”的方式,结果与调用bin()一样返回字符串形式)。def Dec2bin(n): result = '' if n: result = Dec2bin(n//2) return resu...
分类:
其他好文 时间:
2014-07-06 15:18:57
阅读次数:
306
---问题select owner,index_name,DEGREE from DBA_INDEXES where DEGREE>1 *ERROR at line 1:ORA-01722: invalid number--1 获取运行跟踪信息SQ...
分类:
其他好文 时间:
2014-07-06 13:41:04
阅读次数:
278
微软近期Open的职位:Location: China, BeijingDivision: Operations System Group Engineering Group OverviewOSG is delivering flagship products in Microsoft. Chin...
分类:
移动开发 时间:
2014-07-06 13:39:38
阅读次数:
283
iOS开发中常用的数学函数 /*---- 常用数学公式 ----*/ //指数运算 3^2 3^3 NSLog(@"结果 %.f", pow(3,2)); //result 9 NSLog(@"结果 %.f", pow(3,3)); ...
分类:
移动开发 时间:
2014-07-05 22:01:45
阅读次数:
390