Welcome![Sign In][Sign Up]
Location:
Search - rs java

Search list

[Other resourceXMlandjava

Description: The extraordinary growth of the World Wide Web has been fueled by the ability it gives authors to easily and cheaply distribute electronic documents to an international audience. As Web documents have become larger and more complex, however, Web content providers have begun to experience the limitations of a medium that does not provide the extensibility, structure, and data checking needed for large-scale commercial publishing. The ability of Java applets to embed powerful data manipulation capabilities in Web clients makes even clearer the limitations of current methods for the transmittal of document data.-The extraordinary growth of the World Wide Web has been fueled by the ability it gives autho rs to easily and cheaply distribute electronic documents to an international audience. As Web documents have become larger and more complex. however, Web content providers have begun to experience the limitations of a medium that does not provid e the extensibility, structure, checking and data needed for large-scale comme rcial publishing. The ability of Java applets t o embed powerful data manipulation capabiliti es in Web clients makes even clearer the limitat ions of current methods for the transmittal of d ocument data.
Platform: | Size: 16787 | Author: kiki | Hits:

[Communicationrs232comm

Description: 用java开发的基于串口RS-232通讯程序,横简单的。希望对你有所帮助。-with java-based development of the serial RS-232 communication procedures, Wang simple. You want to help.
Platform: | Size: 127457 | Author: sunjun | Hits:

[Com PortRS232TM_0.2_Alpha_D_with_javacomm

Description: Java RS232 terminal with graphical interface . Suitable for small RS projects and test protocols for hardware developing. Free for usage ,modifying and redistributing.Also added \"javacomm20\"-api installer
Platform: | Size: 310530 | Author: 戴奕 | Hits:

[JSP/JavaRSEncoder

Description: 用java写的RS算法的交织器,主要是在进行rs编码之前,对源数据进行交织。交织参数207,48
Platform: | Size: 72777 | Author: laurenliu | Hits:

[ADO-ODBC数据库连接bean_20050226111611

Description: Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs / / Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC (
Platform: | Size: 5062 | Author: 兔兔软件 | Hits:

[ADO-ODBC数据库连接bean_20050226111611

Description: Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs// Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC (
Platform: | Size: 5120 | Author: 兔兔软件 | Hits:

[Software EngineeringXMlandjava

Description: The extraordinary growth of the World Wide Web has been fueled by the ability it gives authors to easily and cheaply distribute electronic documents to an international audience. As Web documents have become larger and more complex, however, Web content providers have begun to experience the limitations of a medium that does not provide the extensibility, structure, and data checking needed for large-scale commercial publishing. The ability of Java applets to embed powerful data manipulation capabilities in Web clients makes even clearer the limitations of current methods for the transmittal of document data.-The extraordinary growth of the World Wide Web has been fueled by the ability it gives autho rs to easily and cheaply distribute electronic documents to an international audience. As Web documents have become larger and more complex. however, Web content providers have begun to experience the limitations of a medium that does not provid e the extensibility, structure, checking and data needed for large-scale comme rcial publishing. The ability of Java applets t o embed powerful data manipulation capabiliti es in Web clients makes even clearer the limitat ions of current methods for the transmittal of d ocument data.
Platform: | Size: 16384 | Author: kiki | Hits:

[Communicationrs232comm

Description: 用java开发的基于串口RS-232通讯程序,横简单的。希望对你有所帮助。-with java-based development of the serial RS-232 communication procedures, Wang simple. You want to help.
Platform: | Size: 126976 | Author: | Hits:

[Com PortRS232TM_0.2_Alpha_D_with_javacomm

Description: Java RS232 terminal with graphical interface . Suitable for small RS projects and test protocols for hardware developing. Free for usage ,modifying and redistributing.Also added "javacomm20"-api installer -Java RS232 terminal with graphical interface. Suitable for small RS projects and test protocols for hardware developing. Free for usage, modifying and redistributing.Also added javacomm20-api installer
Platform: | Size: 310272 | Author: 戴奕 | Hits:

[JSP/JavaRSEncoder

Description: 用java写的RS算法的交织器,主要是在进行rs编码之前,对源数据进行交织。交织参数207,48-Using java to write the RS interleaver algorithm is mainly encoded in rs before the source of data are intertwined. Intertwined parameters 207,48
Platform: | Size: 72704 | Author: laurenliu | Hits:

[JSPrwerw

Description: pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)-pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName+ " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
Platform: | Size: 136192 | Author: | Hits:

[SQL ServerHashTable

Description: HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } } -HashTable
Platform: | Size: 67584 | Author: 黄杰贞 | Hits:

[JSPOReilly.Java.Web.Services.Up.and.Running.Feb.2009

Description: With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS).
Platform: | Size: 593920 | Author: holahola | Hits:

[xml-soap-webserviceJavaWS

Description: With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, no-nonsense approach to these technologies by providing you with a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing a sample application.
Platform: | Size: 898048 | Author: boss | Hits:

[JSPManningSpringinActionjavaebook2005

Description: Learn how the JAX-RS API and annotations enable you to develop REST-based web services in Java. using annotations
Platform: | Size: 2434048 | Author: 孤独感 | Hits:

[OtherOreilly_RESTfu_Java_with_JAX-RS

Description: RESTful Java with JAX - RS Edition December 2009 Retail Ebook-ATTiCA -Learn how to design and develop distributed web services in Java using RESTful architectural principals and the JAX-RS specification in Java EE 6. With this hands-on reference, you ll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP. It s easy to get started with services based on the REST architecture..
Platform: | Size: 1878016 | Author: zengjian | Hits:

[JSP/JavaOreilly.RESTful.Java.with.JAX.RS.Nov.2009-1

Description: The book: "RESTful Java with JAX RS" Great book about creating RESTFull services with Java and JAX RS
Platform: | Size: 2023424 | Author: monah_tuk | Hits:

[JSP/Javahelloworld-rs

Description: JAX-RS (JSR-311) 是一种 Java™ API,可使 Java Restful 服务的开发变得迅速而轻松。这个 API 提供了一种基于注释的模型来描述分布式资源。注释被用来提供资源的位置、资源的表示和可移植的(pluggable)数据绑定架构。在本文中,学习如何使用 JAX-RS 在 Java EE 环境内实现 RESTful 服务架构的潜能。-JAX-RS (JSR-311) is a Java ™ API, Java Restful services enable developers to quickly and easily become. This API provides an annotation-based model to describe the distributed resources. Notes are used to provide the location of resources, representation and portable (pluggable) data resource binding framework. In this article, learn how to use JAX-RS RESTful services framework to achieve the potential of the Java EE environment.
Platform: | Size: 44032 | Author: 团长 | Hits:

[JSP/Javars

Description: 使用java实现信息rs冗余,平台是eclipse,里面有详细的rs冗余的原理,实现了编码与解码。(The use of Java to achieve information RS redundancy, the platform is eclipse, there is a detailed principle of RS redundancy, the implementation of the encoding and decoding.)
Platform: | Size: 222208 | Author: karma2323 | Hits:

[WEB Coders

Description: 该程序为人事管理系统,在idea下用java写的Javaweb,功能未完善(This program is a personnel management system. Java Web written in Java under idea has not perfect function)
Platform: | Size: 3846144 | Author: Aimitee | Hits:
« 12 »

CodeBus www.codebus.net