-
耶拿是发展基于W3C提出的语义Web应用java工具包…
Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API ARP, an RDF parser SPARQL, the W3C RDF query language an OWL API and rule-based inference for RDFS and OWL.
-Jena is Java toolkit for developing semantic web applications based on W3C recommendations for RDF and OWL. It provides an RDF API ARP, an RDF parser SPARQL, the W3C RDF query language an OWL API and rule-based inference for RDFS and OWL.
- 2022-09-24 15:55:05下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1
-
完整应用.简单工作流程.适用于有一定JAVA开发经验的程序员.想进一步提高JAVA三剑客的读者...
完整应用.简单工作流程.适用于有一定JAVA开发经验的程序员.想进一步提高JAVA三剑客的读者-Complete application. Simple workflow. Apply to have certain experience in JAVA development programmers. JAVA Three Musketeers would like to further enhance the readers
- 2022-09-01 11:10:05下载
- 积分:1
-
使用j2me实现二级菜单,有利于页面的扩展,有利于开发
使用j2me实现二级菜单,有利于页面的扩展,有利于开发-Use j2me to achieve the secondary menu is conducive to the expansion of the page and is conducive to the development of
- 2022-04-15 17:21:04下载
- 积分:1
-
JSP
JSP基础教程(清华版),内容细致,初学者的天堂-JSP-based tutorial (Tsinghua version), content detail, beginner" s paradise
- 2022-02-15 01:42:07下载
- 积分:1
-
使用JavaMail开发的具有发送、接收邮件的应用,实现了特快专递,是否新邮件判断等...
使用JavaMail开发的具有发送、接收邮件的应用,实现了特快专递,是否新邮件判断等-Developed with the use JavaMail to send, receive e-mail applications, to achieve a Speedpost, to determine whether new messages, etc.
- 2022-02-20 04:43:17下载
- 积分:1
-
Project JXTA
Project JXTA-C enabling a Web of things
- 2023-01-09 14:30:04下载
- 积分:1
-
使用EJB读取文件,并显示读取进度
使用EJB读取文件,并显示读取进度-use EJB read documents, which showed that reading progress
- 2023-06-28 15:05:04下载
- 积分:1
-
求和的JAVA小程序
求和的JAVA小程序-summation of Java Applet
- 2022-02-10 01:43:30下载
- 积分:1
-
jdbc增删改查操作 preparedstatement statement,滚动的结果集等一系列封装好的操作...
jdbc增删改查操作 preparedstatement statement,滚动的结果集等一系列封装好的操作-jdbc additions and deletions to change search operation preparedstatement statement, scrolling result sets and a series of packaged operational
- 2022-02-14 01:18:43下载
- 积分:1