-
ewebeditor10.0
ewebeditor10.0弄清楚如何设置ewebeditor的“相对路径”
web访问http://localhost/xxx/view.asp
其中xxx可以是任何的目录,例如:
1、xxx=web--------->http://localhost/web/view.asp
2、xxx=pc/web--------->http://localhost/pc/web/view.asp
本地目录:在某目录xx下有如下结构,
┎─[.]
┠─────view.asp
┃
┠────┰[ewebeditor]
┃ ┃
┃ ┖─ewebeditor.asp
┃
┠────┰[admin]
┃ ┃
┃ ┖─edit.asp
┃
┠─────[uploadfile]
目录下有显示文件view.asp、编辑目录ewebeditor、管理目录admin、存放图片的目录uploadfile
admin目录下有管理的edit.asp,用于编辑要显示的内容。(EB accesses http://localhost/xxx/view.asp
Where XXX can be any directory, for example:
1. XXX = Web - ---> http://localhost/web/view.asp
2. XXX = PC / Web - ---- - > http://localhost/pc/web/view.asp
Local directory: In a directory xx, there is the following structure.)
- 2020-06-20 05:20:02下载
- 积分:1
-
vfp计算器 vfp计算器 vfp计算器
vfp计算器 vfp计算器 vfp计算器-calculators Probe Probe calculator calculator Probe Probe calculator Probe calculator calculator Probe
- 2022-03-02 05:52:50下载
- 积分:1
-
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用...
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用-OPP PPT
- 2022-06-26 16:23:29下载
- 积分:1
-
Dont.Starve.Aerial.view.mod
说明: 一款饥荒游戏的Mod,希望大家喜欢,能够给大家带来不一样的游戏体验(A mod of famine game, I hope you like it and can bring you different experience)
- 2020-02-22 20:38:33下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
llk
实现连连看游戏的算法。采用递归的算法找实现,很参考价值。(Achieve Lianliankan game algorithms. Find a recursive algorithm implementation, it is reference value.)
- 2013-08-06 12:40:25下载
- 积分:1
-
Prentice-Applying UML and Patterns 2nd-fly
这是一本关于UML的权威经典书籍,有应用实例,便于自学。(This is a UML on the authority of classic books, some application examples facilitate self-learning.)
- 2005-08-12 15:22:24下载
- 积分:1
-
语义化版本 2.0.0
说明: 语义化版本 2.0.0 - Semantic Version 2.0.0(Semantic Version 2.0.0 - Semantic Version 2.0.0)
- 2020-06-19 16:40:01下载
- 积分:1
-
SignalAnalysisPlatform
自己编的一个生物电信号处理平台,包括相干平均、滤波和傅里叶分析等方法。(Its own series of a biological signal processing platform, including the coherent average, filtering and Fourier analysis methods.)
- 2020-11-07 17:09:49下载
- 积分:1
-
NIfTI_20140122
说明: matlab包,将nii转换为mat的数据包,也可以将nii转换为mat(niiMatlab package, convert nii to mat data package, you can also convert nii to mat)
- 2019-06-22 20:53:08下载
- 积分:1