CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ASP
ASPX.NET
PHP
JSP/Java
FlashMX
Perl
Other Web Code
SilverLight
Search - h.3 - List
[
WEB Code
]
aspgerenweb
DL : 0
本次更新: 1.可以自由更换皮肤 2.优化了后台 3.增加了音乐播放器 4.增加了网站开关功能 5.增加了个人资料填写功能 H.Z.C网站管理系统主要功能有 1.网站首页管理 2.个人作品管理 3.个人日记管理 4.音乐娱乐管理 5.图片相册管理 6.技术文章管理 7.网站留言系统-The update 1. Are free to change the skin 2. Optimized background 3. An increase of music player 4. Increase the switching function of the site 5. Increase the fill capabilities of personal data
Date
: 2025-12-16
Size
: 641kb
User
:
天知道
[
WEB Code
]
0071494456_code
DL : 0
Part I: PL/SQL Fundamentals Chapter 1. Oracle PL/SQL Overview Chapter 2. PL/SQL Basics Chapter 3. Language Fundamentals Chapter 4. Control Structures Chapter 5. Error Management Part II: PL/SQL Programming Chapter 6. Functions and Procedures Chapter 7. Collections Chapter 8. Large Objects Chapter 9. Packages Chapter 10. Triggers Part III: PL/SQL Advanced Programming Chapter 11. Dynamic SQL Chapter 12. Intersession Communication Chapter 13. External Procedures Chapter 14. Object Types Chapter 15. Java Libraries Chapter 16. Web Application Development Part IV: Appendixes Appendix A. Oracle Database Administration Primer Appendix B. Oracle Database SQL Primer Appendix C. PHP Primer Appendix D. Oracle Database Java Primer Appendix E. Regular Expression Primer Appendix F. Wrapping PL/SQL Code Primer Appendix G. PL/SQL Hierarchical Profiler Primer Appendix H. PL/Scope Appendix I. PL/SQL Reserved Words and Keywords Appendix J. PL/SQL Built-in Functions
Date
: 2025-12-16
Size
: 1.47mb
User
:
Ratmir
[
WEB Code
]
youqinglianjiezidongshoulu
DL : 0
链接自动收录系统_3.0_utf-8 1、修改后台系统配置页面,用户可以自由修改系统作者、版本信息。 2、后台头部导航优化 3、首页版面优化及版面重新排版 4、内页模板修改及优化,版面与首页统一 5、增加了网站收录个数统计 6、增加了百度、GOOGLE的site查询 7、帮助页面改版 请先修改程序目录下INCLUDE/CONN.PHP配置文件,然后运行! 为什么我的网站出现错误? 请确保您所购买的空间或服务器支持PHP_CURL模块,只要是正常的空间都会支持。 怎么看空间是否支持PHP_CURL扩展模块? 将压缩包中的phpinfo.php文件上传至网站空间并访问该页面,Ctrl+F查找CURL是否有相关匹配内容,如果没有则说明不支持该模块,解决方法在php.ini开启php_curl模块,虚拟主机用户请联系空间商(最好在购买前先咨询)。 如何启用伪静态? 在启用前请先确认空间是否支持伪静态功能,如果不支持则无法启用伪静态,服务器用户可自行配置,虚拟主机用户请咨询空间商。-Link ticker system _3.0_utf-8 1, modify the background system configuration page, the user can freely modify the system version information. 2, the background of the head of navigation optimization 3, the home page layout optimization and layout re-typesetting 4, within the page template modification and optimization, layout and Home unity 5, increasing the site included the number of statistics 6, an increase of Baidu, GOOGLE site query 7, the help page revision Please modify the INCLUDE the/CONN.PHP configuration file in the program directory, then run! Why am I getting an error? Make sure you buy the space or server support PHP_CURL module, as long as the normal space will support. How to see the space, whether to support PHP_CURL expansion module? Will compress the phpinfo.php file in the package uploaded to the web space and access to the page Ctrl+ F to find the CURL related matches, if not, does not support the module in php.ini open php_curl module virtual The h
Date
: 2025-12-16
Size
: 201kb
User
:
Joney
[
WEB Code
]
PHPObjects
DL : 0
PHP面向对象(六日通)教程 (一)简单方法理解,面向对象 1-1 面向对象的假设举例 1-2 我的细微理解 (二) 使用Class创建一个类 2-1 使用Class创建一个类 (三) 类属性 和类方法 3-1 类属性 和类方法 (四)使用New函数 将对象实例化 4-1 使用New函数 将对象实例化 (五)面向对象开发的学习笔记 5-0 面向对象开发的学习笔记 5-1 对象中的$this关键字 5-2 初始化对象函数 __construct() 5-3 析构函数 __destruct() 5-4 不使用$this的简单例子 5-5 使用$this的简单例子 5-6 使用初始化+$this+释放函数 (六)类的封装和应用 6-1 类的封装和应用 (七)类的继承和应用 7-1 类的继承和应用 (八)类的抽象方法和类 8-1 类的抽象方法和类 (九)类中常见关键字 9-1 类中常见关键字 (十)类中接口应用 10-1 类中接口应用 (十一)多态的介绍与优势 11-1 多态的介绍与优势 (十二)面向对象总结篇 11-1 面向对象总结篇 -PHP object-oriented (pass 6) tutorial (A) The simplest way to understand object-oriented Examples of 1-1 object-oriented assumptions 1-2 my subtle understanding (B) Use Class to create a class 2-1 Class to create a class (C) the class attributes and class methods 3-1 class attributes and class methods (D) the object is instantiated using the New function 4-1 using the New function object is instantiated (E) object-oriented development study notes 5-0 study notes that object-oriented development 5-1 objects in the $ this keyword 5-2 initialize the object function __ construct () 5-3 destructor function __ destruct () 5-4 do not use $ this simple example 5-5 use of $ this simple example 5-6 Using Initialization $ this release function (F) a package and application 6-1 package and application (G) class inheritance and application 7-1 class inheritance and application (H) abstract methods and classes 8-1 class abstr
Date
: 2025-12-16
Size
: 41kb
User
:
爱上
[
WEB Code
]
911sz7.0
DL : 0
闪字链接网DIV版 7.0 新加功能: 1. 修复6.0用户提交已知BUG (更新重点) 2. 增加ASP伪静态*HTM互换 (更新重点) 3. 优化模板,访问速度更快 4. 增加首页广告位,后台直接管理 (更新重点) 5. 改写分类,可做子类 6. 高速代码重写,速度更快,更美观 7. 提示:选择HTM,建议后台设置(审核状态为关闭) ASP伪静态看自己需要选择,选择H TM,请生成全部网址页 8. 本套程序功能完整无错,无任何后门,无任何限制!感谢大家对闪字链接网关注和提 出的意见和建议 后台登录地址在admin/index.asp,默认管理员账号:admin,密码:admin-New added functions the the flash word link network DIV Edition 7.0: 1. Repair 6.0 user to submit the known BUG (updated focus) 2. Increase in ASP pseudo-static* HTM swaps (updated focus) 3. Optimize the template, access faster increase Home advertising space, background direct management (focus) 5. rewritten classification, do subclass 6 speed code rewrite, faster, more beautiful 7 Tip: Select HTM, recommendations background set (audit status is off) ASP The pseudo static to see if they need to select, select H TM, generate all URLs page 8 This set of program features the complete error-free, no back door, no restrictions! Thank everyone on the flash word link gateway Note and put forward opinions and suggestions backstage login address in admin/index.asp, the default administrator account: admin, password: admin888
Date
: 2025-12-16
Size
: 1.79mb
User
:
sddsfd
[
WEB Code
]
qingtian
DL : 0
晴天的授权方式很独特,下面我说下方法,大家先记下算法, a=67 b=68 c=69 d=70 e=71 f=72 g=73 h=74 i=75 j=76 k=77 l=78 m=79 n=80 o=81 p=82 q=83 r=84 s=85 t=86 u=87 v=88 w=89 x=90 y=91 z=92 0=01 1=02 2=03 3=04 4=05 5=06 6=07 7=08 8=09 9=00,晴天授权方法,把你域名里的.去掉,如你的是8ry.cn那么就是8rycn晴天的是从后面网前算得,也就相当于ncyr8,得出来的授权码就是8069918409 二、修改程序法 方法很简单,打开\inc\shw.inc可以直接用记事本直接打开,然后搜索if qingtian.ul=UnEnco(name) then把这段修改成if qingtian.ul<>UnEnco(name) then 就这样破解了...然后访问首页,授权码随便填都可以!-License sunny very unique, here I am referring to the next method, we write down the algorithm, a = 67 b = 68 c = 69 d = 70 e = 71 f = 72 g = 73 h = 74 i = 75 j = 76 k = 77 l = 78 m = 79 n = 80 o = 81 p = 82 q = 83 r = 84 s = 85 t = 86 u = 87 v = 88 w = 89 x = 90 y = 91 z = 92 0 = 01 1 = 022 = 033 = 044 = 055 = 066 = 077 = 088 = 099 = 00, sunny authorization method, put your domain name in the. removed, so if you are 8ry.cn is 8rycn sunny day is considered from behind the net, it is equivalent to ncyr8, get out of the authorization code is 8069918409 Second, modify the program method is very simple, open \ inc \ shw.inc can directly open with Notepad, and then search if qingtian . ul = UnEnco (name) then put this modified if qingtian.ul < > UnEnco (name) then break ... so then visit the home page, you can easily fill an authorization code!
Date
: 2025-12-16
Size
: 11.38mb
User
:
刘鹏
[
WEB Code
]
mobilizer_40uuud
DL : 0
php脚本语言写的CMS建站,急速CMS v1.0.3,1.程序是PHP+MYSQL的语言、数据库环境开发2.程序的开发服务器环境:appserv平台的appserv-win32-2.5.10版本3.PHP版本5.2.6 MYSQL:5.0.51a Apache:2.2.8 (Win32)安装说明:二进制传到根目录运行h,参考学习应运于开发实践不错的例子-CMS written in php scripting language station, rapid CMS v1.0.3, 1 program is PHP+MYSQL language, database development environment 2 program development server environment:.. appserv-win32-2.5.10 version 3.PHP appserv platform version 5.2. 6 MYSQL: 5.0.51a Apache: 2.2.8 (Win32) Installation instructions: Binary spread to the root directory run h, reference should be shipped in the development of practice learning a good example
Date
: 2025-12-16
Size
: 252kb
User
:
邱介志
[
WEB Code
]
bootstrap_htmb_v2.2
DL : 1
H+是一个完全响应式,基于Bootstrap3.3.4最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。-H+ is a complete response, based on the latest version of Bootstrap3.3.4 development of flat theme, she used the mainstream about two column layout, using Html5+CSS3 and other modern technology, she provides a lot of powerful UI components can be re integrated, and integrated the latest jQuery Version (V2.1.1), of course, also integrated a lot of powerful, versatile jQuery plug-ins, such as web site management background, CRM, OA, CMS and so on, of course, you can also make a better system for her depth.
Date
: 2025-12-16
Size
: 5.48mb
User
:
zzpudn16
[
WEB Code
]
jiedaikuanlixitong
DL : 0
借贷管理系统基于ThinkPHP3.2.3开发,前端使用H+框架,添加借款后,自动计算每月的回款日期,并可通过统计表和柱状图直观的显示还款情况-Lending management system based on ThinkPHP3.2.3 development, front-end use of H+ framework, add the loan, automatically calculate the monthly payment date, and through the statistical tables and histograms to directly display the repayment situation
Date
: 2025-12-16
Size
: 4.12mb
User
:
刘到
[
WEB Code
]
hshoujipingban
DL : 0
源码自适应手机平板是一个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验; 模板使用程序: DEDECMS版本都可以使用。 源码页面: index.htm首页 head.htm footer.htm article_article.htm文章内容-Mobile phone tablet is a source adaptive adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: the user experience: with standard layout, enhance the user experience Template application: DEDECMS version can be used. Source page: Index.htm home Head.htm Footer.htm Article_article.htm article content
Date
: 2025-12-16
Size
: 10.99mb
User
:
斜月
[
WEB Code
]
zmys
DL : 0
个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验; 模板使用程序: DEDECMS版本都可以使用。-An adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: the user experience: with standard layout, enhance the user experience Template application: DEDECMS version can be used.
Date
: 2025-12-16
Size
: 10.53mb
User
:
张晓峰
[
WEB Code
]
m-139hhdqqyw
DL : 0
一个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验;-An adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: the user experience: with standard layout, enhance the user experience
Date
: 2025-12-16
Size
: 12.95mb
User
:
wangruidong
[
WEB Code
]
xyslyxc
DL : 0
网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验; 模板使用程序: DEDECMS版本都可以使用。 源码页面: index.htm首页 head.htm footer.htm article_article.htm文章内容-Web templates, software compatible with the mainstream browser, the template contains installation instructions, and contains test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: the user experience: with standard layout, enhance the user experience Template application: DEDECMS version can be used. Source page: Index.htm home Head.htm Footer.htm Article_article.htm article content
Date
: 2025-12-16
Size
: 11.67mb
User
:
李红
[
WEB Code
]
zmfjinritoutiao
DL : 0
一个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验;-An adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: user experience: standard layout, illustrations enhance the user experience
Date
: 2025-12-16
Size
: 10.06mb
User
:
lidongkai
[
WEB Code
]
DEDECMSfangqiwen
DL : 0
一个自适应手机端和PC端的最新版织梦V5.7为内核的网站模板,软件兼容主流浏览器,模板包含安装说明,并包含测试数据。 dedecms最新版内核开发,原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 模板特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验;-An adaptive mobile phone terminal and PC terminal. The latest version of V5.7 kernel website template software compatible with mainstream browsers, the template contains installation instructions, including test data. Dedecms the latest version of the kernel development, original design, manual writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Template features: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: user experience: standard layout, illustrations enhance the user experience
Date
: 2025-12-16
Size
: 12.62mb
User
:
Mr.Mock
[
WEB Code
]
xyfhmy
DL : 0
原创设计、手工书写DIV+CSS, 完美兼容IE7+、Firefox、Chrome、360浏览器等;主流浏览器; 页面简洁简单,容易管理,DEDE内核都可以使用;附带测试数据! 响应式粉红色母婴营销型网站HTML5织梦模板整站源码特点: 1:案例详细页使用图集模型,单独的详细页,多图切换效果; 2:SEO代码标准:DIV+CSS代码精简、ATL属性、H标签的合理运用、静态HTML; 3:用户体验:标准的版面布局、图文并茂增强用户体验;-Original design, hand writing DIV+CSS, Compatible with IE7+, Firefox, Chrome, 360 browser, etc. The page is simple and easy to manage, and the DEDE kernel can be used! Responsive marketing website HTML5 Baby Pink template station source characteristics: 1: a case with page using the atlas model, with a separate page, multi switching effect 2:SEO code standards: DIV+CSS code simplification, ATL attributes, H tags, the rational use of static HTML 3: user experience: standard layout, illustrations enhance the user experience
Date
: 2025-12-16
Size
: 9.15mb
User
:
luqian
[
WEB Code
]
Hplus-v
DL : 0
v4.10 H+是一个完全响应式,基于Bootstrap3.3.6最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.1),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。 官网付费版本 售价998 包含源码和文档(V4.10 H+ is a complete response, the latest version of Bootstrap3.3.6 development based on the theme of her flat, with the mainstream two column layout, the use of Html5+CSS3 and other modern technology, many powerful UI components can be reassembled are provided, and the integration of the latest version of jQuery (V2.1.1), of course also, integration of a number of powerful and versatile jQuery plugin, she can be used for all Web applications, such as web site management background, member center, CMS, CRM, OA and so on, of course, you can also set the depth of her, in order to make the system more. Pay version 998 of the official website contains source and document)
Date
: 2025-12-16
Size
: 8.24mb
User
:
猫哥萌萌哒
[
WEB Code
]
hplus4.1-master
DL : 0
H+是一个完全响应式,基于Bootstrap3.3.6最新版本开发的扁平化主题,她采用了主流的左右两栏式布局,使用了Html5+CSS3等现代技术,她提供了诸多的强大的可以重新组合的UI组件,并集成了最新的jQuery版本(v2.1.4),当然,也集成了很多功能强大,用途广泛的jQuery插件,她可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA等等,当然,您也可以对她进行深度定制,以做出更强系统。(H+ is a complete response, based on the flat theme developed by the latest version of Bootstrap3.3.6, she uses the mainstream two column layout, using modern technology such as Html5+CSS3, providing many powerful and recombined UI components, and integrating the latest jQuery Version (v2.1.4). Of course, it also integrates a lot of powerful and versatile jQuery plug-ins. She can use all of the Web applications, such as site management backstage, web member center, CMS, CRM, OA and so on. Of course, you can also customize her to make a stronger system.)
Date
: 2025-12-16
Size
: 6.18mb
User
:
Cynczl
[
WEB Code
]
ESMS_v06.0108.H
DL : 0
安然企业网站管理系统 V06.0108.H 无组件生成HTML版 AnRowIT Enterprise Site Management System V06.0108.H 简要安装说明 1、上传至虚拟主机[跟目录或子目录均可]。 2、若上传至虚拟主机子目录则要修改文件 Include/EsmsConfig.Asp 中第63行“DatabasePath= /Database/#database.mdb ”为“DatabasePath= /子目录名/Database/#database.mdb ”。 3、网站常规设置(网站名称、版权信息、产品序列号、版块开放设置、语言控制等)都在 Include/EsmsConfig.Asp 文件中修改。 4、 Template 为模板目录,请自行制作模板,模板标签介绍请看《标签介绍.txt》。 5、 Admin/Admin_Login.Asp 管理登录路经,初始账号:admin,初始密码:admin(Enron enterprise website management system V06.0108.H no components to generate HTML version Enterprise Site Management System V06.0108.H AnRowIT Brief installation instructions 1, uploaded to the virtual host [with the directory or sub directory can be]. 2, if uploaded to the virtual host sub directory is to modify the file Include/EsmsConfig.Asp in the sixty-third line /Database/#database.mdb DatabasePath= for DatabasePath= /sub directory name /Database/#database.mdb . 3, the site of the conventional settings (site name, copyright information, product serial number, the opening of the forum, language control, etc.) are in the Include/EsmsConfig.Asp file to modify. 4, Template as the template directory, please make a template, template tags, please see .Txt . 5, the Admin/Admin_Login.Asp management through the initial login, account: admin, password: admin)
Date
: 2025-12-16
Size
: 1.62mb
User
:
bmpudn39
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.