在Ubuntu14.04下安装drupal8的注意事项
Submitted by hubdog on Fri, 2015-07-24 19:321.一定要修改apache2.conf,将AllowOveride设为all
2.enable rewrite 模块 > sudo a2enmod rewrite
Delphi的Android的打开文件对话框组件
Submitted by hubdog on Sun, 2015-05-17 14:58http://bluexmas.tistory.com/427
在ActiveX控件中获取activex的安装路径
Submitted by hubdog on Sat, 2015-01-10 18:57var
ModuleName: array[0..255] of Char;
Path:string;
begin
//
GetModuleFileName(HInstance,ModuleName, Length(ModuleName));
ShowMessage(ModuleName);
waitfor和synchronize导致的死锁
Submitted by hubdog on Thu, 2014-05-08 23:27合并多个静态库文件
Submitted by hubdog on Mon, 2014-05-05 23:40http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-li...
ar rcs librtl.a Sysinit.o