在Ubuntu14.04下安装drupal8的注意事项
由 hubdog 于 星期五, 2015-07-24 19:32 发表1.一定要修改apache2.conf,将AllowOveride设为all
2.enable rewrite 模块 > sudo a2enmod rewrite
在ActiveX控件中获取activex的安装路径
由 hubdog 于 星期六, 2015-01-10 18:57 发表var
ModuleName: array[0..255] of Char;
Path:string;
begin
//
GetModuleFileName(HInstance,ModuleName, Length(ModuleName));
ShowMessage(ModuleName);
waitfor和synchronize导致的死锁
由 hubdog 于 星期四, 2014-05-08 23:27 发表合并多个静态库文件
由 hubdog 于 星期一, 2014-05-05 23:40 发表http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-li...
ar rcs librtl.a Sysinit.o