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

搜索资源列表

  1. webcamCapture

    0下载:
  2. 最近去看監視器材,看到他們的監視軟體 就突發奇想自己來寫一個看看 程式會把移動中的物體用綠色框框起來 並且把當時的影像存成jpg檔(我把這個功能註解起來了) 我這個程式是在UltraEdit(類似記事本)下寫成的 程式裡用到JMF套件 主程式是webcamCapture.java -look at the latest surveillance equipment, they are seen on the surveillance softwar
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:267344
    • 提供者:陳大衛
  1. game07_05_04_annotation

    0下载:
  2. hibernate annotation及acegi-security使用范例
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-16
    • 文件大小:52132
    • 提供者:123123
  1. ASP帮助手册

    0下载:
  2. ASP中文帮助手册,CHM格式,其中有经典范例及详细注解。-ASP Chinese help manuals, CHM format, with the classic model and detailed annotation.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:312743
    • 提供者:章明
  1. rapid代码生成器

    0下载:
  2. 现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成
  3. 所属分类:JSP源码/Java

    • 发布日期:2011-02-22
    • 文件大小:3083258
    • 提供者:jeekchen
  1. php_liuyanben

    0下载:
  2. 简单的php留言本代码,初学php最实用,注释详尽。让你看到php的原理,学php并没有想象中的难-Message of this simple php code, php beginner the most practical, detailed annotation. Php you can see the principles of learning php and did not imagine the difficulty
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-14
    • 文件大小:3547
    • 提供者:MrFeng
  1. ssh

    0下载:
  2. S2SH JPA 注释版 实现简单CRUD-S2SH JPA annotation implements simple CRUD
  3. 所属分类:Java Develop

    • 发布日期:2017-06-13
    • 文件大小:20815046
    • 提供者:wtw
  1. Demo_Annotation

    0下载:
  2. Spring3.2+Hibernate3.5+Struts2.0注解框架-Spring3.2+ Hibernate3.5+ Struts2.0 annotation framework
  3. 所属分类:Jsp/Servlet

    • 发布日期:2016-11-04
    • 文件大小:24898560
    • 提供者:卡洛斯
  1. springValdiateAnonation

    0下载:
  2. springMVC中使用hibernateValidate jsr-303 annotation方式对前台进行规则校验-hibernateValidate jsr-303 annotation rules checksum to the front desk springMVC use
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:6763256
    • 提供者:zhangzhenfei
  1. SSH2-Annotation

    0下载:
  2. 该程序实现了零配置通过注解代替了hibernate中繁琐的hb.XML配置 使用spring 控制翻转 ,托管hibernate和struts2 -The program is to achieve a zero-configuration through annotations instead of hibernate cumbersome hb.XML configured to use the spring to control flip hosting hibernate and str
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:13655136
    • 提供者:吴睿
  1. s2sh_annotation

    0下载:
  2. struts2+spring+hibernate(注解)实现的登陆-struts2+ spring+ hibernate (annotation) to achieve the landing
  3. 所属分类:Jsp/Servlet

    • 发布日期:2016-11-04
    • 文件大小:13770752
    • 提供者:gongzhou
  1. Demo01

    0下载:
  2. SSH2 注解方式加 ExtJs前台 返回Json格式 的一个增删改查demo 由于上传资源太慢.所以删除了jar包。下载后需添加-SSH2 annotation methods return Json format plus ExtJs front of a CRUD demo is limited because the size of uploaded resources, so remove the jar package. Download need to add
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-27
    • 文件大小:10339292
    • 提供者:linwenbin
  1. TotresJbook_

    0下载:
  2. 采用纯jsp页面实现,不涉及任何第三方类库、框架、javabean等,没有引入jdk之外的其他类,界面原始、简单、直观,容易使用和理解,主体功能突出,注释全面完整,适合作为jsp初学者参考的示例代码。 -Pure jsp page that does not involve any third-party class libraries, frameworks, javabean, did not introduce other classes outside of the jdk, origi
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:58920
    • 提供者:陶陶
  1. Web_Demo_Dwr3.0_Spring3.1

    0下载:
  2. DWR3 Spring3.1 全注解使用-DWR3 Spring3.1 annotation
  3. 所属分类:Ajax

    • 发布日期:2017-05-16
    • 文件大小:4533103
    • 提供者:吕海斌
  1. src

    0下载:
  2. 使用annotation封装的jdbc,只要定义个借口,然后再某个方法上加个annotation,就可以操作数据库了,如: @Query("select * from user where id=?") public User getUser(int id) 不用实现具体方法,就可以用了。-The use of annotation package jdbc, as long as the definition of excuse, and then add a method of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:9562
    • 提供者:陈景安
  1. hibernate-annotations-3.3.1.GA

    0下载:
  2. hibernate3.2.6源码和jar包,-hibernate3.2.6 source and jar package,
  3. 所属分类:Java Develop

    • 发布日期:2017-01-15
    • 文件大小:3635804
    • 提供者:brown
  1. zk-demo-3.5.2

    0下载:
  2. ZK是一个Ajax Java Web框架,利用少量代码就能够开发出拥有Rich UI的Web应用。ZK提供基于XUL的标记语言和事件驱动的组件,可以让你像开发桌面应用程序一样简单。支持EL表达式和脚本语言包括:Javascr ipt、Ruby和Groovy等。支持Annotation及数据绑定。集成Google Maps、FCKeditor、DOJO以及Timeline。 -zk-demo
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:52904896
    • 提供者:陈立峰
  1. java-depth-Annotation

    0下载:
  2. java深入Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java depth Annotation, codes detailed notes, directly in MyEclipse. Welcome to download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3557
    • 提供者:liu
  1. java-system-built-Annotation

    0下载:
  2. java系统内建Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java system built Annotation, codes detailed notes, directly in MyEclipse. Welcome to download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2994
    • 提供者:liu
  1. java-Custom-Annotation

    0下载:
  2. java自定义Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java custom Annotation, codes detailed notes, directly in MyEclipse. Welcome to download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4763
    • 提供者:liu
  1. Annotation

    0下载:
  2. 注释详解,适合java初学者了解几种常见注解类型(Annotation detailed, suitable for beginners java understanding of several common types of notes)
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:qqwwweeer
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com