资源列表
城市选择
- 按照字母读取各个城市,点击字母进行城市的索引(Read cities in alphabetical order, and click letters to index the city)
办公管理系统
- 基于java开发的标准的图书馆管理系统SSH框架oracle数据库(A complete library management system, but also quite comprehensive, need, you can download to see)
android
- 安卓api文档,能够快速查找功能的工具类(Android API documentation, a tool class that can quickly find features)
下拉删除
- 下拉刷新,上拉加载更多,listview带左滑删除的依赖包,可以直接依赖使用,Demo把项目是依赖包勾选掉(Pull down, pull up, load more, listview with left slide delete dependent package, you can directly rely on the use of Demo, the project is dependent on packet check off)
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("
Javazhinengbofnag
- 公司智能定时播放系统,解决办法的加额恩飞机杯神经病我拉你五把(Company time playing system)
operamasks-ui-2.0
- 这个版本最大的特色就是采用了全新的样式皮肤,使组件的组合效果更佳。此外,还添加了不少新特性和改进,如omGrid支持多行表头,新的omItemSelector 、omScrollbar组件等。(The biggest feature of this release is the use of a new type of skin, so that the combination of components is better. In addition, a number of new featu
ZendFramework-2.4.3
- php官方框架,拥有官方背景,适合企业级开发(PHP official framework)
tongxunlu
- 通讯录编程实现简单通讯录程序。通讯者的基本信息包括编号、姓名、性别、年龄、宅电、手机电话等信息。(Programming simple address book procedures. The basic information of the communication including number, name, sex, age, home, mobile phone and other information.)
assets
- 一段 json 数据。。。。。。 无详细说明。 看一看就行了。。。(A section of JSON data...... No detailed descr iption. Just take a look...)
canyinguanli
- 餐饮管理系统,学校餐饮管理系统的前台和后台的所有源代码,以及mysql数据库的源码(Catering management system, school catering management system at the front desk and the background of all source code, as well as the source mysql database)
jquery-treegrid-master
- 由于组织架构涉及到层级关系,在表格里面展示层级关系,自然就要用到所谓的treegrid。可惜的是,一些轻量级的表格组件本身并没有自带树形表格的功能,比如bootstrapTable就没有这个功能,怎么办呢?如果是jqgrid、easyUI的表格,treegrid的效果可以说是轻而易举就能解决,而项目目前用的就是bootstrapTable,不可能这个时候因为这个需求去换组件吧。博主分析了下,无非就两种解决方案:一种就是扩展bootstrapTable的treegrid功能;第二种就是再找一个单独