-
本代码能自动获取全国各主要省市每日天气预报,可以很方便的插入到网站页面中。天气预报数据来自Yahoo!天气情况.里面有详细说明。...
本代码能自动获取全国各主要省市每日天气预报,可以很方便的插入到网站页面中。天气预报数据来自Yahoo!天气情况.里面有详细说明。-the code to automatically access all the major cities daily weather forecast, and can be easily inserted into the website pages. Weather data from Yahoo! Weather conditions. There are elaborate.
- 2023-07-07 16:10:03下载
- 积分:1
-
ie browser's source code, it is convenient to replace the current source ie
ie浏览器的源代码,可以很方便代替现在的ie源程序-ie browser"s source code, it is convenient to replace the current source ie
- 2023-05-03 21:45:05下载
- 积分:1
-
This is an IE browser on the books, if interested in IE programming can have a l...
这是一本关于IE浏览器的书,如果对IE编程有兴趣的可以看一下,不过是英文的-This is an IE browser on the books, if interested in IE programming can have a look, but are in English
- 2023-03-23 19:45:04下载
- 积分:1
-
广告终结者源码
广告窗口终结者源码-ads Terminator FOSS
- 2022-06-15 04:08:10下载
- 积分:1
-
This is a simple browser interface breaks with the traditional interface, provid...
这是一款简单的浏览器,界面突破传统界面,提供一些基本的功能,另外添加了“百度”搜索。这个程序不很完善,可共一般初学者参考。 -This is a simple browser interface breaks with the traditional interface, provide some basic functions, and added "Baidu" search. The procedures are not perfect, a total beginners general reference.
- 2022-04-19 11:13:40下载
- 积分:1
-
物件的碰撞 ( 一个人的样子 ) 我们在制作游戏的时候经常遇到关于碰撞的处理,这是一个非常简单的例子,告诉大家如何使用碰撞检测...
物件的碰撞 ( 一个人的样子 ) 我们在制作游戏的时候经常遇到关于碰撞的处理,这是一个非常简单的例子,告诉大家如何使用碰撞检测-collision objects (like a person) in the production of the game, often encountered on the collision, it is a very simple example to tell you how to use the Collision Detection
- 2022-06-14 16:09:30下载
- 积分:1
-
根据来访信息生成图
根据来访信息(IP,操作系统,浏览器)生成图...
根据来访信息生成图
根据来访信息(IP,操作系统,浏览器)生成图
-Visiting information to generate a plan according to the information under the visit (IP, operating system, browser) generates Figure
- 2022-02-02 00:33:04下载
- 积分:1
-
note is ssh2 Statistics example, the example I read through the debugger. Welcom...
说明的是用spl例子,此例子经过本人的调试通过。欢迎大家享用,同时也希望能和大家交流,谢谢。-note is ssh2 Statistics example, the example I read through the debugger. Welcome everyone to enjoy, but also hopes to be able to share, thank you.
- 2022-08-07 00:50:42下载
- 积分:1
-
用于日文ASP网页开发前台数据校验(如日期,数字,全半角等)...
用于日文ASP网页开发前台数据校验(如日期,数字,全半角等)-ASP web development for the Japanese data validation prospects (such as dates, numbers, the whole half-angle, etc.)
- 2022-03-20 18:30:36下载
- 积分:1
-
IE toolbar expansion is how to make IE components can be extended to respond inc...
IE工具栏扩展 就是如何使IE扩展组件可以响应事件。 在自己的程序中使用过WebBrowser控件的朋友都知道,WebBrowser控件定义了诸如BeforeNavigate、DownloadComplete 等事件,我们可以通过编写事件处理代码实现对WebBrowser控件的操作。那么如何实现对IE的事件响应和处理呢?同建立IE面板一样。我们需要建立一个实现IObjectWithSite接口的COM组件,不同的是,我们还需要实现IDispatch接口,在IObjectWithSite接口的SetSite方法中获得IE的WebBrowser接口并建立自身与WebBrowser的连接,然后如果在IE的Webbrowser对象中发生什么事件的话,那么IE就会回调连接的IDispatch接口的Invoke方法。我们通过在Invoke方法中编写代码就可以获得IE事件了。这个利用的是COM编程的回调接口原理。-IE toolbar expansion is how to make IE components can be extended to respond incident. In their own procedures used WebBrowser Control friends all know, WebBrowser control such as the definition BeforeNavigate, DownloadComplete incidents, we can handle the matter through the preparation of code to achieve WebBrowser control operation. So how to achieve the right IE incident response and handling? IE with the establishment of the same panel. We need to build an interface to achieve IObjectWithSite COM different is, we also need to implement the IDispatch interface, the interface SetSite I
- 2022-07-17 02:56:16下载
- 积分:1