/*
*Copyright (c) 2013, 烟台大学计算机学院
* All rights reserved.
* 作 者:马广明
* 完成日期:2014 年 5 月 18 日
* 版 本 号:v1.0
* 问题描述:摩托车继承自行车和机动车
*/
#include
#include
#include
using namespace std;
enum vehi...
分类:
其他好文 时间:
2014-06-05 01:49:51
阅读次数:
319
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by
platform that can be used by application to do bandwidth management optimizat...
分类:
其他好文 时间:
2014-06-03 04:54:35
阅读次数:
262
写一份赏心悦目的工程文档,是很困难的事情。若想写得完善,不仅得用对工具(use the right
tools),注重文笔,还得投入大把时间,真心是一件难度颇高的事情。但,若是真写好了,也是善莫大焉:既可让人明白「为何如此设计」,即「知其然更知其所以然」;也能剥离一些琐碎的细节,让更多没那么多时间与...
分类:
数据库 时间:
2014-06-02 21:24:16
阅读次数:
486
了解一下什么是Jbpm及特点。jBPM,全称是Java Business Process
Management,是一种基于J2EE的轻量级工作流管理系统。jBPM是公开源代码项目,它使用要遵循Apache
License。jBPM在2004年10月18日,发布了2.0版本,并在同一天加入了JBoss...
分类:
其他好文 时间:
2014-06-02 09:41:30
阅读次数:
234
LWTViewController.h//// LWTViewController.h//
tableView练习 -- QQ好友列表//// Created by apple on 14-6-1.// Copyright (c) 2014年 lwt.
All rights reserved...
分类:
其他好文 时间:
2014-06-02 09:16:34
阅读次数:
313
一、函数指针
//
// main.c
// L01Helloc
//
// Created by zj on 14-6-1.
// Copyright (c) 2014年 zj. All rights reserved.
//
#include
void sayHello(){
printf("Helloc C\n");
}
void sayHello1(int i){...
分类:
其他好文 时间:
2014-06-01 15:48:23
阅读次数:
261
H:/0730/00_多线程4种售票_ViewController.h//
// ViewController.h
// 卖票
//
// Created by apple on 13-7-29.
// Copyright (c) 2013年 itcast. All rights reserved.
//
#import
@interface ViewController : UIV...
分类:
移动开发 时间:
2014-06-01 15:05:19
阅读次数:
397
[root@localhost ~]# su - oracle
[oracle@localhost ~]$ sqlplus '/as sysdba'
SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 22 17:10:52 2014
Copyright (c) 1982, 2009, Oracle. All rights re...
分类:
数据库 时间:
2014-06-01 09:02:31
阅读次数:
802
Configuring Oracle Database for Shared
ServerStepsInitialization Parameters for Shared ServerMemory Management for
Shared ServerEnabling Shared Server...
分类:
其他好文 时间:
2014-05-31 20:54:21
阅读次数:
277
Windows服务大家都不陌生,Windows服务组的概念,貌似MS并没有这个说法。作为一名软件开发者,我们的机器上安装有各种开发工具,伴随着各种相关服务。Visual
Studio可以不打开,SqlServer Management Studio可以不打开,但是SqlServer服务却默认开启了。...