登录
首页 » Java » cst

cst

于 2013-04-12 发布 文件大小:471KB
0 182
下载积分: 1 下载次数: 3

代码说明:

  系统页面设计,主要是系统功能的分工、设计、html+css架构,不妨看看啊(The system page design, system functions of the division of labor, the design, html+css architecture, take a look at.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Jdonframework案例
    过去系统分析和系统设计都是分离的,正如我们国家“系统分析师”        和“系统设计师”    两种职称考试一样,这样割裂的结果导致,需求分析的结果无法直接进行设计编程,而能够进行编程运行的代码却扭曲需求,导致客户运行软件后才发现很多功能不是自己想要的,而且软件不能快速跟随需求变化。
    2022-06-14 04:54:08下载
    积分:1
  • BreakIterator
    Break Iterator Source Code for Andriod.
    2013-11-18 22:21:22下载
    积分:1
  • JavaScript代码
    搜索结果
    2022-07-07 21:33:40下载
    积分:1
  • 坦克大战源代码
    建立了坦克大战的项目,实现坦克的对战,和关卡的设置,显示血量等基本的操作。
    2022-07-17 02:37:29下载
    积分: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
  • 仿墨迹天气动画效果
    仿墨迹天气,首页动画效果。雪花,风车。欢迎大家下载、试用。谢谢大家的支持!
    2023-06-26 16:40:04下载
    积分:1
  • android 自定义列表选择Dialog实例源码下载,可网络请求数据
    android 自定义列表选择Dialog实例源码下载,可网络请求数据
    2014-08-21下载
    积分:1
  • cssmin-minified_evvnq8
    利用php实现,这是一个用php脚本语言写的博客系统,TearSnow FanS v1.1.0,TearSnow FanS的命名方式是因为基于TearSnow Fan,而现在发布的版本是简洁版,用英文就是simple,简单的。所以泪雪节直接使用simple的简写“S”来表示,才有了现在的TearSnow FanS。,学习研究参考均可(Use php to realize that this is a php scripting language used to write the blog system , TearSnow FanS v1.1.0, TearSnow FanS naming because based TearSnow Fan, and now the release version is concise version in English is simple, straightforward.)
    2014-04-09 19:54:20下载
    积分:1
  • db
    说明:  用android对SQLite数据库实现简单的增、删、改(SQLite database using android simple to add, delete, change)
    2012-05-22 00:11:20下载
    积分:1
  • android
    android无线订餐源码 android无线订餐源码 android无线订餐源码 android无线订餐源码(android wireless ordering source)
    2014-11-06 14:49:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载