登录
首页 » PHP » unshorturl-v1.9

unshorturl-v1.9

于 2016-04-12 发布 文件大小:7KB
0 150
下载积分: 1 下载次数: 1

代码说明:

  软件介绍 短网址还原(UnshortURL)程序的作用就是将这些短网址还原为本来的面目。当前的短网址服务可谓是遍地开花,在方便微博用户交流的同时,却也带来了一些隐患。因为短网址只是将网址变换为另一种较短的网址,而不考究原网址是否带有病毒或者含有不健康内容,抑或是带有令人讨厌的小尾巴的推荐链接。 (Software introduction Short URL restore (UnshortURL) program is to restore the role of these short url. The short URL service is convenient in the micro-blog exchange blossom everywhere, at the same time, it also brings some hidden dangers. Because the short web site is just to change the URL into another short URL, and do not pay attention to whether the original URL with a virus or contain unhealthy content, or with a small tail of the recommended.)

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

发表评论

0 个回复

  • mvmmall多用户商城系统
    资源描述mvmmall多用户网店系统核心参数的合理配置、负载均衡处理技术、数据库分表技术、文件读写稳定性算法、数据查询索引优化帮助您最大限度地节省硬件资源,保障辖下各店铺站点在服务器繁忙时快速稳定的运行。
    2022-03-21 04:21:59下载
    积分:1
  • TCExam在线考试系统
    TCExam是一款基于网络的开源在线考试系统,用于在线试题的生成、管理等方面。最近,在线考试作为替代传统“纸笔考试”的一种方法逐步在很多学校和企 业流行起来,这种方法能够大大简化整个考试流程,将出题、考试、管理、阅卷等常规过程一并纳入一个系统中,不仅减少了人力,而且极大的提高了整个效率和考 试结果的可信度。 它的其它特性还包括:自动化安装 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-10-26 09:45:04下载
    积分:1
  • abc
    软件介绍 天骄工作室 C++ 软件下载管理程序,很强大的分级管理功能 需 GCC 编译(Software introduction Tianjiao studio C++ software download management procedures, classification management function is very powerful for the GCC compiler)
    2016-03-05 11:37:11下载
    积分:1
  • 2011-new-phishing-pages
    QQ二代密保钓鱼(优化版)QQ二代密保钓鱼(优化版)(QQ second secret security fishing (optimized version))
    2011-12-17 02:25:40下载
    积分:1
  • dxrci
    This program has exceeded the performance of other algorithms, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Use serial programming examples matlab GUI implementation.
    2017-09-08 11:43:49下载
    积分:1
  • Perlrumen
    介绍了perl语言,不错,感兴趣的可以(Introduction of the perl language, it is true that interest can be)
    2008-04-14 21:14:19下载
    积分:1
  • phppi_7ue7usxm
    一份不错的php源码,1426598085这是一个用php脚本语言写的小偷采集,114bt BT种子采集站 v1.0 开源版,BT种子采集站采集目标站为www.114bt.com管理地址http://您的域名/admin/默认管理员账号密码都是 admin完全免费开源可以自己随便修改!已经预留了广告位带蜘蛛爬行记录能生成静态缓存无需数据,参看、研究和阅读,提升963470自我(A good source php , 1426598085 This is a script written in php thief collection , 114bt BT seed collection stations open source version v1.0 , BT seed collection station acquisition target station for www.114bt.com management address http: //)
    2015-03-29 17:29:45下载
    积分:1
  • NXnews1.3
    1,新闻栏目二级分类 联合开发网 - pudn.com
    2011-12-12 19:50:23下载
    积分:1
  • luobbs
    LUOBBS是一款基于PHP+MYSQL的小型论坛源码,简洁易用,全程DIV+CSS架构,整站HTML化,良好的内部结构,更适合网站优化推广。 功能简单,测试版本,功能还不完善,供学习参考使用! inc/conn.php 数据库链接文件 inc/const.php 配置文件 管理地址:admin/index.php (LUOBBS is a small forum based on PHP+ MYSQL source code, simple and easy to use, the whole DIV+ CSS framework, the entire station HTML, a good internal structure, more suitable for website optimization promotion. Function is simple, test version, function is not perfect, for learning reference! Inc/conn.php link file inc/const.php configuration file management address: admin/index.php)
    2016-11-03 19:28:55下载
    积分:1
  • angular-1.2.15
    AngularJS是为了克服HTML在构建应用上的不足而设计的。HTML是一门很好的为静态文本展示设计的声明式语言,但要构建WEB应用的话它就显得乏力了。所以我做了一些工作(你也可以觉得是小花招)来让浏览器做我想要的事。 通常,我们是通过以下技术来解决静态网页技术在构建动态应用上的不足: 类库 - 类库是一些函数的集合,它能帮助你写WEB应用。起主导作用的是你的代码,由你来决定何时使用类库。类库有:jQuery等 框架 - 框架是一种特殊的、已经实现了的WEB应用,你只需要对它填充具体的业务逻辑。这里框架是起主导作用的,由它来根据具体的应用逻辑来调用你的代码。框架有:knockout、sproutcore等。 AngularJS使用了不同的方法,它尝试去补足HTML本身在构建应用方面的缺陷。AngularJS通过使用我们称为标识符(directives)的结构,让浏览器能够识别新的语法。例如: 使用双大括号{{}}语法进行数据绑定; 使用DOM控制结构来实现迭代或者隐藏DOM片段; 支持表单和表单的验证; 能将逻辑代码关联到相关的DOM元素上; 能将HTML分组成可重用的组件。
    2023-06-09 11:40:05下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载