登录
首页 » PHP » STCMS_musicV2.7

STCMS_musicV2.7

于 2020-10-28 发布 文件大小:475KB
0 291
下载积分: 1 下载次数: 1

代码说明:

  STCMS音乐系统是一个php+mysql(PHP>=5.0,MYSQL>=5.0)开发的功能强大的音乐系统(STCMS music system is a php+ mysql (PHP> = 5.0, MYSQL> = 5.0) to develop a powerful music system)

文件列表:

music
.....\admin
.....\.....\admin.func.php
.....\.....\admin.php
.....\.....\ajax.php
.....\.....\artist.php
.....\.....\category.php
.....\.....\channel.php
.....\.....\comment.php
.....\.....\common.inc.php
.....\.....\config.php
.....\.....\data.php
.....\.....\html.php
.....\.....\index.css
.....\.....\index.php
.....\.....\input.php
.....\.....\left.php
.....\.....\log.php
.....\.....\login.php
.....\.....\main.php
.....\.....\member.php
.....\.....\music.php
.....\.....\server.php
.....\.....\special.php
.....\.....\tpl.php
.....\.....\upload.php
.....\ajax.php
.....\artist.php
.....\cache
.....\.....\hit.cache.php
.....\.....\menu.cache.php
.....\category.php
.....\common.inc.php
.....\config.inc.php
.....\data
.....\download.php
.....\editor
.....\......\kindeditor.js
.....\......\plugins
.....\......\.......\about.html
.....\......\.......\emoticons
.....\......\.......\.........\etc_01.gif
.....\......\.......\.........\etc_02.gif
.....\......\.......\.........\etc_03.gif
.....\......\.......\.........\etc_04.gif
.....\......\.......\.........\etc_05.gif
.....\......\.......\.........\etc_06.gif
.....\......\.......\.........\etc_07.gif
.....\......\.......\.........\etc_08.gif
.....\......\.......\.........\etc_09.gif
.....\......\.......\.........\etc_10.gif
.....\......\.......\.........\etc_11.gif
.....\......\.......\.........\etc_12.gif
.....\......\.......\.........\etc_13.gif
.....\......\.......\.........\etc_14.gif
.....\......\.......\.........\etc_15.gif
.....\......\.......\.........\etc_16.gif
.....\......\.......\.........\etc_17.gif
.....\......\.......\.........\etc_18.gif
.....\......\.......\.........\etc_19.gif
.....\......\.......\.........\etc_20.gif
.....\......\.......\.........\etc_21.gif
.....\......\.......\.........\etc_22.gif
.....\......\.......\.........\etc_23.gif
.....\......\.......\.........\etc_24.gif
.....\......\.......\.........\etc_25.gif
.....\......\.......\.........\etc_26.gif
.....\......\.......\.........\etc_27.gif
.....\......\.......\.........\etc_28.gif
.....\......\.......\.........\etc_29.gif
.....\......\.......\.........\etc_30.gif
.....\......\.......\.........\etc_31.gif
.....\......\.......\.........\etc_32.gif
.....\......\.......\.........\etc_33.gif
.....\......\.......\.........\etc_34.gif
.....\......\.......\.........\etc_35.gif
.....\......\.......\.........\etc_36.gif
.....\......\.......\flash.html
.....\......\.......\image.html
.....\......\.......\link.html
.....\......\.......\media.html
.....\......\.......\plainpaste.html
.....\......\.......\wordpaste.html
.....\......\skins
.....\......\.....\default.css

.....\......\.....\spacer.gif
.....\......\.....\tinymce.css

.....\......\upload.php
.....\file.php
.....\flashplayer.php
.....\images
.....\......\close.gif
.....\......\flashplayer.swf
.....\......\folder.gif


.....\......\text.gif
.....\include

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

发表评论

0 个回复

  • 电话公司的客户支持Asp.Net项目源代码
    电话公司的客户支持项目在asp.net平台上实现。该项目是有用的每一个电信服务提供商通过回答到有新的计划,rechage问题,增值服务,支付账单...等要求与客户沟通。每个电信服务供应商通过语音提供客户支持,但该系统通过网站提供的客户支持解决方案。此应用程序开发的如用户注册,密码更改,并反馈模块的基本功能。
    2023-04-22 09:25:03下载
    积分:1
  • Onvif-deve_-framework
    说明:  Onvif开发框架,包含需要的wsdl文件已经通过goasp生成的头文件和源文件.没有包含鉴权(Onvif development framework, including the need for the WSDL file has been generated by the goasp header files and source files.)
    2016-07-27 09:46:38下载
    积分:1
  • VIPMIS
    利用C#语言在asp.net平台上采用winform实现会员管理系统(Using c# language on asp.net platform adopts the winform member management system)
    2015-05-26 21:57:17下载
    积分:1
  • PDFRender4NET
    前段时间公司安排了个任务:要求交付一个DLL,实现【PDF转换成图片】,最好的效果是能够掌握所有源码,实在不行才交付第三方DLL。研究了6个工作日+1双休+每晚9点下班,逛遍了国内外各种论坛,还是没能成功整出源码,但发现了很多有用的工具和其他工具,在此分享给大家。(Some time ago the company arranged to have a mission: to claim the delivery a DLL, to achieve [PDF] into a picture, the best results are able to master all the source code, it is not only the delivery of third-party DLL. We studied six days 9:00+1 day weekend+ per night work, take a stroll at home and abroad in various forums, or did not make the whole out of the source code, but found a lot of useful tools and other tools in this share to you .)
    2015-06-10 10:41:44下载
    积分:1
  • 主要是对数组进行
    主要是对数组进行取值,对数组进行排序之类的,数组一共有几种排序,1.冒泡排序法,2,选择排序法,3,快速排序法,4,插入排序法等等 。 快速排序法主要是运用了Arrays中的一个方法Arrays.sort()实现。 冒泡法是运用遍历数组进行比较,通过不断的比较将最小值或者最大值一个一个的遍历出来。 选择排序法是将数组的第一个数据作为最大或者最小的值,然后通过比较循环,输出有序的数组。 插入排序是选择一个数组中的数据,通过不断的插入比较最后进行排序。下面我就将他们的实现方法
    2022-07-15 18:46:10下载
    积分:1
  • 绩效考核源代码
         系统采用安全稳定的B/S架构,只需要把系统主程序安装在局域网的服务器上,在任意一台联网的客户机上用浏览器即可访问(用户可以在客户机上参与考核等功能操作)。如果把程序安装在互联网的虚拟主机上,并且绑定域名,则可以在任意一台联网的电脑上用浏览器访问。 开发环境:       服务器语言:asp-vbscript       数据库:access2000以上       JavaScript1.0以上 运行环境:1、windows2000或windowsxp以上操作系统:建议windows2003server安装IIS5.0以上版本。           2、浏览器:IE5.0及以上版本 安装方法:1、安装IIS服务器创建虚拟目录。具体见软件说明目录           2、解压程序文件到该目录           3、在服务器上注册组件(在服务器组件目录)
    2022-08-13 23:32:00下载
    积分:1
  • 网上订餐jsp
    资源描述这是一个用jsp+sql server2008编写的网上订餐系统,实现了基本的浏览菜品,加入购物车,提交订单,查看菜单,另外管理员可以对菜品进行增删查改,可以处理订单。界面精美,欢迎大家下载。
    2022-03-17 04:57:36下载
    积分:1
  • Wxdemo
    微信小程序的静态页面包括首页,下单状态页面(WeChat applet static page, including the home page, the single state page)
    2020-09-06 14:08:09下载
    积分:1
  • ii23_lianghao
    高仿ii32靓号网站系统的PHP源码程序!(High imitation ii32 Liang number system PHP source program!)
    2014-02-12 19:36:33下载
    积分:1
  • 42
    说明:  企业网站通用源码是以aspcms作为核心进行开发的asp企业网站源码。(The general source code of enterprise website is the source of ASP enterprise website developed by aspcms.)
    2018-04-12 10:41:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载