张志峰的博客

水滴石川,积少成多。

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 120 下一页

2016年12月19日

摘要: function BringWindowToTopEx(hWnd: HWND): Boolean;begin if IsIconic(hWnd) then ShowWindow(hWnd, SW_RESTORE); if GetForegroundWindow <> hWnd then SetFor 阅读全文

posted @ 2016-12-19 14:34 ╰★张志峰★╮ 阅读(691) 评论(0) 推荐(0) 编辑

摘要: 实例1 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; const WM_ME=WM_USER+100; 阅读全文

posted @ 2016-12-19 13:42 ╰★张志峰★╮ 阅读(992) 评论(0) 推荐(0) 编辑

2016年12月16日

摘要: @echo on for /r %%f in (*.htm) do del %%f Ctrl+S保存 阅读全文

posted @ 2016-12-16 14:44 ╰★张志峰★╮ 阅读(163) 评论(0) 推荐(0) 编辑

2016年12月14日

摘要: 代码: 代码 阅读全文

posted @ 2016-12-14 13:33 ╰★张志峰★╮ 阅读(444) 评论(0) 推荐(0) 编辑

摘要: 参考这个帖子 http://blog.csdn.net/chyoma/article/details/50839715 阅读全文

posted @ 2016-12-14 11:28 ╰★张志峰★╮ 阅读(312) 评论(0) 推荐(0) 编辑

2016年12月10日

摘要: 1.更改Float字段类型to Decimal ALTER TABLE 表名 MODIFY 字段名 decimal(10,2) not null default '0'; 如: ALTER TABLE invoice MODIFY TotalMoney decimal(10,2) not null 阅读全文

posted @ 2016-12-10 18:57 ╰★张志峰★╮ 阅读(957) 评论(0) 推荐(0) 编辑

2016年12月7日

摘要: http://www.codefans.net/articles/1342.shtml Delphi完成的断点续传例子,在网络应用中,断点续传是相当实用的,比如自动升级、或下载程序中,都可以用到。在Delphi7中,可以使用TIdHTTP和TIdFTP组件实现基于HTTP协议的断点续传和FTP协议的 阅读全文

posted @ 2016-12-07 16:02 ╰★张志峰★╮ 阅读(1149) 评论(0) 推荐(0) 编辑

摘要: http://blog.csdn.net/lin_strong/article/details/51594570 阅读全文

posted @ 2016-12-07 15:31 ╰★张志峰★╮ 阅读(235) 评论(0) 推荐(0) 编辑

2016年12月6日

摘要: 2013-12-13 14:40:00.0 本文来源:人民网 点击参与跟帖 2013-12-13 14:40:00.0 本文来源:人民网 点击参与跟帖 2013-12-13 14:40:00.0 本文来源:人民网 点击参与跟帖 原标题:健康之道:甲状腺癌怎样早发现 摘要:甲状腺癌怎样早发现呢?隐早期 阅读全文

posted @ 2016-12-06 16:00 ╰★张志峰★╮ 阅读(252) 评论(0) 推荐(0) 编辑

摘要: http://blog.csdn.net/sqldebug_fan/article/details/9043699 阅读全文

posted @ 2016-12-06 09:34 ╰★张志峰★╮ 阅读(541) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 120 下一页