登录
首页 » Unix_Linux » mybbs3beta

mybbs3beta

于 2016-03-08 发布 文件大小:331KB
0 246
下载积分: 1 下载次数: 1

代码说明:

  一款优秀简洁的小型论坛程序.程序加入了后台管理功能,对会员的资料可以任意进行编辑,修改,添加,删除.以及加入会员搜索等功能 用户名:admin和密码:admin(An excellent forum simple small programs adding a background management functions of any member s information can be edited, modify, add, delete. Register and search functions Username: admin and password: admin)

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

发表评论

0 个回复

  • Calendar_z2kcwmls
    一份不错的php源码,1427456496这是一个用php脚本语言写的其它类别,宝蓝PHP实用探针 v1.0,使用流行的html5元素+css3,抛开杂乱的参数,只显示一些常用的支持信息,结构清晰,使用方便。1.支持Windows,linux,Unix,FreeBSD,Sun Solar系统。2.支持IE6,IE7,Firefox,Google chrome等浏览器。,简单全面供给各类学习68545参考(Other categories of a good php source, 1427456496 This is a script written in php , PHP practical sapphire probes v1.0, using the popular elements html5+ css3, messy arguments aside , only some common support information)
    2015-03-29 17:27:05下载
    积分:1
  • bbs_v4
    二、论坛的安装步骤 将论坛代码压缩包解开包,保持文件的相对位置,将解压后得到的全部目录、文件包括所有空目录上传到你的服务器上,论坛基本上就可以使用了,您可以进入后台管理设置一些参数。 默认的管理员帐号:admin 前台密码:admin 后台密码:admin 后台Sql密码:admin(Second, the forum of the installation steps The forum tarball unpack, keeping the relative position of the file, obtained after extracting all the directories, files, including all empty directories uploaded to your server, you can use the forum basically, you can enter the Admin to set some parameters. The default administrator account: admin Front password: admin Background password: admin Background Sql password: admin)
    2015-06-13 11:08:35下载
    积分:1
  • ip28-berr
    ip28-berr.c: Bus error handling.
    2015-06-15 14:22:40下载
    积分:1
  • 52itstyle-spring-boot-pay-master
    说明:  ssm mysql实现的一款酒店管理系统,教大家怎么配置运行起来,以及在运行过程中遇到一些小问题的解决方法。该系统实现了酒店客房预订管理的基本功能,还增加了图表显示统计结果的功能,对于Java初学者及学生来说非常具有参考意义,(SSM MySQL implements a hotel management system, which teaches you how to configure and run, and how to solve some minor problems in the process of running. The system realizes the basic function of hotel room reservation management, and also adds the function of displaying statistical results by charts. It is of great reference significance for Java beginners and students.)
    2020-06-17 17:40:02下载
    积分:1
  • mlme_linux
    Restore the PMK information to securitypriv structure for the following connection.
    2015-11-09 20:01:47下载
    积分:1
  • 智能选课系统
    正能选课系统刚完成的(exactly Elective System recently completed)
    2004-12-21 12:54:44下载
    积分:1
  • FrCapture-master
    说明:  ## 视频截图工具 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` <script src="poster.js"></script> ``` 在视频预览界面调用: ``` poster($('video')[0],function(e){ //console.log(e); if(e.bool){ //输出文件对象 var blob=e.data;//返回的是blob对象 console.log(blob); p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径 } }); ``` ### 使用extendvideo.js `extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法 。 用法: ``` var blob=$('video')[0].getPoster();//返回图片blob对象 ``` ## 原理 此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。 你的浏览器需要支持`HTML5`(### simple to use Main documents: . <script src= "poster.js" ></script> . Call on the video preview interface: . Poster ($('video') [0], function (E) {) //console.log (E); If (e.bool) { / / output file object Var blob=e.data; / / return is blob Console.log (BLOB); P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path } }); . The use of extendvideo.js ### The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it. . Usage: . Var blob=$('video') [0].getPoster (BLOB); / / return picture object . ## principle This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob. ## compatibility Your browser needs to support `HTML5`)
    2018-01-16 10:49:42下载
    积分:1
  • yxglxt_v1.0
    数据库文件可以直接导入,数据库配置文件index.php,请在导入前建立好数据库文件夹salesystem。 本程序是梦想瞬智网络科技采用MVC模式、ACL权限控制。是一个开源的PHP+MYSQL公司内部销售管理系统. 基本原理就是控制器、模型、视图,强烈推荐新手学习。(Database files can be imported directly into the configuration file index.php, please create a good folder salesystem before importing. This program is the dream of instant wisdom network technology using MVC pattern, ACL access control. Is an open source PHP+ MYSQL internal sales management system. The basic principle is to controllers, models, views, highly recommended for novices to learn.)
    2015-04-01 21:18:20下载
    积分:1
  • hospital
    医院信息管理系统,本系统分别针对普通用户(主要指患者)与管理员(医院职工)以面向对象的方式开发,普通用户拥有挂号预约,在线咨询,留言等功能。而管理员拥有的是管理功能,包括挂号管理,职工管理,药品管理,病房管理,病人管理,处方管理,留言管理等。(HIS,which is short for Hospital Information System, it is used for provid patient’s diagnosis and management’s collection,store,process pick up and data exchange abilities system for each department in hospital. Because of ability of provide information that hospital needs quickly and accuracy, HIS could help hospital administrator make decision according to give necessary data. Then it afford efficient, faster and rational services for patient,and also enhance the efficiency and energy enormously of economic management in hospital, saving so many manpower. And Outpatient Management Subsystem is an important part of HIS, This paper discusses the architecture of B/S developed by PHP+MySQL taken in small and medium hospitals management system development ideas, strategies and methods. This system is respectively according to the ordinary user ( mainly refers to patients ) and administrator ( hospital workers ) with object-oriented method, average user to have registration booking, onl)
    2012-09-17 22:16:58下载
    积分:1
  • aspwxzf_v4.4.5
    说明:  众所周到,目前微信支付已经十分普及,无论是商场、超市、网站上,微信支付的发展十分迅速,而ASP版微信支付在微信公众平台上并没有提供,而目前基于ASP语言开发的网站又十分普遍,因此这类网站集成微信支付就十分不便。(As everyone knows, at present, Wechat payment has been very popular. Whether in shopping malls, supermarkets or websites, the development of Wechat payment is very rapid, while the ASP version of Wechat payment is not provided on the public platform of Wechat. At present, the website based on ASP language is very common, so the integration of Wechat payment on such websites is very rare. Then.)
    2020-06-16 14:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载