暂无个人介绍
注:TFTP为窗体类名 procedure TFTP.Button1Click(Sender:TObject); begin button1.Enabled:=false; NMFTP1.Host:='www.
unit uWebCracker; interface uses mshtml,SHdocvw,classes,SysUtils,StrUtils; const MAXPAGECOUNT=20; type TWebPageRecord=record URL:string; Titl...
procedure Effect_Emboss(Picture:TBitmap); var BB1,BB2:TBitmap; begin BB1:=TBitmap.Create; BB1.PixelFormat :=pf24bit; BB1.
unit CMOS; Interface const ClockSec = $00; { RTclock seconds } ClockMin = $02; { RTclock minutes } ClockHour = $04; { RTclock hours } ...
unit MySys; interface uses Windows, shlObj, Variants, StdCtrls, ComObj, Classes, SysUtils, Controls, Printers, Messages, mmSystem, ComCtrls, UrlMon...
unit algebra; interface const MaxN=30;{You can increase it up to 100,not greater but each matrix variable would have size of sqr(MaxN)*sizeof(Real).
unit HugeUtil; interface const HugeMax = $8000-16; type Huge = record len : word; dat : array[1.
UNIT ComplexOps; { see demo at end } {This UNIT provides complex arithmetic and transcendental functions.
一 编写DLL 新建一dpr文件 library PDLL; uses Sysutils,classes,main in 'main.pas'; {$E plg.} //定义后缀名为plg exports DescribePlugin, InitPlugin; begin end; main.
procedure ParseStrToStrings(AStrings:TStrings;S:String;iType:integer;seperator:string); var i:integer; begin if (iType5) then Exit; if iType=4 then begin AStrings.
function GetFileCount(ThePath,Ext:string):integer; var num:integer; sr:TSearchRec; begin num :=0; if ThePath[length(ThePath)]'\' then ThePath :...
function GetDirCount(ThePath:string):integer function IsValidDir(SearchRec:TSearchRec):Boolean; begin if (SearchRec.
一 编写回调函数代码 type TCallBackFunction=function(s:string):integer; CallMe(s:string):integer; procedure TestCallBack(CllBackFunction:TCallBackFunction);...
procedure ReplaceStrToStrings(AStrings:TStrings;sToken,sRep:string); var i,j:integer; begin for i:=0 to AStrings.
procedure DeleteFiles(Handle:THandle;Source:string); var FO:TShFileOpStruct; begin FillChar(FO,Sizeof(FO),#0); FO.
procedure MoveFile(Handle:THandle;Source,Dest:string); var FO:TShFileOpStruct; begin FillChar(FO,Sizeof(FO),#0); FO.
//分解文件夹 SDir:源目录名 DDir:目的目录名 SQZ:生成的子目录(前)后缀名 //SExt:文件类型 MNum:每个文件夹的文件数目 B:SQZ为前缀还是后缀名 procedure CutDir(SDir,DDir,SQZ,SExt:string;MNum:inte...
function SaveHTMLToStream(Astream:TStream):HResult; var IpStream:IpersistStreamInit; begin with WebBrower2 do begin while ReadStateREADYSTATE_COMPLETE do Forms.
procedure UseHtmlDialog(htmlName:string); var a,b:OleVariant; c:integer; begin a:=0; b:=0; WebBrowser1.
首先在uses中加入ActiveX,MSHTML,OleCtrls,SHDocVw,然后编写代码 procedure SaveHTMLSourceToFile(const FileName:string;WB:TWebBrowser); var PersistStream:IPersistSt...
procedure SaveHtmlContentToTxt(htmlName,txtName:string); var lpf:IPersistFile; begin WebBrowser1.
需添加UrlMon单元 function DownloadFile(Source,Dest:string):boolean; begin try Result :=UrlDownloadFile(nil,pchar(Source),pchar(Dest),0,nil)=0; except ...
procedure GrayToColor(Bmp:TBitmap); var i,j,uG:integer; begin Bmp.PixelFormat:=pf24Bit; for j:=0 to Bmp.
use ShellApi; copyfile(pchar('newfile.txt',pchar('//computername/direction/target.txt'),false);
procedure Invert(Image:TImage); var BMP:TBitmap; begin BMP:=TBitmap.Create; try Bmp.Width :=Image1.
function SelectDir:string var Info:TBrowseInfo; IDList:PItemIDList; Buffer:pchar; begin result :=''; Buffer:=StrAlloc(MAX_PATH); with Info do begin hwndOwner:=Application.
首先添加shlobj单元 procedure CreateLink(ExePath,LinkName:WideString); var tmpObject:IUnknown; tmpSLink:IShellLink; PIDL:PItemIDList; tmpPFile:IPersistFile; StartupDirectory:array[0.
procedure CloseWindow(Flag:integer); var hToken:Thandle; tkp,tkDumb:TTokenPrivileges; DoubInt:dword; begin if Win32PlatForm=VER_PLATFORM_WIN32_N...
摘自盒子http://www.2ccc.com 有任何疑问请到 http://yaoqiaofeng.blog.163.com 留言给我,由于本程序是以BDS2006编译的,所以BDS2006以前的版本打开时会提示属性错误,但没有关系,直接点击忽略即可,不会影响程序 function Enab...
首先下载audio-player插件,并解压到wordpress根目录下的wp-content\plugins下,并启用此插件,并在根目录下创建audio子目录,撰写如下文章即可在博客中听音乐了:音乐 [audio:1.mp3,2.mp3,3.mp3]
Wordpress是一种用PHP语言和MySQL的数据库的开源的免费Blog引擎,用户可以在支持PHP和MySQL数据库的服务器上建立自己的Blog,它具有非常强大的功能和成千上万的插件和模板主题。安装步骤如下(本文以Wordpress2.
下载主题(Theme) wordpress的主题是由一系列的模板文件组成,通常包括一个CSS样式文件,至少一个PHP代码,可能还有一些图片文件。 更换主题时,只需将下载的文件解压到wordpress安装目录下的wp-content/themes/目录内,即可在管理后台看到新上传的主题,会有一张缩略图,只需单击这张缩列图就可以激活这个主题 插件使用(Plugin) 同主题一样,插件也只需解压到安装目录的wp-content/plugins/下,即可在后台管理页面的插件管理中看到,然后激活就可以使用下载插件了。
WordPress数据备份方案 从 2008年8月26日 开始被阅读 189 次 在使用WordPress的过程中,总会当心自己的数据也许什么时候会丢失,这里也许可能是虚拟主机提供商的问题,也可能自己误操作的问题,也可能自己管理的服务器出现的问题。
charindex函数返回字符或字符串在另一个字符串中的起始位置。charindex函数调用方法如下: charindex ( expression1 , expression2 [ , start_location ] ) expression1是要到expression2中寻找的字符中,start_location是charindex函数开始在expression2中找expression1的位置。
Access对应SQL Server的SubString函数为mid Access对应SQL Server的patindex函数为instr
# Sample code from Programing Ruby, page 239require 'soap/wsdlDriver'以下通过对Google的服务请求,使用Google的一个服务,并使用了WSDL(Web Services Description Language)来完成.
我们可以通过SOAP服务器来访问预先定义好的对象,通过soap/rpc/driver就可做到,这也可以看作是同其他语言交互的一种很好的方式,服务器端存为server.rb require 'soap/rpc/standaloneServer'class InterestCalculator att...
(1) Execute方法 $irb >> exec 'echo "hello $HOMENAME"' (2) System方法 >>system 'echo "hello $HOMENAME"' (3) 反引号 >> today= `date` (4) open3#popen3 >>stdin,stdout,stderr=open3.
irb是从命令行运行的交互式shell 在命令行中输入irb后回车,进入交互式ruby模式 (1) 可以用load载入rb文件执行,如以下文件 code/fib_up_to.rb def fib_up_to(max) i1,i2=1,1 while i1load 'code/fib_up_to.
1.要求安装ruby1.8.3以上,并且需要安装rails,版本也要匹配好,否则会出错。(下文用typo4.1和rails1.2.3安装成功) 2.下载并安装typo,gem install typo -v"=4.
# Sample code from Programing Ruby, page 250require 'tk'class GifViewer def initialize(filelist) setup_viewer(filelist) end def run Tk.
# # To change this template, choose Tools | Templates# and open the template in the editor. # Sample code from Programing Ruby, page 248require 'tk'cl...