一、基础1、说明:创建数据库 CREATE DATABASE database-name2、说明:删除数据库 drop database dbname3、说明:备份sql server --- 创建 备份数据的 device USE master EXEC sp_addumpdevice 'disk...
分类:
数据库 时间:
2014-08-05 15:41:49
阅读次数:
406
Note: For additional ORA-600 related information please read Note:146580.1PURPOSE: This article discusses the internal error "ORA-600 [729]", what ...
分类:
其他好文 时间:
2014-08-05 15:40:39
阅读次数:
237
Windows 下:不要用磁盘修复,会提示必须先格式化。管理员身份打开命令行(Cmd),输入以下代码:chkdsk {drive}: /f例如:chkdsk E: /f 表示修复E 盘Mac 下:过程略复杂,首先尝试用自带的磁盘工具(Disk Utility)修复,如果不成功再执行下面的步骤。打开终...
查看设备的uuid的三种方法,总结如下:1命令查看:blkid2文件查看:ls-l/dev/disk/by-uuid3命令查看:vol_id/dev/sda1UUID的作用及意义1:它是真正的唯一标志符UUID为系统中的存储设备提供唯一的标识字符串,不管这个设备是什么类型的。如果你在系统中启动的时候,使用盘符挂载..
分类:
系统相关 时间:
2014-08-05 11:37:00
阅读次数:
412
POJ 2394 Checking an Alibi (最短路+Dijkstra)
函数模板。...
分类:
其他好文 时间:
2014-08-05 09:41:52
阅读次数:
303
text-overflow:ellipsis;white-space:nowrap;overflow:hidden;不换行,一行显示溢出时,文本自动换行。以前都是js计算的,现在可好。ellipsis:省略号
分类:
Web程序 时间:
2014-08-05 09:30:58
阅读次数:
360
题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space....
分类:
编程语言 时间:
2014-08-05 05:17:28
阅读次数:
265
Word BreakGiven a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words....
分类:
其他好文 时间:
2014-08-05 03:04:18
阅读次数:
239
①usb有主从设备之分,主设备有:pc, 现在市面上的那些插u-disk即可播放mp3的“mp3”之类的,usb 信号是差分信号,信号线为D+, D-,。 在usb host 端, D+,D- 各接一个15kohm 的下拉电阻, 而在usb device端,这时就有高速低速设备的区别了。usb1.0...
分类:
其他好文 时间:
2014-08-05 00:24:58
阅读次数:
265
参考文献:
Harley Hahns:Guide to Unix and Linux, Chap 24
——》首先要有的关键概念:the amount of "disk space" used by a file is not the same as the amount of data in the file.
——》其次,理解在file system和disk(or ot...
分类:
其他好文 时间:
2014-08-04 21:37:08
阅读次数:
223