2013年11月20日
摘要: java在类中加载动态链接库文件。类文件中:static { System.loadLibrary("dll文件"); }dll文件在工程的包路径下。例如:pro/bin/hell.dll;(pro工程的bin目录下hello.dll文件)会报错:Can't find dependent libraries,找不到动态链接库文件。解决方案:安装winpcap 软件可以解决。下载路径:http://ftp-idc.pconline.com.cn/32017d10a844534eecd94d13ce732091/pub/download/201010/WinPcap_4 阅读全文
posted @ 2013-11-20 14:04 zhaofeng555 阅读(637) 评论(0) 推荐(0) 编辑
摘要: Windows添加telnet功能;控制面板->(查看方式:小图标)->程序和功能->打开或关闭Windows功能->Telnet客户端Telnet设置:打开cmd,输入telnet,登录telnet客户端setlocalecho设置telnet的本地回显set?查看帮助登录163openwww.1... 阅读全文
posted @ 2013-11-20 13:55 zhaofeng555 阅读(341) 评论(0) 推荐(0) 编辑