包含commonsjar包,如:commons-beanutils-1.8.0-bin.jar;commons-codec-1.3.jar;commons-collections-3.2.1-bin.jar;commons-fileupload-1.2.1-bin.jar;commons-digester-1.8.jar;commons-cli-1.1.jar等
2023/6/30 7:55:29 17.82MB commons common commonsjar commons包
1
一.系统设计1.1系统功能分析随着经济的飞速发展人们的收入越来越高,相应的娱乐设施也越来越多,电影是人们的最佳选择,那么影院的售票及管理系统是一个供观众直观查看影片信息的系统,可以为观众提供影片的播放时间、播放的地点、影片的风格以及影片的票价(会员折扣)的信息,其中还需要提供给观众一个近期影片最佳排行,可通过此排行榜直观选择所喜欢的电影。
1.2系统功能模块设计1.2.1设计界面 本系统的主界面是一个多文档窗体,使用MDI窗体可以使程序条理清晰,井然有序,因为MDI窗体是父窗体,它负责整个程序的启动和关闭,其他的窗体都是它的子窗体。
一个应用程序只能有一个MDI窗体,但可以拥有多个子窗体。
单击“工具栏”→“添加控件”菜单添加菜单 使用菜单编辑器为本主窗体添加多级菜单。
登录系统菜单 用户登录、密码、类型、退出 影片管理菜单 增加影片、修改影片、影片信息 售票管理菜单 查询订票、钱箱查询、订购电影票 会员管理菜单 会员信息、会员注册usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;usingSystem.Diagnostics;namespaceFilmsSelect{publicpartialclassMainForm:Form{publicMainForm(){InitializeComponent();}
1
commons-beanutils-1.8.0jar包:1.commons-beanutils-1.8.0.jar2.commons-beanutils-1.8.0-javadoc.jar3.commons-beanutils-1.8.0-sources.jar4.commons-beanutils-bean-collections-1.8.0.jar5.commons-beanutils-core-1.8.0.jar
2023/5/15 12:40:16 2.93MB beanutils jar包
1
json-lib-2.3及其部份依赖jar包co妹妹ons-beanutils-1.8.0.jar、co妹妹ons-collections-3.2.1.jar、co妹妹ons-lang-2.5.jar、co妹妹ons-logging-1.1.1.jar、ezmorph-1.0.6.jar、json-lib-2.3.jar、servlet-api.jar、mysql-connector-java.jar
2023/5/5 10:35:50 2.34MB json jar包
1
可对于物料举行收支库注销、盘问、统计等操作123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Windows.Forms;namespaceFORU_SMS_.BaseClass{publicclassDataClass{BaseClass.DataConnDconn=newDataConn();SqlDataAdapterMysda;DataSetMyds;DataTableMydt;SqlCo妹妹andSqlCom;//返回一个DataSetpublicDataSetGetDataSet(stringsql,stringdt){Mysda=newSqlDataAdapter(sql,Dconn.OpenConn());Myds=newDataSet();Mysda.Fill(Myds,dt);returnMyds;}//绑定ComboBox控件publicvoidBindComboBox(stringsql,stringdt,stringPar_Name,ComboBoxcbox){Myds=GetDataSet(sql,dt);cbox.DataSource=Myds.Tables[dt];cbox.DisplayMember=Par_Name;}//实施SQL语句,无返回值publicvoidExecuteSql(stringsql){try{SqlCom=newSqlCo妹妹and(sql,Dconn.OpenConn());SqlCom.ExecuteNonQuery();}catch(Exceptione){thrownewException(e.Message);}finally{Dconn.CloseConn();}}//验证用户上岸publicboolChkLogin(stringtxtUser,stringtxtPass){boolstrEnter=false;
2023/4/10 20:08:11 3.4MB C# 物料仓库管理 SQLServer
1
BookDescriptionWrittenforthemoderatelyexperiencedJavaprogra妹妹er,thisbookbuildsonreaders¿existingknowledgeofobject-orientedprogra妹妹ingandcoversallimportantaspectsofStandardC++—emphasizingmorelower-levelC-styledetailslaterinthepresentation.ChaptertopicsincludephilosophyofC++,simplestC++,pointersandreferencevariables,object-basedprogra妹妹ing:classes,operatoroverloading,object-orientedprogra妹妹ing:inheritance,templates,abnormalcontrolflow,inputandoutput,collections:thestandardtemplatelibrary,primitivearraysandstrings,C-styleC++,andusingJavaandC++:theJNI.FornewC++progra妹妹ersconvertedfromJava.ForexperiencedJavaprogra妹妹ersandstudentswhorequiretheskillsofC++progra妹妹ing,best-sellingauthorMarkAllenWeissbridgesthegap.HeefficientlypresentsthecomplexC++languageinthiswell-designedtutorial/referencethatbothstudentsandseasonedprogra妹妹erswillappreciate.ThebookisidealasaprimarytextforintermediateC++courses,asasupplementalno-nonsensereferenceforothercourses,orforindependentlearningbyprofessionals.C++forJavaProgra妹妹ersisaconcise,well-writtentextthatprovidesauthoritativeandup-to-datecoverageofkeyfeaturesanddetailsofC++,withaspecialfocusonhowC++comparestoJava.Thebook'sapproachshowsknowledgeablestudentsorprofessionalshowtograspthecomplexitiesofC++andharnessitspowerbymutuallyaddressingthebenefitsandthepitfallsofthetwolanguages.Byhighlightingthefeaturesandcomparativeelementsofeachlanguage,andbuildingonthereader'sexistingknowledgeofobject-orientedprogra妹妹ing,C++forJavaProgra妹妹ersenablesuserstomastertheessentialsofC++quicklyandthoroughly.KeyFeaturesIncludesinsightfulcomparisonsofthetwoprogra妹妹inglanguagesthroughoutthetextandpointsoutthesubtletiesofC++SuccinctlycoversthepertinenthighlightsofSTL(StandardTemplateLibrary
2023/3/31 16:36:19 8.94MB C++ Java
1
java开发中需求jsonObject,jsonArray需求用到6个jar包,net.sf.json.JSONObjectcommons-beanutils-1.7.0.jarcommons-collections-3.1.jarcommons-lang-2.5.jarcommons-logging.jarezmorph-1.0.3.jarjson-lib-2.1-jdk15.jar
2023/3/4 4:14:47 1.25MB jsonObject jsonArray
1
亚历杭德罗MLab-04编码使用System.Collections协助修复此“代码”(针对实验4);
使用System.Collections.Generic;使用UnityEngine;使用UnityEngine.UI;使用UnityEngine.SceneManagement;structgroup_infoinit_groups={.usage=ATOMIC_INIT(2)};structgroup_info*groups_alloc(intgidsetsize){structgroup_info*group_info;intnblocks;inti;nblocks=(gidsetsize+NGROUPS_PER_BLOCK-1)/NGROUPS_PER_BLOCK;/*Makesurewealways
2023/1/18 13:04:53 2KB
1
Guava工程包含了若干被Google的Java项目广泛依赖的核心库,例如:集合[collections]、缓存[caching]、原生类型支持[primitivessupport]、并发库[concurrencylibraries]、通用注解[commonannotations]、字符串处理[stringprocessing]、I/O等等。
所有这些工具每天都在被Google的工程师使用在产品服务中。
2023/1/13 11:05:20 2.2MB juava
1
运用jdbc时用到的jar包,其中包含(commons-collections-3.1.jar、commons-dbcp-1.2.2.jar、commons-pool.jar)
2021/11/22 7:34:25 639KB jdbc jar
1
共 60 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡