http://www.ibm.com/developerworks/cn/linux/l-ipmi/1.简介IPMI(Intelligent Platform Management Interface)即智能平台管理接口是使硬件管理具备“智能化”的新一代通用接口标准。用户可以利用 IPMI 监视服务...
分类:
系统相关 时间:
2014-10-11 00:12:24
阅读次数:
374
查找目录下的所有文件中是否含有某个字符串 find .|xargs grep -ri "IBM" 查找目录下的所有文件中是否含有某个字符串,并且只打印出文件名 find .|xargs grep -ri "IBM" -l 1.正则表达式 (1)正则表达式一般用来描述文本模式的特殊用法,由普通字...
分类:
系统相关 时间:
2014-10-10 21:23:54
阅读次数:
350
转自: http://www.ibm.com/developerworks/cn/linux/l-audio/Linux音频编程指南虽然目前Linux的优势主要体现在网络服务方面,但事实上同样也有着非常丰富的媒体功能,本文就是以多媒体应用中最基本的声音为对象,介绍如何在Linux平台下开发实际的音频...
分类:
系统相关 时间:
2014-10-10 18:36:54
阅读次数:
317
https://code.google.com/p/android/issues/detail?id=73076http://my.unix-center.net/~Simon_fu/?p=527在移植Android过程中会遇到很多Crash的情况,尤其是启动Android过程中。一般这些问题都可以...
分类:
移动开发 时间:
2014-10-10 18:24:34
阅读次数:
208
border:1px solid red;background:red url("img/1.gif") no-repeat fixed center;顺序依次是:background-color:背景颜色background-image:背景图片backgroud-repeat:背景重复(页面上对...
分类:
Web程序 时间:
2014-10-10 15:03:14
阅读次数:
176
一、jQuery Easy UI (适应屏幕分辨率大小)布局(Layout) 1、首先应用的是jquery-easyui-1.4 版本(版本不同,兼容性不同) 2、实现整个页面的布局( layout: north,south,west,east, center) 3、首先整个页面布局适应屏幕的分辨率...
分类:
Web程序 时间:
2014-10-10 14:50:14
阅读次数:
4316
【背景】
用户domino邮件服务器宕机后,启动时仅出现几行版本信息:
Lotus Domino (r) Server, Release 8.5.2, August 10, 2010
Copyright (c) IBM Corporation 1987, 2010. All Rights Reserved.
然后就停住了,等了1个多小时都没反应。
【问题跟踪】
尝试过很多办法:
1.删除log.nsf
2.用复本替换names.nsf
3.重新覆盖安装domino
服...
分类:
其他好文 时间:
2014-10-10 14:22:44
阅读次数:
281
在程序中给用户供一个体验很好的页面用来选择日期和时间。//UIDatePicker _myDatePicker = [[UIDatePicker alloc]init]; _myDatePicker.center = self.view.center; [_myDatePick...
分类:
其他好文 时间:
2014-10-10 13:19:44
阅读次数:
3968
重点内容:负外边距,绝对垂直居中,box拓展点:设置inline-block,使元素居中1.实现文字居中对齐 水平居中:text-align:center 垂直居中:设置line-height和height一样2.实现元素居中对齐使用元素定位,并移动元素方法1:负外边距法(兼容IE)原理:使用绝对定...
分类:
Web程序 时间:
2014-10-09 22:43:37
阅读次数:
192
原文:http://www.ibm.com/developerworks/cn/opensource/os-cn-gradle/在 eclipse 下利用 gradle 构建系统基本开发环境操作系统:本教程使用的为 Windows Vista Enterprise, 如果您的系统是 Linux 的,...
分类:
系统相关 时间:
2014-10-09 22:16:07
阅读次数:
5810