-
本人写的一个jbpm的报销流程,可供参考学习,请大家多多指教。...
本人写的一个jbpm的报销流程,可供参考学习,请大家多多指教。-I wrote a jBPM flow of reimbursement is available for reference, study, please everyone exhibitions.
- 2022-02-14 21:13:12下载
- 积分:1
-
PathDashPathEffectTest
Path Dash Path Effect Test extends Test Case Source Code for Andriod.
- 2013-12-16 11:34:56下载
- 积分:1
-
即时聊天软件
B/S架构即时聊天软件,利用servlet编写。代码简单,适合初学。但是功能强大
- 2022-09-26 22:15:03下载
- 积分:1
-
画板,一个简单的应用程序,支持读取和保存文件,适合…
一个简单的画板应用程序,支持保存和读档,适合初学java者参考-Sketchpad a simple application, to support the preservation and read files, suitable for beginner java reference
- 2023-07-03 07:35:02下载
- 积分:1
-
QueryTask
A task that gets suggestions from a corpus.
- 2014-01-15 10:00:59下载
- 积分:1
-
Java与Mysql数据库连接操作
Java与Mysql数据库连接操作-Java and Mysql database connectivity to operate
- 2023-02-26 07:45:03下载
- 积分:1
-
scrolltab
滚动切换的TAB选项卡,竖向(纵向)上下翻滚的tab标签切换代码,看上去挺简洁,控制操作在左边,点击左侧的文字,右侧的内容即向上或向下翻转切换,本效果的实现需要navigation.plug-in.js、navigation.js以及jquery插件的支持。(Rolling switching TAB tab, vertical (portrait) rolling up and down the tab label switching code looks very simple, control operations on the left, click on the text to the left, the right side of the content up or down and flip the switch, the effect achieve the need navigation.plug-in.js, navigation.js and jquery plugin support.)
- 2013-04-17 16:31:42下载
- 积分:1
-
android下创建一个sqlite数据库 - android入门视频32
android下创建一个sqlite数据库 - android入门视频32
- 2015-12-03下载
- 积分:1
-
jdbc简单源码
//登记JDBC驱动程序
Class.forName ( "org.gjt.mm.mysql.Driver" ).newInstance ( );
//连接参数与Access不同
String url = "jdbc:mysql://localhost/LearnJSP";
//建立连接
Connection connection = DriverManager.getConnection ( url, "root",
"011124" );
//SQL语句
String sql = "select * from userinfo where username="" + sUserName
+ "" and userpwd = "" + sPasswd + """;
Statement stmt = connection.createStatement ( );
ResultSet rs = stmt.executeQuery ( sql ); //返回查询结果
- 2022-11-28 04:10:04下载
- 积分:1
-
人力资源管理系统
人类
- 2022-12-18 04:50:04下载
- 积分:1