登录
首页 » Java » mwlmbym

mwlmbym

于 2017-01-14 发布 文件大小:7118KB
0 181
下载积分: 1 下载次数: 2

代码说明:

  1、将www内的所有文件上传到你的空间根目录;(一般根目录为服务器WEB文件夹,直接上传即可,不用安装,直接可以打开网站) 2、后台地址:你的域名/admins 管理账号和密码都是admin 注意事项: 1.请先修改左边菜单栏:管理账号的密码 2.网站配置,修改网站信息(填写完请退出一下再进) 3.变更网站LOGO,打开本地文件www下的images内LOGO,进行上传替换【首页右上角电话图片一样的方法】注意查看源文件分辨率! 4.修改顶部信息,请修改www下index文件;修改侧边栏信息、底部信、微博等,请修改www下bottom文件;(1, the WWW file will be uploaded to the root directory of your space (general root directory server WEB folder can be uploaded directly, do not install, you can directly open the site) 2, background address: your domain name /admins management account and password are admin Matters needing attention: 1 please modify the left menu bar: password management account 2 site configuration, modify the site information (please fill out the end of the re entry) 3 change the site LOGO, open the local file www under the images LOGO, upload and replace the [right hand corner of the top of the phone the same way as a picture] note the source file resolution! Modify the top 4 information, please modify the WWW index file modify the sidebar information, such as micro-blog, at the bottom of the letter, please modify the WWW file under bottom )

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

发表评论

0 个回复

  • Getmediauser for webrtc
    Dqwedqwdasasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdaqwedqwdasdasdasdasdasdasdasdasdaqwedqwdasdasdasdasdasdasdasdasdasdasdasdasdasdasdaqwedqwdasdasdasdasdasdasdasdasdasdasdasdasdaqwedqwdasdasdasdasdasdasdasdasdasdasdasdasdaqwe数据采集系统
    2022-05-07 23:47:12下载
    积分:1
  • 《Java Web编程技术》配套源代码
    说明:将压缩包解压后,拷贝到Tomcat的Webapps目录即可,Java源代码在每个章节的WEB-INF/classes子目录下。 本书介绍基于Java的Web编程技术,主要内容包括: Java Web技术概述; Servlet核心技术; JSP技术基础、页面生命周期、作用域对象、MVC设计模式; 会话管理、文件的上传和下载; JDBC以及数据源和DAO设计模式; 表达式语言; JSTL和自定义标签; Web监听器和过滤器; Web安全性基础; AJAX技术应用; Struts 2、Hibernate 5和Spring 5轻量级Java EE框架技术及整合开发。 说明:将压缩包解压后,拷贝到Tomcat的Webapps目录即可,Java源代码在每个章节的WEB-INF/classes子目录下。
    2021-09-14 00:31:01下载
    积分:1
  • 网上书店,ESHOP
    这是一款电子商务网站,用于网上图书交易。 网站式的书店是一种高质量,更快捷,更方便的购书方式。网上书店不仅可用于图书的在线销售,也有音碟、影碟的在线销售。而且网站式的书店对图书的管理更加合理化,信息化。售书的同时还具有书籍类商品管理、购物车、订单管理、会员管理等功能,非常灵活的网站内容和文章管理功能。它有它独特的售书方式和功能。如用户注册会员功能等,会员类型有:普通会员、高级会员、金牌会员等。有的网上书店有会员积分设置,如达到一定积分时自动成为高级会员,高级会员会有优惠和特别的服务。还有就是支付方式了,一般网上书店都有三种类型的支付方式:汇款类支付、在线支付、其他支付方式,其中在线支付只要到支付平台开户后,将所获开户信息填入即可。当在网上书店购书后,用户所购图书都在网站上有记录,方便用户查询。
    2022-10-14 05:15:05下载
    积分:1
  • android 送接收短信例子源码
    android 发送接收短信例子源码
    2014-12-23下载
    积分:1
  • 使用ASP.NET的学校管理系统
    资源描述这是一个学校管理系统asp.net。该系统有助于记录学生的入学、考试管理、账户管理
    2022-01-26 07:25:06下载
    积分:1
  • ViewGroup_MarginLayoutParamsTest
    View Group_ Margin Layout Params Test extends Android Test Case.
    2014-02-27 11:50:28下载
    积分:1
  • ISSAuthorize
    Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧(Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar)
    2016-06-20 11:04:56下载
    积分:1
  • 摄氏华氏JavaScript
    应用背景一个爪哇的脚本代码,给人的价值,在华氏摄氏度单位和;关键技术这个代码是有用的,谁想要学习爪哇脚本和;
    2022-04-18 03:47:27下载
    积分:1
  • WEBjk
    web远控。可以下达命令关机,重起,等。。(web remote control. Can be ordered shutdown, restart, and so on. .)
    2010-06-10 20:54:10下载
    积分:1
  • startbootstrap-agency-gh-pages
    说明:  网页设计框架,很实用,能帮助大家迅速开发出大型网站(Web Design Framework)
    2018-12-31 09:36:18下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载