-
耶拿是发展基于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
-
java 语言学习ppt资料。简单易学。
java 语言学习ppt资料。简单易学。-ppt of information java language learning. Easy to learn.
- 2022-11-19 06:40:04下载
- 积分:1
-
一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。...
一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.-Java realization of a HTTP proxy server, compatible with HTTP/1.1, support SSL link. RabbIT background picture can be filtered to reduce the rate of image analysis to accelerate the speed of a web browser.-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.
- 2022-07-11 19:56:24下载
- 积分:1
-
连连看java源代码 给希望学习java的爱好者分享
连连看java源代码
给希望学习java的爱好者
分享-Lianliankan java source code to java lovers want to learn to share
- 2022-06-22 06:15:30下载
- 积分:1
-
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table...
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet modify weight samllint
另一种方法是:
alter table tbl_name change old_col_name col_name type
例如:
mysql> alter table pet change weight weight samllint
给列更名
mysql>alter table pet change weight wei
给表更名
alter table tbl_name rename new_tbl
例如,把pet表更名为animal
mysql>alter table pet rename animal
-alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify w
- 2022-02-11 13:09:52下载
- 积分:1
-
解非线性模型的遗传算法,采用java语言编写,注释完整,清晰易懂...
解非线性模型的遗传算法,采用java语言编写,注释完整,清晰易懂-java-genetic athletic
- 2022-07-11 21:27:32下载
- 积分:1
-
此类为”替换对话框“所需的类
此类为”替换对话框“所需的类-such as "replacement dialog," the class
- 2022-03-19 21:24:33下载
- 积分:1
-
java做的在网页中生成条形码小程序
java做的在网页中生成条形码小程序-done on the website generated barcode small program
- 2022-03-10 19:49:02下载
- 积分:1
-
JAVA 做的BT,里面包含了所有的API函数.做得挺辛苦的
JAVA 做的BT,里面包含了所有的API函数.做得挺辛苦的-JAVA to do the BT, which contains all the API function. Did well hard to do
- 2023-05-14 22:20:04下载
- 积分:1
-
JSP精彩编程实例
JSP精彩编程实例-JSP Programming wonderful examples
- 2022-12-19 14:20:03下载
- 积分:1