-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
windows下的自动关机程序
windows下的自动关机程序-an auto shut down program in the windows environment
- 2022-11-06 13:50:03下载
- 积分:1
-
步骤:。编译DLL:CL / LD f.cpp。查看出口:dumpbin /exports f.dll的…
steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
- 2022-03-24 08:35:04下载
- 积分:1
-
这些文件包含编码和文档
these files contain coding and documents-these files contain coding and documents
- 2023-08-11 14:50:03下载
- 积分:1
-
一个邮件收发系统,学习时写的,Visual Basic.可以
一个邮件收发系统,学习时写的,Visual Basic.可以-A mail system, to learn when writing, Visual Basic. Can
- 2022-01-28 03:51:44下载
- 积分:1
-
在一个*算法是改变它。..一个更好的方法
对A*算法加以更改。。。更好的寻路算法-On the A* algorithm is to change it. . . A better way-finding algorithm. . .
- 2022-08-09 06:51:33下载
- 积分:1
-
满足个性化的要求,进度条颜色是彩色的,你想试试吗?
满足个性化的要求,进度条颜色是彩色的,你想试试吗?-personalized to meet the requirements of the progress of the color is the color that you want to try?
- 2022-09-28 03:50:03下载
- 积分:1
-
磁性窗体,类似TTPLAYER一样的磁性窗体,希望对大家有帮助,这只是一个简单的DEMO,可以自己扩展更多...
磁性窗体,类似TTPLAYER一样的磁性窗体,希望对大家有帮助,这只是一个简单的DEMO,可以自己扩展更多-Magnetic form, such as the magnetic form TTPLAYER, I hope all of you help, this is just a simple DEMO, can expand more
- 2023-02-09 01:55:04下载
- 积分:1
-
刚学VC,做的一个计算器
刚学VC,做的一个计算器-just learning, so a calculator
- 2022-01-21 05:52:27下载
- 积分:1
-
车辆的分布
这是在该领域的MATLAB程序(车载Ad Hoc网络广播协议(VANETs))即选择最近的节点作为网络探测节点后,进展为基础的分割,分割和自适应非均匀。的
- 2022-02-03 20:09:36下载
- 积分:1