登录
首页 » ASP » wordpressbae_v3.6

wordpressbae_v3.6

于 2016-03-16 发布 文件大小:5590KB
0 233
下载积分: 1 下载次数: 1

代码说明:

  整合了无XSL的Google Sitemap.这样谷歌网站管理员不会提示无法索引 整合了正常无措的百度网站地图.有利于SEO 整合了MP6插件美化后台 整合了多说评论插件,因为BAE评论始终有500问题,出现在AJAX评论上,而且BCMS发信经常定期问题,所以放弃自带评论系统,不过多说可以回流评论,没有多少问题(Integration of the Google Sitemap. XSL so Google site administrators will not be prompted to index Integration of the normal and no measures of the Baidu site map is conducive to SEO MP6 plug-in integration of the integration of the background Integrated say comment plugin, because there is always five BAE comments appear in the Ajax comments and BCMS letter regularly issue, so give up own comment system, but to say much can be reflow comments, no question of how much)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CRM客户管理系统
    开发环境为VS2008,编程语言为C#,数据库为SQL server 2008。包含收发消息、客户信息管理、跟进、实施等功能.
    2022-09-28 05:40:05下载
    积分:1
  • dx-auto-save-images
    自动保持远程图片到本地,并且自动生成缩略图。(Automatically keep the remote picture to the local, and automatically generate thumbnails.)
    2019-04-26 13:16:45下载
    积分:1
  • 网页播放mp4方法
    应用背景 一、借助插件 ckplayer,下载路径 http://www.ckplayer.com/ 步骤1:关于ckplayer的安装       将down下的压缩文件解压,把ckplayer文件夹放在项目的根目录(WebRoot)下,请注意,该插件跟你网站使用的什么环境和程序语言没有任何关系。就相当于一个js文件一样使用即可。     1.1  ckplayer项目效果图 步骤2:调用方式说明      调用方式非常灵活,可以直接像插入普通flash文件一样插入到网页中,也可以用adobe提供的JS函数调用,也可以使用ckplayer提供的JS 函数调用,你甚至可以根据教程自己制作封装形式的JS函数调用。但不管使用何种调用形式,通过外部向播放器传递参数的方法却只有一种,通过 flashvars传递。   &
    2022-06-28 22:26:26下载
    积分:1
  • laser-melting-coatingAPDL
    激光熔敷熔池三维瞬态温度场与流场的数值模拟 (Numerical simulation of 3D transient temperature field and flow field weld pool!)
    2013-04-29 15:00:28下载
    积分:1
  • BYSJ
    一个不错的个人网站设计,总体来说效果还不错!(A good website design, overall results were pretty good!)
    2010-12-29 18:04:24下载
    积分:1
  • dwwz
    说明:  专为制作散文、诗歌、诗词、小说、心灵鸡汤、漫画,美女图片、头像图片、QQ签名说说,书画作品网等等图片文字类型的网站而打造的短文网站系统。(It is a short article website system specially designed for the production of websites of prose, poetry, poetry, novels, soul chicken soup, comics, beauty pictures, head picture, QQ signature, calligraphy and painting works, etc.)
    2020-06-29 11:00:02下载
    积分:1
  • 校无忧教师评价系统 Xiao5u_Teacher_v1.1
    校无忧教师评价系统是一套为提高教师的教学质量,反馈学生的心声,提高学校教务管理能力的系统。针对各专业所授课程及教师的评价结果,直观的统计出每位教师的综合能力...... 系统功能: 1、完善的系统设置,可以动态的设置院系,专业,课程,教师等信息,使本系统功能丰富,使用灵活,适用于各种学校。 2、增强的辅助功能,登录日志,数据维护,评价计算辅助工具,成绩报表,数据导出EXCEL,使系统更完善,提高使用效果。 3、评价系统的保密性,系统采用不记名投票的模式,不学生可以对所有课程进行评价,不记名评价让大家放心。 5、系统高级功能设置,可以设置软件的名称,后台界面等显示的内容,使软件真正变成您的系统。欢迎定制学校,企业系统及软件开发。 系统更新进程日志: 2013.5.10更新内容 1、添加评价开关 2、修正信息显示问题 3、添加导出统计信息功能 4、修正数据安全性 系统使用 1) 在浏览器的地址栏中输入管理登录的页面地址:admin/login.asp。 2) 默认管理员:admin 密码:admin (School without teacher evaluation system is set in order to improve the teaching quality of teachers, feedback the aspirations of students, improve the system of educational administration ability. According to the professional course and teacher evaluation results, statistics of the comprehensive ability of every teacher s intuitive...... System function: 1, improve the system, can dynamically configure departments, professional, curriculum, teachers and other information, the system functions, the use of flexible, suitable for various kinds of schools. 2, strengthen the auxiliary function, logs, data maintenance, evaluation tools, performance reports, export data to EXCEL, making the system more perfect, improve the use effect. Confidentiality 3, evaluation system, system using an anonymous voting patterns, not a student to evaluate all courses, anonymous evaluation to let you rest assured. 5 senior function, system settings, you can set the background software, interf)
    2013-05-10 22:37:01下载
    积分:1
  • 0
    AJAX简单入门源码,asp实现检查密码是否正确(AJAX simple entry source, asp realize check the password is correct)
    2013-12-03 09:27:04下载
    积分:1
  • C# 获得系统所有用户和当前登录用户(当前进程的)
    using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; namespace SystemUsers {     class Program     {         [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]         public struct USER_INFO_0         {             public string UserName;         }         [DllImport("Netapi32.dll")]         extern static int NetUserEnum(              [MarshalAs(UnmanagedType.LPWStr)]       
    2022-02-21 16:29:09下载
    积分:1
  • crm_u46pqz
    使用php做的,这是一个用php脚本语言写的企业网站,AKCMS企业网站系统 v4.2.9 GBK build20121102,AK企业网站系统是基于akcms内核开发的企业网站,完美继承了akcms的优点,速度快,安全性高,高负载等。 AK企业网站系统是完全免费为企业用户提供的,使得建站零成本,维护更简单。,可以作为初学者例子代码(Using php to do, which is a php script language corporate websites , AKCMS enterprise web systems v4.2.9 GBK build20121102, AK corporate website akcms kernel development system is based on the corporate Web site , the perfect akcms inherited the advantages of speed,)
    2013-09-19 16:52:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载