Delphi DateTime,Date,Time TDateTimePickerDateTimeDateTimeDateTimePicker一、DateTime,Date,Time存储方式本质上也是以double来存储的。用整数部分表示日期,小数部分表示时间。可看我另外一篇“access 中“日期... Read More
posted @ 2014-07-02 22:37 findumars Views(4761) Comments(0) Diggs(1)
Delphi中WebBrowser控件打开部分网站报"Invalid floating point operation”解决EmbeddedWBWebBrowserDelphi最近用EmbeddedWB控件做浏览器相关应用的时候,发现有些网页只要一打开就一定会蹦出一个“Invalid floatin... Read More
posted @ 2014-07-02 22:20 findumars Views(512) Comments(0) Diggs(0)
delphi中URL的汉字编码show.asp?sort=全部&sortlevel=1&gorq=供&n=5&sitename=全部&img=yes&imgfile=/images/dot_g.gif诸如这样的形式,在百度查询会转成GB2312的编码,每个汉字对应2个%xx%xx ,但是在googl... Read More
posted @ 2014-07-02 22:18 findumars Views(6574) Comments(1) Diggs(1)
研读深入浅出VCL一书的时候,有不少地方被网友提出疑问,而且似乎是网友们正确。但这丝毫不动摇李维在大中华Delphi界的江湖地位,因为高手应该是对整个系统理解的高手,而不是对某一个疑问的高手。能花巨量心思与精力写出如此巨著已经很不可思议,更不用说他还写了许多其它书籍、做了许多其它事情。我自己也算仔细... Read More
posted @ 2014-07-02 22:12 findumars Views(1023) Comments(0) Diggs(0)
如何配置MYSQL的MASTER---SLAVE复制备份?一、配置一个mysql服务器做master: 在配置文件my.ini中添加如下内容:log-bin=matster-binlog-bin-index=matster-bin.indexserver-id=1master必须有一个活动的二进制日... Read More
posted @ 2014-07-02 21:46 findumars Views(332) Comments(0) Diggs(0)
Simple question about MySQL embedded application. Post a reply </form> 7 posts • Page 1 of 1 Post a reply Post a reply </form> 7 posts • Page 1 of 1 S Read More
posted @ 2014-07-02 21:44 findumars Views(1592) Comments(0) Diggs(0)
UniLabel组件:function OnClick(sender, e){ MainForm.UniLabel1.setText('Click!');}function Onmousemove(sender, x, y){ MainForm.UniLabel1.setPosition(x, ... Read More
posted @ 2014-07-02 21:42 findumars Views(1112) Comments(0) Diggs(0)
Delphi中SendMessage使用说明 SendMessage基础知识 函数功能:该函数将指定的消息发送到一个或多个窗口。此函数为指定的窗口调用窗口程序,直到窗口程序处理完消息再返回。而函数PostMessage不同,将一个消息寄送到一个线程的消息队列后立即返回。 函数原型:LRESULT S Read More
posted @ 2014-07-02 21:17 findumars Views(16035) Comments(0) Diggs(0)