when mount the sysfile, it appear that the type of filesystem error.
and after fsck ing , it show the partion maybe zero .
so the solution is :
# mke2fs -na /dev/hda1
# e2fsck -b 32876 /dev/hda1
# mount /dev/hda1 /redaht
MG4J 是另一个搜索engine
与lusence 主要区别是
它提供了 cluster 功能
具有更OO的设计方式
http://mg4j.dsi.unimi.it/
List of procedures
MODIFIED SYBASE PROCEDURES
sp__depends Better version of sp_depends
sp__help Better sp_help
sp__helpdb Database Information
sp__helpdevice Break down database devices into a nice report
sp__helpgroup List groups in database by access level ...
这几个数据库安装的时候,注意把环境变量设置起来
它们有相应的角本文件如SYBASE.sh,Oracle.sh...
db2:
1. 启动实例(db2inst1):
db2start
2. 停止实例(db2inst1):
db2stop
3. 列出所有实例(db2inst1)
db2ilist
5.列出当前实例:
db2 get instance
4. 察看示例配置文件:
db2 get dbm cfg|more
5. 更新数据库管理器参数信息:
db2 update dbm cfg using para_name para_value
6. 创建数据库:
db2 create db test ...
uname -a
top
iostat
rpm
cpio
各自的配置文件:
#/etc/xinetd.d/cvs
# default: off
# description: The CVS service can record the history of your source \
# files. CVS stores all the versions of a file in a single \
# file in a clever way that only stores the differences \
# between versions.
service ...
记录一下
简单的分区
/dev/hda1 redhat5.1
/dev/hda3 redhat4.5
使用grub
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, ...
选房子
多种渠道 1 网上找 2 报纸上 3 到熟悉的小区直接问保安或开店的店主
1、2、3 都不是很可靠 看运气了 3 因为保安或店主对小区比较熟 并和业主也认识
这在一定程度上也增加了成交的可能性
看房子
这过程我并没有太注意,因为熟人对这小区评价不错 所以只是大概的看了一下
定房价
业主首先会提出一个价格,你可以适当的反价,这过程你也要想好一个你能接受的理想价格
定合同
因为是直接和业主成交,所以合同精简最好 大家都能接受
办按揭
现在按揭很容易,朋友推荐招行。这过程你不要有太多担心 因为银行方面都是专家
有问题可以咨询他们,一般他们都会帮的。如果 ...
在提交之前验证datagrid的数据可以手动来做。请参照如下代码:
xml 代码
<b:button>send changes
<s:event b:on="command">
&nb ...
How to dynamically hide or display some columns (which is still keep its setting after refreshed it.)?
显示和隐藏某些列可以通过显示和隐藏相应的b:datagridheadcell来实现,例如:
<b:button>
Hide the 3rd column
&n ...
Read-time data refresh for listgrid.
刷新listgrid只需要调用其select-page方法就可以,实现实时刷新,可以在新线程中建立一个函数调用循环循环来调用b:listgrid的select-page方法。代码如下:
xml 代码
<b:listgrid id="movies-listgrid" b:template="listgrid.xsl" sty ...
How to keep the order for every column after drag it (columns position has changed it should keep the last changed position after refreshed it)!
B:listgrid和b:datagrid内建不支持状态保存,如果要实现跨浏览器刷新的状态保存,与问题9同理,只要手动纪录状态在cookie中,并在construct事件触发的时候根据上次保存的cookie来作相应操作。
想得知列被拖动的结果,对于b:listgrid,可以响 ...
backbase 是一个企业级的AJAX框架
它分成二部分 js引挚bpc(backbase presentation client)和标签(B,S)
它的命名空间是xmlns:b=http://www.backbase.com/b,xmlns:s=http://www.backbase.com/s
BXML 是 stands forBackbase eXtensible Markup Language
三部分:
System tags (s:tags)
Backbase controls (b:tags)
Generi ...
read word:
public class WordExtractor {
public WordExtractor() {
}
public String extractText(InputStream in) throws IOException {
ArrayList text = new ArrayList();
POIFSFileSystem fsys = new POIFSFileSystem(in);
DocumentEntry headerProps = (DocumentEntry) fsys.getRoot().getEntry ...
- 浏览: 27802 次
- 性别:

- 来自: 深圳

- 详细资料
搜索本博客
最新评论
-
关于SAP4.7的几个架构图
太好了,不错
-- by gg2003 -
POI 关于对 ms word的读写 ...
开发poi word 的那个哥们老早就不干了,好像就职于商业的公司,apache ...
-- by cleanboxer -
POI 关于对 ms word的读写 ...
问个问题,写work java哪个开源包比较好 我看POI对word支持不太够啊
-- by jlusdy -
POI 关于对 ms word的读写 ...
写word的少见,收了
-- by andyandyandy -
POI 关于对 ms word的读写 ...
http://jakarta.apache.org/poi/index.html
-- by strongkill






评论排行榜