代码搜索:WebRoot
找到约 2,741 项符合「WebRoot」的源代码
代码结果 2,741
www.eeworm.com/read/162519/5542659
makefile
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
%.html: %.wml ../include/macros.wml ../include/layout.
www.eeworm.com/read/162519/5542664
makefile
SUBDIRS=
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
TEXI_SRC := $(wildcard ../../*.texinfo)
VPATH = ../..
WML_SRC = $(patsubst ../../%, %, $(TEXI_SRC:.texinfo=.html)) $(wild
www.eeworm.com/read/162519/5542670
makefile
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
%.html: %.wml ../include/macros.wml ../include/layout.
www.eeworm.com/read/162519/5542676
makefile
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
%.html: %.wml ../include/macros.wml ../include/layout.
www.eeworm.com/read/162519/5542679
makefile
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
%.html: %.wml ../include/macros.wml ../include/layout.
www.eeworm.com/read/162519/5542686
makefile
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
%.html: %.wml ../include/macros.wml
$(WML) -o $@ $<
#
www.eeworm.com/read/334818/12571958
txt readme.txt
环境的搭建:
1、新建一个Web工程
2、将Jsp下的JSP页面和images拷贝到工程的WebRoot里面
3、将Enviroument下的images文件夹拷贝到工程的WebRoot里面
运行注意事项:
1、JS文件的编码是utf-8
www.eeworm.com/read/370167/9613702
txt deploylog.txt
dwspy succeeded.
E:\web_khhr\web_khhr_webform.pbt_build>if not exist "E:\web_khhr\web_khhr_webform.pbt_build\web_khhr\Debug" mkdir "E:\web_khhr\web_khhr_webform.pbt_build\web_khhr\Debug"
E:\we