码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Input/output subsystem having an integrated advanced programmable interrupt controller for use in a personal computer
A computer system is described having one or more host processors, a host chipset and an input/output (I/O) subsystem. The host processors are connect...
分类:其他好文   时间:2014-09-09 22:53:09    阅读次数:370
WP8.1 页面跳转,overwrite后退键
In 8.1 we use the below code to navigate between pages:this.Frame.Navigate(typeof(PivotPage));In 8.1 we need to use the event to add hardware back eve...
分类:其他好文   时间:2014-09-09 22:43:59    阅读次数:226
C++ vector长度扩展机制的探究
源起: C++ Primer 第五版,Exercise 9.38 Write a program to explorer how vectors grow in the library you use. 环境: WIN 7 + VS 2008 32bit 测试代码: #include #include #include using namespace std; ...
分类:编程语言   时间:2014-09-09 21:34:39    阅读次数:432
精读《javascript高级程序设计》笔记一——基本概念
语法严格模式 启用严格模式,在脚本顶部或函数内部上方添加"use strict";语句.数据类型typeoftypeof返回undifined,boolean,number,string,object,function六种字符串,typeof null会返回"object".数据类型包括六种:und...
分类:编程语言   时间:2014-09-09 20:07:39    阅读次数:205
UML用例图之间的关系
在画用例图的时候,理清用例之间的关系是重点。用例的关系有泛化(generalization)、扩展(extend)和包含(include)。其中include和extend最易混淆。下面我们结合实例彻底理清三者的关系。 基本概念用例图(Use Case Diagram):用例图显示谁是相关的用户,用...
分类:其他好文   时间:2014-09-09 17:48:49    阅读次数:140
游标的使用
1 USE [Dashboard_REL] 2 GO 3 /****** Object: StoredProcedure [dbo].[PUB_IMPORT_FEATURE_LINK_TSHARP_PROC] Script Date: 09/09/2014 10:17:30 ****...
分类:其他好文   时间:2014-09-09 17:36:49    阅读次数:256
Windows一款快速编辑环境变量的工具
百度搜索rappideeAbout Rapid Environment EditorRapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and re...
分类:Windows程序   时间:2014-09-09 15:57:38    阅读次数:277
mongodb常用操作方法
成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操作。输入help可以看到基本操作命令,只是MongoDB没有创建数据库的命令,但有类似的命令如:如果你想创建一个“myTest”的数据库,先运行use myTest命令,之后就做一些操作(如:db.createCo...
分类:数据库   时间:2014-09-09 15:39:48    阅读次数:405
dos下连接mysql,显示表结构
C:\Windows\system32>mysql -hlocalhoset -uroot -pEnter password: *****mysql> use sshDatabase changedmysql> show tables;+----------------+| Tables_in_ss...
分类:数据库   时间:2014-09-09 15:38:18    阅读次数:225
Pascal's Triangle II <leetcode>
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-09-09 15:07:48    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!