码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
73. Set Matrix Zeroes? (Graph)
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.Follow up: Did you use extra space?A straight forward sol...
分类:其他好文   时间:2015-10-04 17:14:04    阅读次数:176
Mysql
1????? Mysql的基本语法 1.1??? 连接数据库 语法:mysql –u用户名 –p密码(千万不能在后面加分号) 1.2??? 查看所有数据库 语法: show databases; 1.3??? 选择某个数据库 语法:use 数据库名; 1...
分类:数据库   时间:2015-10-04 12:30:27    阅读次数:213
SQL 注意事项
——————-选择表名 配置Ctrl+3 能够select * 桌 USE [NB] GO /* 物: StoredProcedure [dbo].[SP_Select] 脚本日期: 05/28/2015 21:46:25 */ SET ANSI_NULLS ON GO S...
分类:数据库   时间:2015-10-04 12:17:49    阅读次数:253
How to use linux
1. VMtool >> only use mode >> svga log2. sougou >> emacs .emacs php-mode emmet-mode >> chromium and flash >> Firefox developer edition and flash >> xa...
分类:系统相关   时间:2015-10-03 21:51:30    阅读次数:243
如何查看Linux的磁盘空间还有多少
无论是Linux还是unix,都提供了很多工具来查看磁盘空间的大小。1. df命令,df命令,可以查看当前文件系统占用的空间的大小,以及剩余的大小,如下例子:Filesystem 1K-blocks Used Available Use% Mounted on/dev/loop0 18761008 ...
分类:系统相关   时间:2015-10-03 15:31:24    阅读次数:254
Aizu 2450 Do use segment tree 树链剖分+线段树
Do use segment treeTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://www.bnuoj.com/v3/problem_show.php?pid=39566DescriptionGiven a tree withn(1 ≤ n ≤ 2...
分类:其他好文   时间:2015-10-02 22:23:19    阅读次数:323
YAML Tutorial
YAML Rules Applicable YAML files:?all files with a?.yml?extension. Essentials uses a?config.yml?file. Tabs are NOT allowed, use spaces ONLY. You MUST indent your properties and lists with 1 o...
分类:其他好文   时间:2015-10-02 13:47:02    阅读次数:335
Java 集合就是比数组好(为什么有了数组还需要集合?)
Use anarraywhenyouaredealingwithdatathatis:在处理数据时使用数组:fixed insize,orunlikelytogrowmuch 固定的大小,或不可能增长太多 suitably large(morethan10,50,100elements,dependingonthealgorithm) 适当大的(超过10,50,100个元素,根据算法) you willbedo..
分类:编程语言   时间:2015-10-02 11:24:27    阅读次数:225
Mongodb基本指令
MongoDB基本命令用成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操作。输入help可以看到基本操作命令:show dbs:显示数据库列表 show collections:显示当前数据库中的集合(类似关系数据库中的表) show users:显示用户use...
分类:数据库   时间:2015-10-01 12:51:41    阅读次数:217
ORA-12638: 无法检索身份证明 解决的方法
the NTS option makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could f...
分类:其他好文   时间:2015-10-01 11:33:29    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!