发布时间:2014-02-12 14:20:58
pCell = (stRingBufferCell *)m_pWrite;pCell->iMagic = NT_RB_CELL_MAGIC;pCell->iLength = uBufLen;pCell->pNext = NULL;RBF_ERROR("pCell->iMagic(%#x, %#x), uBufLen(%d)\n", pCell->iMagic, NT_RB_CELL_MAGIC, uBufLen);560 in rtspserver/ringbuffer.cpp(gdb) p *pCellCannot access memory.........【阅读全文】
发布时间:2013-12-11 09:56:05
C:\Documents and Settings\Administrator>net use会记录新的网络连接。状态 本地 远程 网络-------------------------------------------------------------------------------O.........【阅读全文】
发布时间:2013-12-11 09:47:22
更改linux用户登录shell的方法,感兴趣的朋友可以参考下。 1、查看机器安装了哪些shell? 有两种方法可以查看。 第一种: [rocrocket@wupengchong ~]$ chsh -l /bin/sh /bin/bash /sbin/nologin /bin/zsh 第二种: [rocrocket@wupengchong ~]$ cat /.........【阅读全文】
发布时间:2013-12-11 09:25:25
1.添加账号及主目录useradd -m yourname2.设置密码passwd yourname3.删除账号及主目录4.添加samba用户smbpasswd -a yourname5.将用户加入sambashare用户组useradd yourname sambashare......【阅读全文】