码迷,mamicode.com
首页 >  
搜索关键字:check cable    ( 9374个结果
APT 常用功能
apt-get install package 安装包 apt-get reinstall package 重新安装包 apt-get upgrade 更新已安装的包 #apt-get update //更新软件列表 #apt-get check //检查依赖性 apt-...
分类:其他好文   时间:2014-06-12 21:20:06    阅读次数:283
MSSQL isnull
语法ISNULL ( check_expression ,replacement_value )参数 check_expression 将被检查是否为 NULL 的表达式。 check_expression 可以为任何类型。 replacement_value 当 check_expre...
分类:数据库   时间:2014-06-12 20:11:35    阅读次数:379
SSDB安装
下载:[root@localhosthome]#wget--no-check-certificatehttps://github.com/ideawu/ssdb/archive/master.zip --2014-06-1001:44:45--https://github.com/ideawu/ssdb/archive/master.zip 正在解析主机github.com...192.30.252.131 正在连接github.com|192.30.252.131|:443.....
分类:数据库   时间:2014-06-10 22:49:02    阅读次数:351
Centos- Nagios 的Last Check更新时间与当前时间差距分析问题及处理方法总结
故障现象:2014年6月4日收到客户邮件说:bjdnagios的LastCheck更新时间与当前时间差距很大具体处理过程如下:盲目处理阶段:想将问题尽快处理掉,所以有点只看问题表象忽略了重点,唉,说多了都是泪。查询该机器各种log发现除了一些常规报错信息,没有重要发现。检查机器磁盘空..
分类:移动开发   时间:2014-06-10 21:06:48    阅读次数:1972
oracle数据库启动报错,不能启动ASM实例
数据库rac启动时报错,日志如下,后来使用 Sat Jun  7 06:02:11 2014 GATHER_STATS_JOB encountered errors.  Check the trace file. Sat Jun  7 06:02:11 2014 Errors in file /oracle/product/admin/dqb/bdump/dqb2_j001_1...
分类:数据库   时间:2014-06-10 14:36:54    阅读次数:248
使用sql语句创建和删除约束
使用sql语句创建和删除约束 主建约束:(primary key constraint); 唯一约束:(unique constraint); 检查约束:(check constraint); 默认约束:(default constraint); 外建约束:(foreign key constraint); *********************************************...
分类:数据库   时间:2014-06-10 13:28:14    阅读次数:260
【leetcode】Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-06-10 11:51:42    阅读次数:213
Network | parity bit
奇偶校验位是一个表示给定位数的二进制数中1的个数是奇数还是偶数的二进制数。奇偶校验位是最简单的错误检测码。A parity bit, or check bit is a bit added to the end of a string of binary code that indicates wh...
分类:Web程序   时间:2014-06-10 11:51:03    阅读次数:288
Emacs as C++ IDE
this blog will make your emacs as C++ IDE. It implements code-completion, google-style-check and project manager.
分类:编程语言   时间:2014-06-09 13:07:04    阅读次数:696
swift中文文档- 类型转换
未翻译完 待续(英语烂,求斧正)Type Casting类型转换Type casting is a way to check the type of an instance, and/or to treat that instance as if it is a different supercla...
分类:其他好文   时间:2014-06-08 19:50:25    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!