自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 jQuery酷炫网格相片墙动画效果

相片墙的动画效果可以有很多种,加上3D效果甚至可以千变万化。今天展示的是一个轻量级的简单示例,但是效果足够酷炫。只使用jQuery.delay(),jQuery easing plugin和CSS3 transforms。点击示例下面的按钮切换不同动画效果在线演示源码下载

2016-12-19 15:06:45 3485

原创 让CSDN下雪!快圣诞节了,分享一个h5实现的下雪效果

可以让任何网站页面下雪的效果。原生的javascript和canvas实现,比jquery插件实现的性能好很多了。

2016-12-05 00:18:51 2985

原创 H5实现的贪吃蛇游戏

游戏使用lufylegend.js开发,包含首次操作提示,各种状态的游戏图片和背景音效更重要的是在代码中支持替换所有游戏元素的图片,支持自定义游戏时间,游戏分值等,方便复用游戏初始化只需两行代码,可以在初始化方法中传入游戏结束后的回调方法try{ // 游戏初始化    gamepage.initGame(); // 开始游戏并且传入游戏结束后的回调方法 

2016-12-02 14:55:03 1159

原创 jQuery插件开发入门与最佳实践

本人总结的jQuery插件开发最佳实践。大部分外国的jQuery插件里面的实现逻辑都基本遵循这些方法。

2016-12-02 14:52:11 247

JAVA程序编写的聊天室

JAVA程序编写的聊天室,/bin文件夹下有bat文件可以双击运行

2009-02-20

JAVA程序编写的聊天室程序

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "200500824115.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the lib folder. In such a case, you need to copy the classpath elements to the lib folder manually after the build. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

2008-11-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除