码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Ubuntu 下matlab 查看memory函数
function checkmemory%Copyright (c) 2014,Lv Qi%All rights reserved.%%Redistribution and use in source and binary forms, with or without modification, a...
分类:其他好文   时间:2014-05-10 20:07:52    阅读次数:413
make it clear how to use const in C++
1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const featureto it.2.nothing found on...
分类:编程语言   时间:2014-05-06 00:38:25    阅读次数:361
TAR 命令
Create linux tar gz (Gzip)archive (创建压缩文件)tar -czvf myarchive.tgz mydirectory/We use the -t option to create an linux tar archivec– Creates a new .ta....
分类:其他好文   时间:2014-05-05 23:41:27    阅读次数:403
机房收费系统——UML用例图
用例图(Use Case Diagram)是由软件需求分析到最终实现的第一步,说明的是谁要使用系统,以及他们使用该系统可以做些什么,是九种图里面最为基础且非常重要的一张图。     用例图包括3方面内容:       1.参与者(Actor);       2.用例(Use Case);       3.参与者、用例之间的关系:关联关系、泛化关系、包含关系、扩展关系等; 参与者(Ac...
分类:其他好文   时间:2014-05-05 12:55:03    阅读次数:326
SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数
原文:SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数SQLSERVER中的ALL、PERCENT、CUBE关键字、ROLLUP关键字和GROUPING函数先来创建一个测试表 1 USE [tempdb] 2 GO 3 4 CREATE TABL...
分类:数据库   时间:2014-05-05 11:17:30    阅读次数:575
openfire LDAP Guide
LDAP Guide? Back to documentation indexIntroductionThis document details how to configure your Openfire installation to use an external directory such...
分类:其他好文   时间:2014-05-04 20:53:28    阅读次数:712
mysql空值处理,从没尝试过的sql语句
String sql = "update kbr_user k set increment = ifnull(k.increment,0) + " + increment + ",integral = ifnull(k.integral,0) + " + integral + " where use...
分类:数据库   时间:2014-05-04 19:55:31    阅读次数:341
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
How To use RHEVM Command Line?
本文简单的描述下如何连接rhevshell以及简单的使用。关于更详细的用法请参考官方文档。1、如何连接到rhevm?要想连接到rhevm,必须拥有一个有效的证书。此证书一般安装完rhevm后会自动产生。下面是如何获取到证书。[root@rhevm~]#wget-Orhevm.cerhttp://rhevm.xzxj.edu.cn/ca.c..
分类:其他好文   时间:2014-05-04 17:01:55    阅读次数:376
需求用例分析之异常流
问题的引出 备选流,又称备选事件流,英文是Alternative Flow。在RUP和UML中,备选流的解释如下:备选事件流包括与正常行为相关的可选或异常特征的行为,同时也包括正常行为的各种变形。您可以将备选事件流看作是基本事件流的“绕行道”,有些备选事件流将返回到基本事件流,而有些将结束此用例的执行。  分析RUP对于备选流的定义,可以看到备选流可以分成两类: 1,不同做法但仍然达成用...
分类:其他好文   时间:2014-05-03 20:58:37    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!