搜索资源列表
溢洋论坛子
- jsp论坛源码 论坛这里使用的ACCESS数据数据库。 数据源名称:yyForum,用户名:xyworker,密码:999 也可以改变jdbc.java 文件的代码,然后编译。 数据库为:forum.mdb。 您可以修改:\\\\inc\\public.jsp (头文件)和 \\\\inc\\jumpboard.jsp(脚文件) 为论坛加上你网站上的头文件和脚文件。注:不能替换,只能修改。 【论坛管理】 配置完成以后,打开论坛首页,系统管理员:admin 密码
CrapsGame
- 本程序是一个java小游戏,上方是两个总点数已定的色子,下面是你可以通过点击右边roll按纽进行随机摇点数的。-this program is a small java games, the top of the point total of two has been scheduled for the Boson, below you can click the right button roll random shake counts.
实例100 模拟鼠标的单双击
- 模拟鼠标的单双击的VC++例子-simulation of the single mouse click VC example
timerApp
- timer就是一个定时器,像电子表那种,可以点击按钮实现停止、启动。-timer is a timer, kind of like an electronic form, can click on the button to achieve stop, start.
360
- 360度全景页面的源码和脚本,双击index.htm可看效果.-360-degree panoramic pages of the source code and scr ipts, double-click on index.htm can look at the results.
TextEdit1
- 窗口上的文本行显示当前文件的路径,文本区用于编辑文件,3个按钮 [打开],[保存…],[另存为…]。 单击[打开]按钮时,弹出打开文件对话框,将选择的文件显示在文本区中。 单击[保存…]按钮时,如果当前文件为空,则弹出保存文件对话框,并按设置的文件名保存文件;如果已有文件,则按设置的文件名保存文件。 单击[另存为…]按钮时,则弹出保存文件对话框,并按设置的文件名保存文件。 程序中以字符文件输出流FileWriter的writer方法写入文本区内容,以字符缓冲输入流Buffer
click_here
- how to creat mouse click cool stuff check it out-how to creat mouse click check it cool stuff out
wavewordX
- HTML网页鼠标特效....文字随着鼠标的移动也更着移动-HTML pages .... mouse magic words with the click of the mouse to move more mobile
TextBrowser
- 在一个JFrame的窗体上放置一个文本区,点击“File”下拉菜单中的“Open”项或工具条中的“打开”按钮,弹出打开对话框,选择一个文本文件后,在文本区中显示其内容。单击“Exit”按钮或工具条中的“退出”按钮则关闭整个程序-a JFrame in the Form place a text, Click on the "File" drop-down menu on the "Open" or tools of the "open"
MYFileChooserDemo
- 在一个窗体上的上面放置两个按钮“Open”和“Save”,在一个JFrame的窗体上放置一个文本区,点击“Open”按钮,弹出打开对话框,选择一个文件打开后,在文本区中显示 “Opening:新建文本文档.txt.”,若选择了“取消”,则在文本区中显示“Open command cancdlled by user.”,点击“Save”按钮,弹出保存对话框,选择“保存”后,在文本区中显示 “Saving:新建文本文档.txt”,若选择了“取消”,则在文本区中显示Save command cancd
MYHanoiTower.RAR
- 创建一个Applet小程序实现有名的汉诺塔小游戏,用户可以单击“AUTOSLVE”按钮自动实现移动盘子的过程,也可以用鼠标拖运盘子完成游戏,并同时为用户记时-Applet created a small program known HANOR small game, Users can click the "AUTOSLVE" button automatically mobile dishes process, can also use the mouse to compl
WindProcessManager
- java 开发的window进程管理器,直接双击start.bat即可运行,但前提是需要jdk环境-java development of the window manager process. Double-click start.bat can directly run, but the precondition is that the environment needs jdk
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
Click-the-left-mouse
- 点击鼠标左键显示下一幅图片,这个是我自己辛辛苦苦写的哦-Click the left mouse button to display the next picture, this is my own hard to write
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