delphi×öµÄÈí¼þ´ò°ü£¬´ó¼Ò¶¼ÓÃʲôÈí¼þ£¿
delphi×öµÄÈí¼þ´ò°ü³É°²×°³ÌÐò£¬´ó¼Ò¶¼ÓÃʲôÈí¼þ£¿
×ÊÁÏÀï˵DELPHI7×Ô´øÁË´ò°üµÄÈí¼þ£¬´ó¼ÒÓõöàÂð£¿
ÓÃinno¾Í¿ÉÒÔÁË£¬ºÜ¼òµ¥
wiseinstall, installshield¶¼¿ÉÒÔ
inno¾ÍºÜºÃ
installshieldÊÇD7°²×°°üÀïµÄÂð£¿Ôõô°²×°£¿
inno setup + istools
installshieldͦºÃµÄ
Èç¹û²»ÊÇÒªÇóÌØ±ðÕýʽ£¬ÎÒ¾õµÃÖ±½ÓÓÃWinrar¾Í¿ÉÒÔÁË£¬ÂÌÉ«»·±££¬ºÇºÇ¡£
Wise Installation System 9.0
Ïà¹ØÎÊ´ð£º
ÒÑÖªPython ÖУº
s = unicode("²âÊÔ", "gb2312")
s = u'\u6d4b\u8bd5'
print s
²âÊÔ
ÔÚDelphiÀïÃæÈçºÎ½«\u6d4b\u8bd5ÕâÑùµÄ»¹Ô³ÉGb2312µÄºº×ÖÄØ£¿
ÕÒµ½¸ö·½·¨
......
delphi ÊÖ¶¯×°ÔØÇý¶¯ÎļþÌáʾ£º
RROR (1058): The driver is marked as disabled (Start=4) in its service database entry.
ÊDz»ÊÇÕâ¸öÇý¶¯±ØÐèÒªÓÃINFÀ´°²×°¡£¡£ÓÃ×Ô´øµÄINFÀ´×°ÊÇÕý³£µÄ¡£ÓÃÊÖ¶¯×°ÔؾÍÌáʾÈçÉÏ¡ ......
xml := CreateOleObject('Microsoft.XMLHTTP');
xml.Open('GET','http://www.google.com', False);
xml.Send;
xml.responseText;
ʹÓÃxml.responseText¿ÉÒÔ»ñÈ¡ÍøÒ³Ô´Âë,µ«ÊÇÔÙ´Î ......
Delphi(Pascal) code:
library Smart;
uses
SysUtils,
Classes,
Forms,
Dialogs,
Windows,
SmartWord in 'SmartWord.pas' {frmSmartWord},
pub in 'pub.pas';
{$R *.res}
var
AppDLL:T ......
ÎÒÔÚ»ªÊ¦´ó¶ÁÈí¼þ¡£¿ÎÌÃÉÏÄÃÒ»±¾delphiµÄÊé¿´¡£ÀÏʦ¿´¼ûÁË˵Ôõ»¹¿´delphi±¾Ê顣Ȼºó»Øµ½½²Ì¨ÉÏ˵һ´ó¶Ñ¡£Ëµdelphi 2000-2005ÄêÁ÷ÐУ¬½çÃæÒ²×öµÄºÜºÃ¡£ÏÖÔÚ²»Á÷ÐÐÁË£¬ÏÖÔÚ¶¼ÊÇC#,bs½á¹¹£¬Ò×·¢²¼¡£ÎÒ¾ËûÕâôһ˵£¬ºÜÓ ......