码迷,mamicode.com
首页 >  
搜索关键字:classes    ( 3495个结果
Log4j
下面是一个示例Log4j.properties,需要放在classpath下,web应用放在WEB-INF的classes下即可。 log4j.rootCategory=ALL, A1, Rlog4j.appender.A1=org.apache.log4j.ConsoleAppenderlog.....
分类:其他好文   时间:2014-10-21 00:46:48    阅读次数:222
Delphi常用函数库
unit SkyPublic;interfaceusesWindows,SysUtils,Classes,Controls,Dialogs,ShellApi,Menus,StdCtrls,registry,Forms,Graphics,Math,DateUtils;typeTQuarter = 1....
分类:Windows程序   时间:2014-10-21 00:44:54    阅读次数:544
获得同相应扩展文件名关联的应用程序
delphi 编程 获得同相应扩展文件名关联的应用程序,代码 如下:unit Unit1;interfaceusesWindows, Messages, Registry,IniFiles,SysUtils, Variants, Classes, Graphics, Controls, Form s...
分类:其他好文   时间:2014-10-21 00:44:47    阅读次数:205
全局消息
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Butto...
分类:其他好文   时间:2014-10-21 00:42:36    阅读次数:217
phpcms专题路径修改
两个文件改三处就可以了,既可以后台点击专题列表链接问题,也可以解决生成专题多一个“/”的问题。1、\phpcms\modules\special\classes\html.class.php大概第189行$file = pc_base::load_config('system', 'html_roo...
分类:Web程序   时间:2014-10-20 11:13:46    阅读次数:324
com.sun.jersey.api.container.ContainerException
com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes jersey 在配置文件web.xml中没有写对而出现的错误!!? 出错的原因: 是因为我的w...
分类:Windows程序   时间:2014-10-19 20:04:42    阅读次数:289
网站部署
http://sourceforge.net/projects/mingw/files/ HKEY_CLASSES_ROOT\exefile\shell\open\COMMAND dos查看文件关联 ASSOC HKEY_CURRENT_USER\Software\Microsoft\Windows...
分类:Web程序   时间:2014-10-18 16:45:33    阅读次数:201
在delphi中,DLL加载时做初始化的Demo
library DLLEntry;//dll源码 uses SysUtils, Classes, Dialogs, Windows; {$R *.res} procedure DLLEntryPoint(dwReason : DWord); begin ...
分类:Windows程序   时间:2014-10-18 16:43:15    阅读次数:234
根据进程名,查找并结束进程
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Tlhelp3...
分类:系统相关   时间:2014-10-18 15:21:27    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!