12 2011 档案

Delphi sendmessage 外部程序传值
摘要:Procedure TForm1.Button1Click(Sender: TObject);VarFormHwd, OKHandle, EDHwd1, EDHwd2: THandle;BeginFormHwd := FindWindow(nil, '用户登录');//窗口名称If FormHwd > 0 ThenBeginOKHandle := FindWindowEx(FormHwd, 0, PChar('TBitBtn'), Pchar('确定'));//按钮EDHwd1 := FindWindowEx(FormHwd, 0, PCh 阅读全文

posted @ 2011-12-27 15:00 cn三少<script></script> 阅读(405) 评论(0) 推荐(0) 编辑

delphi 无标题栏时,窗体跟随其他控件移动的方法
摘要:procedure image1.onMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin ReleaseCapture; SendMessage(Handle, WM_SYSCOMMAND, $F012, 0); end 阅读全文

posted @ 2011-12-13 13:15 cn三少<script></script> 阅读(330) 评论(0) 推荐(0) 编辑

Linux php安装zip扩展
摘要:# wget http://pecl.php.net/get/zip-1.10.2.tgz # tar zxvf zip-1.10.2.tgz # cd zip-1.10.2 # /usr/local/php/bin/phpize 运行了这个zip目录下会自动生成几个文件,其中包括configure # ./configure --with-php-config=/usr/local/php/bin/php-config # make # make install 安装完成后修改一下php.ini # vim /usr/local/php/etc/php.ini 加入 extension=/u 阅读全文

posted @ 2011-12-06 14:46 cn三少<script></script> 阅读(2736) 评论(0) 推荐(0) 编辑

mysql rpm安装 开启innodb
摘要:系统环境:linux数据库版本:mysql 5.1.47需要要安装innodb类型支持先查看mysql是否安装了innodb插件Sql代码 [root@localhostbin]#./mysqlmysql>showplugin;+------------+--------+----------------+---------+---------+|Name|Status|Type|Library|License|+------------+--------+----------------+---------+---------+|binlog|ACTIVE|STORAGEENGINE| 阅读全文

posted @ 2011-12-04 20:52 cn三少<script></script> 阅读(681) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示