// DirectoryInfo di = new DirectoryInfo(@"E:\Messages"); // FindFile(di); static void FindFile(DirectoryInfo di) { ...
http://www.delphicorner.f9.co.uk/articles/apps7.htmTrapping Messages Sent to an ApplicationI wrote code for the OnMessage event handler of Application...
分类:
移动开发 时间:
2014-10-10 22:36:44
阅读次数:
251
http://www.delphidabbler.com/articles?article=1Why do it?Sometimes we need a non-windowed component (i.e. one that isn't derived fromTWinControl) to r...
当鼠标单击窗口的时候,我们自动的创建一个按钮,代码实现如下:interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;type TForm1 = class(TForm) procedure ...
分类:
其他好文 时间:
2014-10-05 20:08:28
阅读次数:
196
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPServer...
分类:
其他好文 时间:
2014-10-05 16:48:08
阅读次数:
313
查看文件内容cat /var/log/messages | grep mount 查看出错日志文件tac file1从最后一行开始反向查看一个文件的内容more file1查看一个长文件的内容less file1类似于'more'命令,但是它允许在文件中和正向操作一样的反向操作head -2 fil...
分类:
系统相关 时间:
2014-10-05 00:36:08
阅读次数:
329
文章出处:http://blog.csdn.net/xx77009833/archive/2010/07/30/5776383.aspx 为了满足某些目的,进行日志记录是很有必要的。 在典型的 LINUX 安装中,/var/log/messages 包含所有的系统消息,/var/log/mail ....
分类:
其他好文 时间:
2014-10-04 12:27:16
阅读次数:
188
1007. To and FroConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionMo and Larry have devised a way of encrypting messages. They first decide...
分类:
其他好文 时间:
2014-10-03 16:01:54
阅读次数:
180
一个list里面有两种对象,现在有个需求必须对不同的对象的日期来排序,以下是代码
/**
*@author 肖华 xh1991101@163.com
*/
List messages=messageSrv.getList(u.getUserId());
List messageList=new ArrayList();
for(Object o:messages){
messag...
分类:
编程语言 时间:
2014-09-30 21:30:10
阅读次数:
191
作者:zhanhailiang 日期:2014-09-30
1. 下载TortoiseSVN,将其安装在默认位置;
2. 使用Sublime包管理器下载安装TortoiseSVN Plugin,安装后注意阅读Package Control Messages,需要注意以下事项:
If TortoiseSVN is not installed at `C:\\...
分类:
Web程序 时间:
2014-09-30 14:20:29
阅读次数:
217