摘要:
两张表a,b a有两个字段 a1 a2 它有三条记录: a1 a2 1 1 1 2 1 3 b有两个字段 b1 b2 它有一条记录 b1 b2 1 5 我想用查询语句得到如下记录(查询条件:a2 = b1) a1 a2 b2 1 1 5 1 2 x(或者该字段为空) 1 3 x(或者该字段为空) 请教标准的sql语句如何写
......
摘要:
这是我的代码 void cmanytheaddlg::onok() { // todo: add extra validation here handle hthead=null; dword dwthreadid1; hthead=createthread((lpsecurity_attributes)null,0, (lpthread_start_routine)the......
安装好linux以后能不能再为他分swap区,咋做
安装好linux以后能不能再为他分swap区,咋做!!!
NO.1 作者: wti
i have asked the same question, and this is the fabiao of guanqi , i have tried it:
用fdisk把它转换成Linux swap分区,然后
mkswap /dev/hda8
swapon /dev/hda8
并在/etc/fstab中增加:
/dev/hda8 swap swap defaults 0 0
NO.2 作者: icesnowworld
可以坐一个交换文件,起到得作用是一样得
摘要:
http://suned.sun.com/us/certification/faq/ sun 的 new certification policy 2003/8/1 开始 认证不再过期 之前考过的 可以申请更换证书
......