-
taoke
1、缓存所有淘宝顶级类目,完全不需要调用api查询
2、支持多个appKey和appSecret,当一个访问次数受限时自动切换其他的,完美解决由于访问受限导致出现空白页面。
3、自动获取通过百度和Google过来的关键词,生成对应的关键词去search8的链接,这样每个用户进来都能看到一个完全匹配自己关键词的超链接,更好地把用户转入淘宝网(1, cache all of Taobao s top category, no need to call the API query
2, support multiple appKey and appSecret, when a number of access times automatically switch to other, the perfect solution due to access constraints led to the emergence of blank pages.
3, automatic access to come through the Baidu and Google keyword, generate the corresponding keywords to search8 link so that each user in can see a perfectly matched keywords in your hyperlinks, the better the user into Taobao)
- 2020-11-12 19:39:44下载
- 积分:1
-
maccms_php6
说明: 采用PHP/MySQL数据库运行的全新且完善的强大视频电影系统。完美支持众多视频网站和高清播放器(failed to translate)
- 2011-04-12 15:42:40下载
- 积分:1
-
346573736
装修公司网站系统修正版源码,有需要的就下载吧。(Decoration company website system amended version of the source code, need to download it.)
- 2013-09-09 16:33:10下载
- 积分:1
-
网上花店
说明: 利用HTML语言和CSS语言编写的前端网页设计,实现简单的模拟网上花店的网页(Using HTML language and CSS language to write the front-end webpage design, to achieve a simple simulation of online florist webpage)
- 2020-12-26 22:38:30下载
- 积分:1
-
onlineShop
办公用品网上商城的设计与实现说明书文档,包含了需要完成的功能(Design and Implementation of the office supplies online store manual document contains the function that needs to be done)
- 2013-04-04 17:02:31下载
- 积分:1
-
dianshizb
电视直播源码前后台管理程序PHP开发的 资料详细情况都在里边(dianshi zhibo guanlichengxu php progeram)
- 2017-03-28 10:46:13下载
- 积分: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
-
qidian9-good
起点9小说整站系统带采集wap源码,值得下载哦.(Starting point for the whole station system with nine stories collected wap source code, it is worth to download oh.)
- 2010-01-03 12:36:38下载
- 积分:1
-
he-certificate-code-program-source
完整的PHP图形验证码程序源码!
完整的PHP图形验证码程序源码! (The complete PHP Captcha code program source code The complete PHP Captcha code program source code)
- 2013-01-17 16:17:36下载
- 积分:1
-
JSP+JAVABEAN+SEVLET实现一个注册登录的博客网站
JSP+JAVABEAN+SEVLET实现一个注册登录的博客网站 基于MVC开发。 用的是MYSQL代码如下create database manaSystem;use manaSystem;create table member_info(member_id int auto_increment primary key,member_account varchar(100),member_pwd varchar(50),member_email varchar(100));insert into member_info(member_account,member_pwd,member_email) values("独自等待的鸭子","yangxiaonawzy","yangxiaonawzy@163.com");insert into member_info(member_account,member_pwd,member_email) values("倒霉熊","yangxiaonawzy","daomeixiong@126.com");create database shopping;use shopping;create table user_info(user_id int auto_increment primary key,user_account varchar(100),user_pwd varchar(50));create table message_info(message_id int auto_increment primary key,user_id int,message_content varchar(250),message_time datetime);alter table u
- 2022-07-14 11:28:52下载
- 积分:1