-
用JAVA开发的订单与合同管理系统
前台JSP页面代码 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 20:55:40下载
- 积分:1
-
SlideUnlock
基于java代码的SlideUnlock源码,是一个android滑动锁屏的例子,编写android界面划动效果比较有用的价值源码(Java code based on the SlideUnlock source code, is a Android lock screen example, value source code written in Android interface paddling effect more useful)
- 2014-10-07 11:18:23下载
- 积分:1
-
Android轻量级sqlite orm框架
资源描述本源码是:android简单的实现了轻量级的数据库sqlite的基本操作,遵循的框架则是采用了ORM框架,好处就不多说了,感兴趣的可以学习一下!
- 2022-11-10 11:00:03下载
- 积分:1
-
JAVA写的文本编辑器
用JAVA写的小程序,文本编辑器。实现了剪切复制粘贴功能和快捷键功能,能够保存文件和新建文件以及打开文件,能够另存为文件,实现了右键菜单功能
- 2023-04-09 22:05:04下载
- 积分:1
-
DengLu
可用于软件开发的登陆页面,此页面精简漂亮,里面的代码精简易懂,有很好的兼容性(
Can be used in the software development of the landing page, the page streamlined pretty, the inside of the code concise and easy to understand, and have very good compatibility)
- 2013-07-27 12:04:59下载
- 积分:1
-
贝叶斯文本分类
文本特征向量可以描述为文本中的字/词构成的属性。例如给出文本: Good good study,Day day up. 可以获得该文本的特征向量集:{ Good, good, study, Day, day , up.} 朴素贝叶斯模型是文本分类模型中的一种简单但性能优越的的分类模型。为了简化计算过程,假定各待分类文本特征变量是相互独立的,即 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-07 10:51:12下载
- 积分:1
-
简单的井字游戏基于Swing的GUI的Java程序
应用背景这个游戏有很多变种, ; ;,但3x3的变体是最受欢迎的。这个游戏是两个选手。 ;井字脚趾Java程序在这里 ; ; 编写Applet是 ;。关键技术为了使我们在我们的代码中使用了这条线,我们使用了这条线;和,和,和;和;和;和;和;和;和公司;及;及;
- 2022-08-04 04:11:05下载
- 积分:1
-
android 异步 执行 任务 例子 附讲解
Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(), objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute() doInBackground() onProgressUpdate() onPostExecute() onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else { //continue... } See this Image For more Clear.
- 2013-07-05下载
- 积分:1
-
android 随机验证码 例子源码
android 随机验证码 例子源码
- 2014-11-07下载
- 积分:1
-
eclipse3.7汉化包
资源描述eclipse3.7汉化包eclipse3.7汉化包eclipse3.7汉化包eclipse3.7汉化包eclipse3.7汉化包eclipse3.7汉化包eclipse3.7汉化包
- 2022-09-20 06:55:03下载
- 积分:1