Windows 下一些软件的使用

Contents
devcpp 编写win 程序时,程序刚启动就自动关闭
Resed 资源编辑器
网络故障
访问被封掉的网址
自动登录信箱的html

topdevcpp 编写win 程序时,程序刚启动就自动关闭

原因:windres 可能对中文支持不好,编辑资源时先用英文,程序编译后,使用reshhack等工具导入资源即可.

topResed 资源编辑器

Resed 一个免费的资源编辑器,现在好像有一个bug,在复制tab控件的时候,会导致crash .制作时要注意多保存.

top网络故障

Windows不能上网,输入ping出现Unable to initialize Windows Sockets interface, error code 0. 解决:去网上下一个winsockxpfix.exe,运行,重启,重新设置IP就好了。

top访问被封掉的网址

域名之后增加nyud.net:8090

top自动登录信箱的html

126的
<div style="visibility:hidden">
<form method="post" action="http://entry.126.com/cgi/login" name="form" onSubmit="return fCheck()">
<input name="domain" value="126.com">
<input name="language" value="0">
<input name="bCookie" value="">
<input name="user" value="test">
<input name="pass" value="abcde">
<input name="style" value="9">
<input name="remUser">
<input name="secure" checked="checked">
<input name="enter.x" value="登录邮箱" onclick="setCookie('ntes_mail_firstpage','normal')"> 
</form>
</div>
<script>
  form.submit();
</script>
gmail
<div style="visibility:hidden">
<form method="post" action="https://www.google.com/accounts/ServiceLoginAuth" name="form" onsubmit="return(gaia_onLoginSubmit());">
<input name="continue" value="http://mail.google.com/mail/">
<input name="rm" value="true">
<input name="Email" value="test">
<input name="Passwd"value="abcde">
<input name="PersistentCookie" value="yes">
<input name="null" value="登录">
</form>
</div>
<script>
  form.submit();
</script>
可以使用一些网页加密的工具进行加密.