-
自动选择留言板
这里有个简单的办法可以帮你自动选择留言板。我们知道,如果浏览器试图下载一个不存在或者说是来自错误地址的图像,服务器会返回给浏览器一个错误信息,然后由浏览器直观地告诉你当前地址的图像不存在,这就是html文档的图像载入错误事件(There is a simple way to help you to automatically choose the message board. We know that if the browser to download a non-existent or wrong addresses from the images, the server will return to the browser an error message, then by the browser to tell you directly addresses the current image does not exist, and this is html files contained images of the incident wrong)
- 2005-07-10 12:55:58下载
- 积分:1
-
http request的C++实现
该源码模拟浏览器登陆网站的全过程,能够针对反爬虫技术,通过多种不同的获取手段,获取网站发回的cookies,然后将cookies发送回网站获取网页数据
该源码设计非常全面,非常好用,强烈推荐
使用时仅需将头文件包含,进行调用即可
- 2022-11-22 22:55:03下载
- 积分:1
-
bootstrap-table-master
bootstrap表格插件,非常方便的表格插件 可以通过ajax加载数据(Bootstrap table plug-in)
- 2020-06-25 17:00:02下载
- 积分:1
-
3
JS抖音弹球打砖块小游戏,玩家通过鼠标滑动控制挡板左右移动,接住击打砖块而改变飞行轨迹掉落下来的小球,小球的速度越快难度就越大。(JS jitter Pinball brick game, the player through the mouse sliding control baffle left and right movement, catch hit bricks and change the flight trajectory of the ball dropped, the faster the ball is more difficult.)
- 2019-01-05 20:49:14下载
- 积分:1
-
DIV-CSS
div+css的详细介绍,如何实际在java中应用(div+ css detailed description of how the java application)
- 2013-10-19 16:23:50下载
- 积分:1
-
gv1
GOOGLE VOICE无限短信接口+程序 v2.0
- 2010-10-09 15:54:43下载
- 积分:1
-
457458484
美工超级漂亮的ASP卫生纸公司修正版源码(Super beautiful art ASP source code revision toilet paper company)
- 2013-09-09 13:41:15下载
- 积分:1
-
台湾阿德聊天室4.0
资源描述速度很快,采用asp编写,代码比较全,可以根据自己需要进行更改,适合学习Asp的童鞋。
- 2022-06-21 04:24:33下载
- 积分:1
-
Course.Technology.PHP.5.Fast.and.Easy.Web
是《php5快速网站开发》一整本书。英文版本的。
by Julie C. Meloni ISBN:1592004733
Course Technology © 2004 (545 pages) (Get up and running with PHP 5, Apache, and MySQL with ease. This guide demonstrates how to display dynamic content, build your own contact management system, create custom reports, work with XML, and much more.)
- 2009-12-16 21:33:57下载
- 积分:1
-
SpringMVC+shiro+hibernate权限管理整合
什么是权限?权限是管理web应用用户的一种手段,比如,一个电商平台,用户具有user的角色,他可以在这个商场里面进行交易。商家拥有的是user的角色同时也拥有manager的角色,因此,他可以进行买卖的同时进行对自己商品的管理。shiro就是一个基于RBAC权限设计模型的权限管理框架。什么是Shiro ?Apache Shiro是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理等功能: 认证 - 用户身份识别,常被称为用户“登录”;授权 - 访问控制;密码加密 - 保护或隐藏数据防止被偷窥;会话管理 - 每用户相关的时间敏感的状态。以下是对使用SpringMVC+shiro+hibernate框架对用户管理的一个例子:附上项目:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/master/Annotion版本:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/shiro_annotation一、实体对应关系:用户与角色为一对多关系角色与权限为多对多关系权限过滤与角色和权限为一对一关系t_user(,用户表,密码为md5加密,可以自己修改)t_role(角色表)t_permission(权限表)
- 2022-01-25 22:39:03下载
- 积分:1