-
这是一个HTTP和HTTPS的代理服务器
这是一个HTTP和HTTPS的代理服务器-This is a HTTP and HTTPS proxy server
- 2022-04-10 19:03:28下载
- 积分:1
-
java实现的计算器,简单的加减乘除等。
java实现的计算器,简单的加减乘除等。-fjdasifjakslfjasdklfjaksdljfaskld
- 2022-12-27 04:55:03下载
- 积分:1
-
边界窗体布局,很不错的
边界窗体布局,很不错的-border forms layout, very good
- 2023-04-29 21:10:02下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
彩信中smil格式的发送程序代码。 //1. 创建MM7消息发送接口//2.置VASP注册的各种信息.VAS_PASSWORD= "yourPassword"...
彩信中smil格式的发送程序代码。 //1. 创建MM7消息发送接口//2.置VASP注册的各种信息.VAS_PASSWORD= "yourPassword" MMSC_URL="http://61.144.250.225/vas" etSubject("汉字iiiii") //设置消息类型,使用SMIL方式一定要设置为tipart.related类ontentType(m.CT_APPLICATION_MULTIPART_RELATED ) mil文件中描述了要添加的发送的消息内容体 //添加内容体设置内容体格式.addContent) //将创建好的内容添加到消息//下面添加的消息内容体都对于于smil文件中描述的各个文件
该ID对应于smil文件中描述的消息内容
-MMS were sent smil format code.// 1. Create MM7 messaging interface// 2. Home Feature registration information. VAS_PASSWORD = "yourPassword" MMSC_URL = "http://61.144.250.225/vas" etSubject ( "Chinese iiiii ")// set up the message type, the use of SMIL way must set to tipart.related category ontentType (m.CT_APPLICATION_MULTIPART_RELATED) mil paper describes add to the information content of this body// add content-content-set format. addContent)// create content added to the good news// add the following information for the contents of their bodies in smil file describing the various documents corresponding to the I
- 2022-05-07 17:04:35下载
- 积分:1
-
类和对象讲义.rar
类和对象讲义.rar-classes and objects lectures. Rar
- 2022-02-05 02:44:29下载
- 积分:1
-
作者的经验之谈,一定给你开发J2EE系统带来很多帮助。
作者的经验之谈,一定给你开发J2EE系统带来很多帮助。-The author
- 2022-03-16 13:09:02下载
- 积分:1
-
实现方法的JUnit框架的测试用例可以使用TCK的服务器,等。
junit架构的测试用例的实现方法,可用于TCK server,或者gatling server-junit framework test case of the implementation method can be used TCK server, or a gatling server
- 2022-04-29 06:16:34下载
- 积分:1
-
JAVA COM bright
JAVA与COM通信的中间接口,用于在JAVA程序中调用com-JAVA COM bright
- 2022-07-20 19:39:16下载
- 积分:1
-
查找一定范围内的素数的算法
查找一定范围内的素数的算法-search within a certain range in the number of algorithms
- 2022-04-21 01:28:01下载
- 积分:1