摘要:this.WindowState = FormWindowState.Minimized;
阅读全文
摘要:System.Diagnostics.Process.Start("http://www.baidu.com/");
阅读全文
摘要:除了用户名,密码外,还需要cookie中的BAIDUID,H_PS_PSSID和一个token;最后登陆成功后返回一个BDUSS。以后用BAIDUID,H_PS_PSSID和BDUSS即可。
阅读全文
摘要:错误关键字:“the fisrt two args should be string type:0,1!”换到2.0下就能用了
阅读全文
摘要:一个对象能自己能否作为自己的一个成员?using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApp...
阅读全文
摘要:1 ";11 //12 mysql_select_db("_blog");13 $query_test="select *from _blog_";14 $result_q=mysql_query($q...
阅读全文
摘要:更新语句 $query='update num set num='.$counter.'where id=1'; ....................这个查询失败 $query='update num set num='.$counter.' where id=1'; update n...
阅读全文
摘要:今天开始学python了,“装X”安装了最新版本python 3.4.1然后,print “hello world!" 就出错了...一搜原来...python v3.0以后的版本print 改为了print().
阅读全文