码迷,mamicode.com
首页 >  
搜索关键字:messages    ( 1544个结果
C#遍历指定目录下的所有文件及文件夹
// DirectoryInfo di = new DirectoryInfo(@"E:\Messages"); // FindFile(di); static void FindFile(DirectoryInfo di) { ...
分类:Windows程序   时间:2014-10-12 12:10:27    阅读次数:335
Trapping Messages Sent to an Application
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
How a non-windowed component can receive messages from Windows -- AllocateHWnd
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...
分类:Windows程序   时间:2014-10-10 11:34:04    阅读次数:229
第四课 实例(一) 动态的创建组件
当鼠标单击窗口的时候,我们自动的创建一个按钮,代码实现如下:interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;type TForm1 = class(TForm) procedure ...
分类:其他好文   时间:2014-10-05 20:08:28    阅读次数:196
delphi tcp/ip IdTCPServer1实例一
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPServer...
分类:其他好文   时间:2014-10-05 16:48:08    阅读次数:313
linux常用指令(3)文本处理
查看文件内容cat /var/log/messages | grep mount 查看出错日志文件tac file1从最后一行开始反向查看一个文件的内容more file1查看一个长文件的内容less file1类似于'more'命令,但是它允许在文件中和正向操作一样的反向操作head -2 fil...
分类:系统相关   时间:2014-10-05 00:36:08    阅读次数:329
syslog(),closelog()与openlog()--日志操作函数 (1)
文章出处: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
sicily 1007 to and from 密文解码 数组与下标
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
java自定义ArrayList排序, 大神略过
一个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
【PHP分享】Sublime Text 2集成TortoiseSVN插件
作者: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!