-
java时钟
java实现的实时显示时钟的Applet小程序,功能是每隔一秒种在屏幕上显示当前计算机的时间,在重写的run方法中首先获取当前的线程,如果是该小程序的宣称对象则延时一秒钟,然后将时钟显示在刻板上。
- 2023-06-19 15:30:03下载
- 积分:1
-
简单用户登录
简单的用户登录和注册代码,一个非常酷的登陆界面,基于对话框,风格清新简洁。
- 2022-02-13 22:47:24下载
- 积分:1
-
使用Java波动视频播放器。它是一个非常优秀的播放器。播放所有类型的文件
下面所附的项目是一个视频播放器。它使用Java波动的概念前端Java
- 2022-02-15 23:26:33下载
- 积分:1
-
ISSAuthorize
Android与IIS身份验证案例源码,在Android移动项目开发中,访问服务器时,为了简洁方便,我们经常使用http协议来传递JSON格式的数据。然而有些项目需要有一定的安全性,如使用Android客户端登陆到MIS系统。虽然我们是通过Android手机客户端的登陆Activity中登陆到系统的,但是略懂电脑的黑客是能够跳过登陆Activity,从而直接进入系统的。这样,会造成一些由于系统的不安全所带来的麻烦。建立一种防止黑客强行登录的身份验证模式尤为重要。此时,系统的身份验证成为阻挡黑客登陆的一道屏障。那么,怎样实现一个身份验证呢?让我们以IIS为宿主,一步一步的实现身份验证吧(Android and IIS authentication case source code, in the Android mobile project development, access to the server, in order to be simple and convenient, we often use the HTTP protocol to transfer JSON format data. However, some of the project needs to have a certain security, such as the use of Android client login to the MIS system. Although we are through the Android mobile client landing Activity landing to the system, but slightly understand the computer hacker is able to skip the landing Activity, thus directly into the system. In this way, it will cause some of the problems caused by the system is not safe. It is particularly important to establish an identity authentication mode to prevent hackers logging in. At this point, the identity of the system has become a barrier to prevent hackers landing. So, how to achieve an identity verification? Let us take IIS as the host, step by step to achieve authentication bar)
- 2016-06-20 11:04:56下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
gifflen
gifflen源码,可以在android下用ndk方式实现生成gif图。(gifflen source, under the android can be achieved with the ndk generate gif map.)
- 2011-12-24 11:34:43下载
- 积分:1
-
BBS
说明: 一个很asp.net开发的BBS论坛,很值得学习的实例代码程序(The development of a BBS forum for asp.net, it is worth learning from the example of the procedure code)
- 2009-08-19 16:00:50下载
- 积分:1
-
kindeditor_v3.5.5-en
软件介绍
KindEditor是在国内比较受欢迎的HTML在线编辑器,本次更新新增单元格编辑功能,各种按钮(确定、取消、上传等按钮)在不同浏览器上保持相同外观。
主要变化
新增单元格编辑功能。(右键点击单元格可以看到编辑选项。)
各种按钮(确定、取消、上传等按钮)在不同浏览器上保持相同外观。
移除table格式的阴影效果,通过CSS3实现dialog阴影,IE6~IE8不显示阴影。(Software introduction
KindEditor is more popular in the domestic HTML online editor, the update of the new cell editing function, various buttons (OK, cancel, upload and other buttons) in different browsers to maintain the same appearance.
Major changes
Add cell edit function. (right click on the cell to see edit options.)
Various buttons (OK, cancel, upload, etc.) in different browsers to maintain the same appearance.
Remove the table format of the shadow effect, through the CSS3 to achieve dialog shadow, IE6 ~ IE8 does not show the shadow.)
- 2016-01-07 13:15:44下载
- 积分:1
-
俄罗斯方块的源代码
下面的源代码是为简单的俄罗斯方块游戏 Java 编写的。两个维度整数数组的包装类。它提供因地制宜的个性化如果一个元素的值等于 0,我们说此元素这种语义是无人占用,如果一个元素的值做不等于 0,我们说此元素被占领。
- 2023-04-16 03:30:03下载
- 积分:1
-
android-quiz-template-master
android app code for quiz app. android app code for quiz app.
- 2018-01-18 01:57:10下载
- 积分:1