Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, pr.....
分类:
其他好文 时间:
2014-08-22 17:43:09
阅读次数:
157
工厂模式和简单工厂模式差不多,只不过将每一个分支判断变成了一个子工厂类 #include?<iostream>
using?namespace?std;
class?Product?{
????public:
????????Product(){}
????????~Pr...
分类:
其他好文 时间:
2014-08-22 14:41:09
阅读次数:
214
session1:
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Pr...
分类:
数据库 时间:
2014-08-22 12:59:58
阅读次数:
253
using UnityEngine;using System.Collections;public class CreateMap : MonoBehaviour { protected GameObject plane; protected GameObject cube; pr...
分类:
其他好文 时间:
2014-08-21 18:39:24
阅读次数:
194
遇到问题:
第一次从外部文件导入HelloWorld工程到workspace目录中,成功。
删除后,再次从外部导入workspace目录提示 Some projects cannot be imported because they already exist in the workspace
eclipse中删除HelloWorld工程时没有勾选Delete pr...
分类:
系统相关 时间:
2014-08-21 17:10:34
阅读次数:
218
源代码(.m文件)
#import "ZKJAppDelegate.h"
@interface
ZKJAppDelegate ()
@property (retain,nonatomic)
UIView *containView;
@property (retain,
nonatomic) UIButton *button;
@pr...
分类:
移动开发 时间:
2014-08-21 11:29:04
阅读次数:
427
Quoted from the https://www.kernel.org/doc/local/pr_debug.txtpr_debug() Some files call pr_debug(), which is ordinarily an empty macro that discard...
分类:
其他好文 时间:
2014-08-21 09:36:13
阅读次数:
240
#include
void fun(char *s, int *t)
{ int i, n;
n=0;
for(i=0; s[i] !=0; i++)
if(s[i]>='0'&&s[i]<= '9') n++;
*t=n ;
}
main()
{ char s[80]="abcdef35adgh3kjsdf7";
int t;
pr...
分类:
其他好文 时间:
2014-08-20 22:47:23
阅读次数:
289
Zjnu Stadium Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1631 Accepted Submission(s): 616 Pr...
分类:
其他好文 时间:
2014-08-20 15:51:12
阅读次数:
291
selenium2 提供了一种无ui模式的driver,即htmlunitdriver。特点运行比较快.其实htmlunitdriver 是对htmlunit 的封装,这样大家就可以使用自己习惯selenium2 语法来用它。设置HtmlUnitDriver代理及处理用户验证问题 Pr...
分类:
Web程序 时间:
2014-08-20 13:45:52
阅读次数:
252