http://delphi.about.com/od/windowsshellapi/a/wm_copydata.htmhere are many situation when you need to allow for two applications to communicate. If you...
分类:
移动开发 时间:
2014-10-10 14:37:54
阅读次数:
277
重载显然是指的函数形参列表,与返回值没有什么关系,与形参名更没有什么关系!// 返回值不同,形参列表相同,重复声明Record lookup(const Account&);bool lookup(const Account&);// 非引用const和非引用,重复声明bool lookup(Acc...
分类:
其他好文 时间:
2014-10-09 22:26:37
阅读次数:
189
1 SELECT RECORD.[RECORD_ID] 2 ,RECORD.[WORKFLOW_INFO_ID] 3 ,RECORD.[FORM_CODE] 4 ,RECORD.[APPLY_DATE] 5 ,RECORD.[APPLY_EMP_ID...
分类:
数据库 时间:
2014-10-08 14:36:05
阅读次数:
249
rewrite ^/(post|record|sort|author|page)-([0-9]+)\.html$ /index.php?$1=$2;rewrite ^/tag-(.+)\.html$ /index.php?tag=$1;把index.html 强制转换到index.php页面rewr...
分类:
其他好文 时间:
2014-10-02 22:42:33
阅读次数:
169
首先讲讲指针类型在delphi中是怎么定义的:指针类型的定义语法type=^;指针指向动态变量的类型是由^符后的基类型来标识,^符号也就是指针类型,而C++中是用*符号来表示指针类型.举例说明type student = record //定义个记录类型,与c++中的结构类型类似 name:s...
分类:
其他好文 时间:
2014-09-29 23:01:11
阅读次数:
277
game = pc_base::load_model('game_model'); $this->db = pc_base::load_model('gamedown_model'); $this->html_root = 'D:\wamp\www\record\/htm...
分类:
Web程序 时间:
2014-09-29 20:49:42
阅读次数:
300
最近要写个项目,由于项目中导出excel太多,因此写个类便于使用。fileName = '文件名称';//设置文件名称,默认为时间戳*$excel->format = '2007';//文件类型,默认为2007,其他为excel5*$record = array( 'delKey'=>array('...
分类:
Web程序 时间:
2014-09-25 16:39:39
阅读次数:
345
怎么用CMD命令进入D盘(任意盘符):(1):首先打开cmd->点开始->运行输入cmd->在CMD窗口中输入cd\(就是返回根目录)回车在输入D:即可在D盘操作状态。(2):直接输“D:”即可
分类:
其他好文 时间:
2014-09-25 12:16:39
阅读次数:
205
MagicalRecord入门教程分类:ios开发2014-03-13 23:531012人阅读评论(1)收藏举报目录(?)[+]Magical Record是什么在Cocoa中存在一种技术叫Core Data,用来对数据进行持久化,类似于Java世界中的Hibernate。在新建Cocoa App...
分类:
其他好文 时间:
2014-09-25 00:22:27
阅读次数:
270
delete from MSS_RECORD where GMT_CREATED BETWEEN to_date(to_char(sysdate,'yyyy-mm-dd') || ' 00:00:00','yyyy-mm-dd hh24:mi:ss') AND to_date(to_char(sys...
分类:
其他好文 时间:
2014-09-24 20:56:07
阅读次数:
214