<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>网管小王的博客 - 编程代码</title><link>http://www.5iadmin.com/</link><description>长期关注网络安全,网管,网络管理,网络管理员,网管软件,网络工程师 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright 2010-2011 www.5iadmin.comvar _bdhmProtocol = ((&amp;quot;https:&amp;quot; == document.location.protocol) ? &amp;quot; https://&amp;quot; : &amp;quot; http://&amp;quot;);document.write(unescape(&amp;quot;%3Cscript src='&amp;quot; + _bdhmProtocol + &amp;quot;hm.baidu.com/h.js%3F29167fc4c70e297e903b22dbcedc0bd3' type='text/javascript'%3E%3C/script%3E&amp;quot;));</copyright><pubDate>Tue, 10 Mar 2026 11:24:14 +0800</pubDate><item><title>一段有意思的代码</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/960.html</link><pubDate>Mon, 21 May 2012 10:18:27 +0800</pubDate><guid>http://www.5iadmin.com/post/960.html</guid><description><![CDATA[<p>在浏览器上运行，非病毒：</p><p>javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i&lt;DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval('A()',5); void(0)</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/960.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=960</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=960&amp;key=ed6548c9</trackback:ping></item><item><title>循环访问.cn数字网站</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/959.html</link><pubDate>Sat, 19 May 2012 13:13:51 +0800</pubDate><guid>http://www.5iadmin.com/post/959.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.5iadmin.com">小王</a>在整理硬盘，一些不常用的代码要删除，在这里留个备份。</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/959.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=959</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=959&amp;key=25bf529a</trackback:ping></item><item><title>PB的MD5加密算法</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/953.html</link><pubDate>Mon, 23 Apr 2012 09:05:08 +0800</pubDate><guid>http://www.5iadmin.com/post/953.html</guid><description><![CDATA[<p>$PBExportHeader$nvo_md5.sru<br />$PBExportComments$md5加密对象<br />forward<br />global type nvo_md5 from nonvisualobject<br />end type<br />end forward</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/953.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=953</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=953&amp;key=dfdfb92c</trackback:ping></item><item><title>端口映射代码(delphi)</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/952.html</link><pubDate>Wed, 18 Apr 2012 08:50:18 +0800</pubDate><guid>http://www.5iadmin.com/post/952.html</guid><description><![CDATA[<p>可能会用到，先转过来吧。<br /><br />unit Vidc_M;</p><p>interface</p><p>uses</p><p>Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,</p><p>Dialogs, Buttons, IniFiles,StdCtrls, ExtCtrls, TFlatHintUnit,shellapi, XPMan;</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/952.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=952</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=952&amp;key=40b7485e</trackback:ping></item><item><title>PB中使用FORMULA ONE</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/895.html</link><pubDate>Mon, 15 Aug 2011 09:30:34 +0800</pubDate><guid>http://www.5iadmin.com/post/895.html</guid><description><![CDATA[<p>本文是<a target="_blank" href="http://www.5iadmin.com">小王</a>整理计算机时找到的，google了一下，网上似乎没有，发上来与大家分享吧。我将以一个例子来详细说明F1的用法，以补充前文所述，此例为电力企业停电申请票的上报审批过程，内含过程权限控制，每一权限只能修改F1报表的一个部分，且有做图功能，采用PB　6.5和F1　6所编，下面将详细说明：</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/895.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=895</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=895&amp;key=8681010e</trackback:ping></item><item><title>变量类型很关键</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/792.html</link><pubDate>Tue, 28 Dec 2010 14:20:27 +0800</pubDate><guid>http://www.5iadmin.com/post/792.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.5iadmin.com">小王</a>在一个数据库群看到有人问谁会pb（powerbuilder），想找人帮忙运行一段pb代码，看看结果是什么，作为一个曾经的pb程序员，我觉得是站出来的时候了，毫不犹豫的答应了他，经过1个小时的折腾，才把这个问题解决了，也算是重温了一下pb开发。<br />...</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/792.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=792</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=792&amp;key=24befec4</trackback:ping></item><item><title>动态获得鼠标坐标的delphi代码</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/791.html</link><pubDate>Tue, 28 Dec 2010 12:52:55 +0800</pubDate><guid>http://www.5iadmin.com/post/791.html</guid><description><![CDATA[<p>为了提高大家的安全意识，前段时间<a target="_blank" href="http://www.5iadmin.com">小王</a>设计了一个蜜罐系统（详见《<a target="_blank" href="http://www.5iadmin.com/post/694.html">蜜罐系统正式开启</a>》），为了让这个系统全自动，看起来很牛B，我用delphi写了两个小程序，一个是鼠标自动获得屏幕坐标的，一个是鼠标自动点击的，下图右侧是鼠标自动获得屏幕坐标的软件界面，今天把鼠标自动获得屏幕坐标的代码发出来。<br />...</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/791.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=791</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=791&amp;key=626ea0dc</trackback:ping></item><item><title>C#.net实现防盗链</title><author>369459071@qq.com (admin)</author><link>http://www.5iadmin.com/post/733.html</link><pubDate>Sun, 17 Oct 2010 10:09:36 +0800</pubDate><guid>http://www.5iadmin.com/post/733.html</guid><description><![CDATA[<p>绝大多数网站都不希望自己网站中的资源被其他网站或者下载程序引用，在C#.net中可以利用App_Data文件夹来实现下载文件及图片文件的防盗链功能。原理一：在Asp.net中App_Data文件夹包含应用程序的本地数据存储。</p>]]></description><category>编程代码</category><comments>http://www.5iadmin.com/post/733.html#comment</comments><wfw:comment>http://www.5iadmin.com/</wfw:comment><wfw:commentRss>http://www.5iadmin.com/feed.asp?cmt=733</wfw:commentRss><trackback:ping>http://www.5iadmin.com/cmd.asp?act=tb&amp;id=733&amp;key=d1ecf6a1</trackback:ping></item></channel></rss>
