-
-
peers-0.2-src.zip
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
-
-
C_SQL.rar
这个是sql嵌入到c语言中的例子
原来:EXEC SQL CONNECT TO SKY.exp USER sa.sa //连接到数据库
更改:EXEC SQL CONNECT TO 8BC1D82B889C4FF.xixi USER sa. //连接到数据库
我装sql server时没改名,名字就叫8BC1D82B889C4FF
xixi是一个数据库的名字
sa的密码为空。
-
net.rar
黑客基础之DOS 攻击(极品中极品)
net use \\ip\ipc$ " " /user:" " 建立IPC空链接
net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接
net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H:
net use h: \\ip\c$ 登陆后映射对方C:到本地为H:
net use \\ip\ipc$ /del 删除IPC链接
-
TaskSwitchers.rar
... will list all executable programs in it when it starts. When user double-clicks the exactable program in the list control, the ... will become the top-most, small window in the device. When user clicks the small window, the application restores the main window ...
-
duxiechuankou.rar
... options
NULL, // pointer to message source
error, // requested message identifie
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // the user default language.
(LPTSTR) &lpMessageBuffer, // pointer to message buffer
0, // maximum size of message ...
-
CatalogGUI.rar
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
-
assignment.rar
... 个缺省用户:
user:ruan password:good
user:wen password:well
用户信息在同目录下的user.cfg中,注意用户信息的书写,一个用户的信息占一行:
user|password|directory|
-
-
C23.rar
程序描述:本章实现了一个网上书店系统,采用面向对象的思想,系统的业务逻辑层包括图书类Book、购物车类Cart、会员类User、订单类Order以及订单详细信息类OrderDetail。
-