-
dlgzhtgxt13
主要应用于公众号的推广联盟,适合个人及企业的订阅号及服务号或者企业号,无需多余的接口,只要简单配置即可实现相应的功能.可用于多用户联盟,支持多个广告主(公众号管理员)及多个关注赚钱会员 系统强大稳定,数据实时,可设置提现手续费.设置关注单价,本系统具有强大的防作弊功能,关注后,若取消关注,即可实时扣除拥金或者多倍拥金(后台可进行设置).(Mainly used in public, promotion alliance, for individuals and businesses to the subscription number and service number or enterprise, without the extra interface, as long as the simple configuration to achieve the corresponding functions. For multi user alliance, to support a number of advertisers (public administrators) and more concerned about money membership strong stability the real-time data can be set, and cash withdrawal fees. This system has focused on price, strong anti cheating function, attention, attention can be canceled if, deducting hold gold or multiple hold gold (the background can be set).)
- 2017-04-13 12:20:17下载
- 积分:1
-
红虎工作室IP记录程序
资源描述
详细介绍: 一个相当简单的IP地址记录程序,可以记录来访者的时间及IP地址,适用于许多方面,对此赶兴趣的朋友下载一个好了!
- 2022-05-15 08:23:10下载
- 积分:1
-
wa13
此程序的定义在WEB2.0,可以用做视频分享 图书分享 音乐分享 等等
使用方法:
1。先在前台注册一个用户,在后台把此用户设置前台管理员
2。管理资源的修改 审核 都是由前台管理员控制
3。会员注册后发布的资源 默认是关闭状态 需要前台管理去审核 目的是防止反动 黄色 嘎嘎
4。会员可以自己修改资源 不过修改后同样是关闭状态 也需要管理员审核
本站提供哇一声分享网(仿豆瓣网)免费下载,版权归其软件公司或原作者所有。如果你喜欢,请支持正版!
(WEB2.0 the definition of this procedure can be used to do video sharing books to share music sharing, etc.
How to use:
A. First register a user in the foreground, the user settings in the background and foreground administrator
Two. Modify the audit of the management of resources are controlled by the front desk administrator
3. Register published resources default is off front desk management audit purpose is to prevent reactionary yellow rattle
4. Members can modify their own resources, however to modify the same off also requires administrator review
Powered wow soon share (similar to the the Douban network) for free download copyrighted by their software company or the original author. If you like, please support genuine!)
- 2012-02-25 16:56:12下载
- 积分:1
-
phpexcel_v5.5
PHP+Excel多用途查询系统1项通用版【无需后台】 V 5.5_PM1X首次发布PHP+Excel,使用的是PHPexcel查询Excel,测试可用,可能速度偏慢(千条数据无影响)
适合手机、平板、电脑访问的页面,体积极小省流量,希望大家喜欢。。
直接查询Excel数据的第一个表,修改表格后FTP上传,快速搞定,非常方便。(PHP+Excel multi purpose query system 1 general version of the no background 5.5_PM1X V for the first time released PHP+Excel, using the PHPexcel query Excel, the test is available, may be slow (no effect of the thousand data).
Suitable for mobile phones, tablet, computer access to the page, the volume of small provincial traffic, I hope you like..
Directly query the first Excel data table, modify the table after the FTP upload, quick fix, very convenient.)
- 2015-11-09 15:54:05下载
- 积分:1
-
kuailesou
程序是一套采用asp+access数据库架构的网址导航程序,本站全站生成html静态页面(不但减轻服务器的负载而且更利于搜索引擎收录),本程序体积小(压缩起来只有1M左右),后台功能强大、界面清新、操作简单,不需要专业的建站知识,也可轻松管理本站的程序,本程序模版全部采用div+css编辑(访问速度比普通table编辑的更快)并且完美兼容互联网所有流行的网页浏览器,本程序拥有精仿1616的网页模版,丰富的网站内容,是广大站长建立网址导航的第一选择!
程序后台功能介绍:
网站信息管理
网站基本信息、主机信息查询
网站网址管理
网站审核、网站搜索、网站添加、网站列表
网站分类管理
分类搜索、分类添加、分类列表、分类合并
网站模版管理
通用模版、新增模板、分类模版、公告模版、调用标签、自定义标签
生成静态页面
生成通用页面、生成分类页面
广告调用管理
广告列表、添加广告
网站用户管理
会员搜索、会员管理、管理员管理、新增管理员
后台登录地址:http://您的域名/admin/admin_login.asp
用户名:admin
密码:admin
登录后台后设置一下网站信息,生成一下全部通用页面跟分类页面就OK了!
(Program is a asp+ access the URL of the database schema navigation program, site station to generate static html page (not only to reduce the load on the server, but also help search engines), the small size of the program (zip up only 1M), the backgroundpowerful, clean interface, easy to operate and does not require specialized knowledge of siting can easily manage site program, the program templates used in all div+ css editing (editing faster access speed than ordinary table) and perfectly compatible with all Internetpopular web browser, the program has a fine imitation of the 1616 page templates, rich content of the website, the majority of owners to establish the first choice of the site navigation!
Program back-office functions:
Website information management
The Website Basic information, host information queries
Site Web site management
Website audit, website search, add sites, a list of sites
Website category management
Search classified add, the classificatio)
- 2012-10-18 18:10:37下载
- 积分:1
-
ds1
建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作:
(1)判定线性表是否为空。
(2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。
(3)删除第5个元素,然后输出整张线性表。
(4)在线性表的第3位插入数据92,然后输出整张线性表。
(5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。
(6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。
(7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。
(Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following:
(1) determine whether a linear table is empty.
(2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements).
(3) Delete the first five elements, and then output the entire linear form.
The first three insert data (4) line of the table 92, and then output the entire linear form.
(5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist.
(6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist.
(7) Find a linear table, element 652 is a precursor elements and the va)
- 2014-05-11 19:16:52下载
- 积分:1
-
ii23_lianghao
高仿ii32靓号网站系统的PHP源码程序!(High imitation ii32 Liang number system PHP source program!)
- 2014-02-12 19:36:33下载
- 积分:1
-
buffer-only
We use simulation results to show the performance of the water filling algorithm. Simplify this question into a OFDM based communication network with one transmitter and one receiver. It is assumed that the total power of Pmax = 1 w and the total bandwidth is B = 5 MHz, which is divided into N=64 subchannels.
- 2012-07-10 06:16:32下载
- 积分:1
-
598475
圣诞节祝福许愿树无错版,php编程学习聊天留言板源码。(Christmas Wishing Tree is error free version, PHP programming learning chat message board source.)
- 2013-12-18 12:40:09下载
- 积分:1
-
应用注册新来的学生
新学生 registration.very 样品基本编程 PHP mysql 的源代码
- 2022-08-24 19:37:15下载
- 积分:1