2012年6月3日

win7 64bit 网络连接正常,IE、360无法上网

摘要: 以管理员身份运行命令行,在弹出的窗口中运行如下命令: netsh winsock reset catalog netsh int ip reset reset.log hit 让被阻止了的svchost.exe进程恢复正常,以解决Windows 7 通信端口初始化失败的问题。 http://... 阅读全文

posted @ 2012-06-03 19:41 Vessia 阅读(248) 评论(0) 推荐(0)

2012年5月16日

从txt文件读入数据(用户名和密码的管理)并保存在链表中

摘要: #include #include#include#includeusing namespace std;class UserList; UserList* ULIST;struct User{ public: string name,password; User* ulink; User():... 阅读全文

posted @ 2012-05-16 11:54 Vessia 阅读(906) 评论(0) 推荐(1)

2012年5月14日

win7下VC6卸载安装遇到崩溃、无法编译等问题

摘要: 完美解决win7下VC6的所有常见已知问题 ==================================================================================================== FIRST THINGS FIRST! 最首要的问题就... 阅读全文

posted @ 2012-05-14 01:07 Vessia 阅读(867) 评论(4) 推荐(1)

导航