-
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
-
一个类CARD牌的小程序,可以作到抛砖引玉吧
一个类CARD牌的小程序,可以作到抛砖引玉吧-CARD licensing a class of small procedures, you can definitely do it
- 2022-09-20 13:00:03下载
- 积分:1
-
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件...
怎样用system()函数来调用与本身文件不在同一目录下的.exe文件
-How to use system () function call with its own file is not in the same directory. Exe files
- 2022-12-04 00:10:03下载
- 积分:1
-
Oracle Database 10g删除表的程序
Oracle Database 10g删除表的程序-Oracle Database 10g procedures to delete Table
- 2022-06-17 01:25:30下载
- 积分:1
-
随机下的雪花,主要运用随机函数制作,使画面更加逼真。
随机下的雪花,主要运用随机函数制作,使画面更加逼真。-Random under the snow, the main use of stochastic production function, so that a more realistic picture.
- 2023-06-13 05:30:04下载
- 积分:1
-
关于计算机等级考试的详细情况以及考生报名、大纲教材、考试、成绩发放、证书获取...
关于计算机等级考试的详细情况以及考生报名、大纲教材、考试、成绩发放、证书获取-On the computer grading of examinations, as well as candidates for application in detail, the outline of teaching materials, examinations, issuing results and certificates to obtain
- 2022-02-02 02:58:28下载
- 积分:1
-
该扫描仪具有易于使用的功能
功能好用的扫描程序,谢谢大家使用。一定要好好看噢。-The scanner features easy to use
- 2022-04-09 07:34:35下载
- 积分:1
-
一个小程序,用来展示瀑布的样子,用到了许多数学公式,值得一看...
一个小程序,用来展示瀑布的样子,用到了许多数学公式,值得一看-a small program used to display waterfall on the outside, use a lot of mathematical formulas, an eye-catcher
- 2022-05-16 06:34:14下载
- 积分:1
-
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系...
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系统、工作流、中文表格、表单、工程绘图等软件项目中应用。-Visual Graph is a set of very well-graphics system, suitable for use in electric power, coal, chemical industry, simulation, network, monitoring a variety of industrial automation software, and graphical modeling, graphics management, graphics and analysis, small and medium-sized GIS systems, workflow, Chinese tables, forms, engineering drawings and other application software project.
- 2022-02-25 02:16:47下载
- 积分:1
-
一个漂亮的带优先级的简单计算器
一个漂亮的带优先级的简单计算器-a beautiful priority with a simple calculator
- 2022-09-13 13:25:03下载
- 积分:1