搜索资源列表
ASPX图片上传(水印、缩略图、远程保存)源码
- 很实用的一个图片上传得例子 图片上传:生成缩略图 加文字水印 图片水印 51aspx.png为水印图片 远程图片抓取(保存到本地)支持jpg、gif、bmp、png 图片抓取后自动以Auto+日期+原名称命名 输入远程图片地址(支持Html)
溢洋论坛子
- jsp论坛源码 论坛这里使用的ACCESS数据数据库。 数据源名称:yyForum,用户名:xyworker,密码:999 也可以改变jdbc.java 文件的代码,然后编译。 数据库为:forum.mdb。 您可以修改:\\\\inc\\public.jsp (头文件)和 \\\\inc\\jumpboard.jsp(脚文件) 为论坛加上你网站上的头文件和脚文件。注:不能替换,只能修改。 【论坛管理】 配置完成以后,打开论坛首页,系统管理员:admin 密码
CC010web
- 网站收集程序 可以自主设置网站分类,管理员可决定是否开启网友推荐网站功能 v1.2更新: 添加了站内搜索功能 添加了《点击排行》和《最新收录》栏目 修补了后台登陆漏洞 管理帐号密码都是admin-site collection procedures will be free to set up site classification, administrators can decide whether to recommend the opening Netizen si
CarColorControlflash
- 控制汽车颜色改变的flash源代码 可以用鼠标点击对应的颜色从而改变汽车的颜色,很经典的案例-Auto flash control of the color change the source code can use the mouse to click on the corresponding color change in color of the car, it is the classic case
flex-right-click
- 在flex页面中添加右键点击菜单。可以右键增删-Add right-click menu in flex page. You can right-additions and deletions
jquery_php_crop
- PHP+jQuery上传图片并对已上载的图片进行裁切,目前比较流行的技术。上传成功后,插件会自动显示上传后及载切后的部分图像 ,这时你可以自己拖动鼠标划出一个区域,并可以移动这些区域,在最终效果图上会显示你所作的操作,最后点击裁切保存按钮会最终保存图像。 -PHP+ jQuery upload images and pictures have been uploaded for cutting, the current popular technologies. From After the s
Elevator_Simulation
- This a simple simulation of an elevator system using java swing. The user can click on different floors according to which the elevator stops for a while.-This is a simple simulation of an elevator system using java swing. The user can click on diffe
jQuery.design.mouse.click.effects
- jQuery设计鼠标点击效果经典代码jQuery code design classic mouse click effects -jQuery code design classic mouse click effects
flash_picture(click)
- 类似网页照片浏览的方式,图片可嵌入swf中,点击右侧可以显示下一页,点击左侧可以显示上一页-Similar to the way web browsing photos, pictures can be embedded swf, click on the right to display the next page, click on the left to display the previous page
click-to-call
- Click to Call for Asterisk
click-tracker
- nstallation: 1. Open admin/init.php file and edit "Config" section: $ct_host = "MySQL_hostname_(usually_localhost)" $ct_username = "MySQL_user s_username" $ct_password = "MySQL_user s_password" $ct_database = "MySQL_database_na
Click-the-left-mouse
- 点击鼠标左键显示下一幅图片,这个是我自己辛辛苦苦写的哦-Click the left mouse button to display the next picture, this is my own hard to write
click-tale
- This class can track user clicks on pages and show a click graph. It can keep track of the page and position of the clicks that users do on Web pages using Javascr ipt code that listen to clicks and send the information to the server using AJAX
click
- 页面的转换,点击事件,当点击一个按钮时,主要文本等部分文件跟着一起改变-Conversion of the page js click event when the click of a button, the content part of the file along with the change
one-click-captcha-2013-04-15
- One click captcha php cla-One click captcha php class
Click
- 本源码是一个applet,采用防抖动技术,用户在点击鼠标后便可以生成一个坐标,多次点击不清理屏幕,在按钮动作发生后便可以清理屏幕上已有的坐标。-The source is an applet, using anti-shake technology, users can generate at the click of a mouse after a coordinate, multiple clicks do not clean the screen, the button can clean
right-click-pop-up
- 右键弹出菜单 右键弹出菜单 右键弹出菜单 。-Right-click pop-up menu pop-up menu right-click pop-up menu pop-up menu right-click pop-up menu pop-up menu.
No-right-click-code
- havascr ipt code for no right click in a page
No-right-click-with-alert
- javascr ipt code for preventing right click in a page with alert message
Android-4-of-Click-event
- Android开发中,常用的点击事件的四种写法:1、采用在Activity中创建一个内部类定义点击事件;2、采用匿名内部类定义点击事件;3、Activity自己实现OnClickListener接口,实现onClick方法;4、在xml文件中创建Button view时,为它添加Onclick参数- Android development, four written commonly Click event: 1, create an inner class defined in the c