摘要:
我在存储过程中有这样一段话: select case gg when null then set @gg=0 else set @gg=@hehe end from t1 where ... 其中@gg和@hehe都是float参数,我的目的就是想给@gg赋值,当gg字段为null,给@gg赋0值,否则赋@hehe值,@hehe值已经初始化了。
......
摘要:
你好毒哦
......
如何实现网络行为监视
我希望能够对局域网内用户的各种网络行为进行实时监视,包括登录网络、数据拷贝、文件创建、文件删除等,请问应该看什么网络协议,以及如何下手呢?
谢谢。
NO.1 作者: netsys2
去老侃那里下一个东西
http://asp.6to23.com/nowcan/code/guniffer.zip
有代码。
专门监视网络IP包的,
余下的你得自己发挥
NO.2 作者: asimpleman
gz
摘要:
--------------------configuration: pickdiamondxy - win32 debug-------------------- linking... creating library debug/pickdiamondxy.lib and object debug/pickdiamondxy.exp libcd.lib(crt0.obj) : erro......