-
JDBCMessageBoard
新手入门JavaWeb的第一个小程序,留言板,这是我基于慕课网的作业进行开发的(Message board demo.No framework, just JDBC)
- 2020-06-18 22:20:02下载
- 积分:1
-
组成、 聚合、 协会
它是完整的代码的组成、 聚合和协会...它是一个最好的例子,来处理这些 sthree。
- 2022-04-11 21:01:41下载
- 积分:1
-
php
cms php login ... script login
- 2018-04-13 06:15:49下载
- 积分:1
-
JAVA校园论坛系统源码(含数据库脚本)
注册,登录,发帖,点赞,搜索,评论,后台管理等功能
- 2020-02-11下载
- 积分:1
-
数据库管理器
这是一个java写的数据库管理软件,直接实现实时管理
- 2022-01-31 07:04:28下载
- 积分:1
-
Java Call C++ DLL
In JAVA coding, we can call c++ functions.
Example, System.loadLibrary("good"); // good is c++ dll name
That dll includes two API functions:
JNIEXPORT jint JNICALL Java_TestDLL_get(JNIEnv *, jclass);
JNIEXPORT void JNICALL Java_TestDLL_set(JNIEnv *, jclass, jint j);
- 2022-05-31 01:31:47下载
- 积分: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
-
BeagleBone Black GPIO
这个Libreia使GPIO控制BEAGLEBONE为黑色,这是为了能够控制一些输出控制MAX3160传输到espeficiar如果RS232,RS485,全双工,半Ducplex,也用来控制激活或停用的XBEE。
- 2022-01-25 19:03:38下载
- 积分:1
-
灰色模型的java代码
灰色模型的java代码
- 2022-03-15 21:22:22下载
- 积分:1
-
bbs_3.4
使用XHTML+CSS架构,令页面结构化,节省了静态页面代码的传输,同时也易于修改界面,更符合WEB标准;
论坛采用Cookies、Session、Application等技术对论坛数据进行缓存,减少对数据库的访问,提高论坛的性能。可以承载较多的用户同时访问;
数据分表功能,减轻数据量大的时候访问数据库的负担;
支持多皮肤、风格切换功能;
框架模式+ 平板模式的显示方式,用户可以根据自己的爱好来选择;
优化论坛页面关键字搜索,让论坛更容易被搜索引擎收录;
可扩展插件,为广大朋友提供了一个广阔的论坛服务扩展空间;
站长可以根据不同版面添加不同的顶部广告;
发帖采用HTML+UBB的方式,两种编辑器,互相转换、互相兼容;
(Using XHTML+ CSS framework, with a page structure, saving the transmission of static page code, but also easy to modify the interface, more in line with standard WEB
Forum uses Cookies, Session, Application and other technical data of the forum cache, reducing access to the database to improve the performance of the forum. Can host more users simultaneously access
Data points table function, reduce the amount of data to access the database when the burden
Support multi-skin, style switching function
Frame mode+ tablet mode is displayed, the user can choose according to their preferences
Optimization forum page keyword search, lets be more easily indexed by search engines
Extensible plug-in, for our friends to provide a broad forum for service expansion space
Webmasters can add different layouts according to different top advertising
Posting using HTML+ UBB way the two editors, interchangeable, compatible with each )
- 2013-11-17 17:30:58下载
- 积分:1