搜索资源列表
awtcssdsadd.rar
- 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
JScript1
- 自定义提示框的JS脚本文件 -Custom JS scr ipt prompt box prompt boxes custom JS scr ipt files
Tips
- js消息提示组件。效果很好,可以学习一下。-js message prompt component. Good effect, and can learn about.
jsmessageframework
- JS消息框架,用于显示JS的提示消息,显示的界面美观,非常值得学习一下-JS messaging framework, JS to display the prompt message, the interface displays beautiful, well worth learning about
pop
- <title>ymPrompt消息提示组件4.0版[2009-03-02]DEMO演示及使用简介</title> <meta http-equiv="Content-Type" content="text/html charset=GBK" /> <scr ipt type="text/javascr ipt" src="ymPrompt.js"></scr ipt>-<title> ymPrompt mess
prompt
- JS对话框,实现各种弹出对话框,非常有用,源程序全面-JS dialog box, to achieve a variety of pop-up dialog, very useful, comprehensive source
js-tip
- js指向提示文字介绍(经典)http://2011.duote.com【查看贺词】-js to point to the prompt text (Classic) http://2011.duote.com [View congratulatory message]
tishikuang-JS-3
- 超时提示的JS的功能模版,包含不同的JS功能交互模版--3。-The timeout prompt JS function template, contain different the JS function interactive templates- 3.
tishikuang-JS-4
- 超时提示的JS的功能模版,包含不同的JS功能交互模版--4。-Timeout prompt JS function template contains a different the JS functions interact template- 4.
JS
- 1.产生一个随机的不重复的4位数 比如 3645(玩家并不知道这个数字) 2.由玩家开始来猜这个数字,每猜完一次,系统给出相应的提示。如果猜对了,游戏结束。如 果猜错了,继续游戏,同时给出一些有用的信息。 比如猜 3654,则给出提示:2A2B, 如果猜 1234,则给出提示:0A2B 3.需要计时,在游戏过程当中及时的显示所用的时间。当游戏结束之后,显示总共用时多少。-1 generates a random four-digit non-repetition of such
Designer
- Designer.rar常用软件 说明: eclipse插件集合,方便的js提示,只需要简单配置提供jquery、extjs提示等等。-Commonly used software Designer.rar Descr iption: eclipse plug-ins collection to facilitate the js prompt, you only need a simple configuration jquery, extjs tips and more.
slidingboxes
- jQuery实现网页上的JS图片提示框特效,鼠标滑过图片后,滑出文字提示信息,也就是图片的文字说明,如果鼠标不动的话,图片上是不会显示文字介绍的,本文字提示兼容火狐、IE、Chrome等主流浏览器,调用方法简单,演示页面就是很好的使用范例。-After the realization of a web page jQuery JS picture prompt box effects, mouse over the pictures, slide text message, which is t
tinytipsdev
- jQuery tinyTips动态信息提示框使用方法实例,甚至只用一句代码就可实现调用 ,非常方便了,用jquery.tinyTips.js插件实现的提示框,可带有文字、图片很多种用法,提示框在显示的时候,带有渐变淡入淡出效果。-jQuery tinyTips dynamic message box to use examples, and even can be achieved only by a code call, very convenient, and with jquery.tin
jsjqtips
- JS实现黑色风格的网页提示框效果,带小尖角的气泡提示框,基于jquery插件和unitip.js共同来实现,鼠标移在带底色的文字,立即滑出提示框,带有滑动和渐变效果,俗称气泡提示,看上去也是很人性化的,有想学习的,就下载代码吧。-JS achieve black style pages prompt box effects, bubble boxes with a small sharp corners, based on jquery plugins and unitip.js togethe
jstooltip
- JS实现蓝色风格小巧的气泡提示框,把鼠标放在图片上或是文字上都会显示此气泡提示,渐变出现,放在链接上也会出现Tips,提示文字可自定义,个人觉得,较实用。-JS achieve a compact style blue bubble boxes, put the mouse on the picture or the text will be displayed on the bubble tips, gradient appears on the link will appear Tips,
gokercebeci-droparea
- Droparea.js是一个使用 HTML5实现的图片拖放上传的jQuery插件,并实现了图片裁切功能,你只需将需要上传的图片拖放到图片框中,鼠标会有一个提示框,图片在Ajax脚本控制上,无刷新上传并显示出来,按照一定的比例裁切,测试时候请注意:1、请不要使用IE8,火狐、Opera、Chrome等浏览器可以;2、不要直接打开index.html,要在PHP环境下运行。-Droparea.js achieve a HTML5 drag and drop upload pictures using
jstippic
- 名车车标展示提示效果-鼠标移过显示车标,一个提示框效果,页面打开后并不显示车标,只有当鼠标移在车标上的时候,车标才突然出现,类似Js提示特效,本代码兼容性也写的不错,代码也并不复杂,大部分是调用图片的,已将所需资源完整打包,研究Js前端特效的开发者可下载作为参考实例。-Tips cars car show marked effect- the mouse moves over the display logo, a prompt effect, does not show the car aft
passsafe
- 一个古老的JS密码保护方法实例,主要是使用Javascr ipt的prompt方法来弹出输入框实现密码保护与验证,在第一次弹出的窗口中输入用户名,第二次的输入密码,点击确认后就验证了密码,貌似现在都绝种的方法了,仅为了让新手研究JS时参考。-JS password protect an ancient method instance, the main method is to use Javascr ipt to prompt input box pops up password protec
colortip
- 多样式的文字Title提示插件,采用了封装好的JS插件实现的效果,类似与文字链接的Title属性效果,但比Title属性更有生机,可以对提示框设定超多的颜色类型,还带有小三角的指示功能,而且加入了淡入淡出的动画,使用起来方便简单。-Multi-style text Title prompted the plug, using a packaged JS plugin to achieve the effect, similar to the effect of the Title attribu
spket-1.6.23-特别版
- eclipse平台的js提示插件,特别版,使用试用所有的eclipse(Eclipse platform JS prompt plug-in, special edition, try out all eclipse)