CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - can 例子

搜索资源列表

  1. fangshunfengmeituan

    0下载:
  2. Android例子源码仿顺丰速递美团客户端数据加载动画效果是一个仿顺丰速递和美团安卓客户端数据加载刷新的Dialog动画效果的小例子比较直观代码实现简单项目中可以直接使用。-Android source code examples of imitation SF express group client data loading animation effect is an imitation of the SF express and beauty group Ann Zhuo client
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-03
    • 文件大小:911906
    • 提供者:琳琳
  1. tupiantexiao

    0下载:
  2. 不知道有没有朋友还记得之前发的一个“Android应用源码安卓手机17种图片特效处理”图片处理项目,没有看过的朋友可以在本站搜一下“17种”就可以找到,这次大神又发力了,在原来的基础上增加了冰冻、熔铸、连环画、柔化美白、照亮边缘、羽化效果等六种图片处理效果,每种处理效果都有对应的java文件,直接参考例子调用就可以了。-Don t know there is no friends remember prior to the issuance of a Android application
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1352847
    • 提供者:张连超
  1. duanxinshiguangji

    0下载:
  2. Android例子源码可以定时批量发送短信的短信时光机是一个可以自定义定时批量短信发送例子源码(类似于短信时光机),编辑的短信可以一键选择多个联系人进行定时发送,批量发送祝福短信这种情况在节假日是普遍存在的,如果再加上一个定时功能就能实现把未来一年或者N年的祝福短信都定时在节假日的时候发出去(前提是有话费),例子还有查看编辑和删除预定短信的功能-Android source code examples can regularly send bulk SMS text messages time
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:87889
    • 提供者:hmpudn36
  1. jlive

    0下载:
  2. java开发的例子,可以参考其中的设计模式和代码规范-java deploper ,can preference it
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2229549
    • 提供者:zhengyongqian
  1. APP

    0下载:
  2. 团购APP底部菜单编程,这个可以方便用户进行团购APP的开发,本例子简单明了,注释清晰。-Buy APP bottom menu programming, this can be convenient for users to buy APP development, this example is simple and clear, clear notes.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:547103
    • 提供者:张翔
  1. hibernate-Reverse-engineering-entity

    0下载:
  2. 通过hibernate反向工程生成实例类的例子,通过融合UML的编程思想完成相关类的生成,可以作为demo更改其源码-Reverse engineering is generated by hibernate entity class example, through the integration of UML programming ideas to complete the relevant class of generation, you can change the source co
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:831090
    • 提供者:jason
  1. Hibernate-Access-database

    0下载:
  2. Hibernate访问数据库的demo可以通过Hibernate框架访问数据库,获取其中的内容,其中包含各种例子,可以使用-demo Hibernate can access the via Hibernate framework to access the to obtain the contents, which contains a variety of examples, you can use
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9619
    • 提供者:jason
  1. SolarSystem

    0下载:
  2. 使用JAVA语言编写的太阳系转动模型,算是Java开发学习的基础例子,有助于Java语言的学习-JAVA language using solar rotation model can be regarded as the basis of examples Java developers learning to help Java language learning
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:76559
    • 提供者:gaoliquan
  1. dtree

    0下载:
  2. 公司给的小例子练习,练习分支树的例子,可以运行-Examples of small companies to practice, practice bifurcation diagram example, you can run to see
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:26393
    • 提供者:zhang
  1. dynamicreports-examples

    0下载:
  2. dynamicreports是强大的报表工具JASPERREPORT的开发套件,提供在程序运行期间生成各种定制的报表。 这个是demo工程,直接导入Eclipse即可使用。 源码不支持中文,例子已修改为支持PDF的中文导出。-dynamicreports is a powerful reporting tool JASPERREPORT development kit provided during program execution to generate a variety of c
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-21
    • 文件大小:35830784
    • 提供者:wan
  1. Socket

    0下载:
  2. 本例子是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。-This example is a simple demonstration of Android Socket chat room source code examples, can only Andrews PC client receives a message, not in th
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1214222
    • 提供者:曾文兵
  1. studentManager

    1下载:
  2. 本人是新手,也刚开始java web的学习,就在网上找了个例子练手,是一个简单的jsp+servler的学生管理系统。网址:http://www.javazhijia.com/ym/web/193.html导入到eclipse有点报错,我自己做了一点修改,将oracle数据库换成了数据库连接池连接mysql数据库,可直接运行,希望对大家能有所帮助!- am a novice, but also the beginning of java web learning on the Internet
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1636767
    • 提供者:杨九洲
  1. logindemo

    0下载:
  2. 一个springMVC+MyBatis的javaweb小例子,实现了登录功能,大家可以参考其中的资源配置文件.-A springMVC+ MyBatis javaweb small example, the realization of the login function, we can refer to one of the resource configuration file.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-28
    • 文件大小:10563167
    • 提供者:赵坤
  1. 5ucmscj_ydb

    0下载:
  2. 5ucms移动端插件(手机版)是以5ucms asp版本为核心进行开发的5ucms移动插件,可以使5ucms具备相对应的移动端页面。 闲着没事,花了一会时间写了个5ucms移动端简单手机版。 一个很简单的移动端例子,需要跟多功能的可以二次开发下。 此版本为是动态版,没写生成静态。 文件目录说明: /plus/A_Qimweb/ 插件管理目录 /m/ 移动页面目录 /m/css/ 移动样式目录 /m/template/ 移动模板目录 /m/class.asp 移
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-05
    • 文件大小:31670
    • 提供者:Brian
  1. struts03_multifileupload

    0下载:
  2. 使用2EE写的多文件上传例子,上传一个文件点击添加可以增加文件上传,一次可以上传多个文件,有界面有代码-Use 2EE write multi-file upload example, upload a file click to add can increase the file upload, one can upload multiple files, there are interface code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-11
    • 文件大小:9955
    • 提供者:惠惠
  1. igaglg

    0下载:
  2. 简单的springmvc例子,你可以了解springmvc的模式-Simple example for springmvc, you can see, the springmvc pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-12-14
    • 文件大小:12306
    • 提供者:Zenqeia
  1. crud

    0下载:
  2. 本系统为简单的jsp+mysql增删改查例子,有用户登陆,注册,学生信息显示,修改,查询,删除功能,也可以管理登陆用户信息(The system for simple jsp + mysql additions and deletions to change the example, a user login, registration, student information display, modify, query, delete the function, you can also m
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:786432
    • 提供者:jessi乔
  1. testdwr

    0下载:
  2. 这是个详细 的js代码调用java代码例子,将工程导入到eclipse之后可以直接使用(This is a detailed JS code, call java code examples, import the project to eclipse, you can use directly)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:7057408
    • 提供者:sdlkfs
  1. ssm-redis

    0下载:
  2. 基于spring mvc架构的redis例子,下载后请在本地安装redis数据库,不然启动不了(Redis based on the spring MVC framework example, after downloading, please install the redis database locally, or else can not start)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:1748992
    • 提供者:defaultisnull
  1. mxp_profile_see

    0下载:
  2. 这个完整的例子可以用来获得系统的各中路经!很好(The complete example of middle path can be used to obtain the system!)
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2017-12-17
    • 文件大小:8192
    • 提供者:naofang82511
« 1 2 ... 25 26 27 28 29 3031 »
搜珍网 www.dssz.com