Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux api
Search - linux api - List
中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows / Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan - prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http : / / serverip : port / serviceName forward will be submitted to two synchronous data) subs.bat reverse order / cancellation interface demo java-classpath "smsfan - provision.j ar "net.smsfan.provision.example.Subscrib eExa
Date : 2008-10-13 Size : 49.36kb User : 张宁

JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。
Date : 2008-10-13 Size : 585.04kb User : xiaogang

中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows/Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan- prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http :// serverip : port/serviceName forward will be submitted to two synchronous data) subs.bat reverse order/cancellation interface demo java-classpath "smsfan- provision.j ar "net.smsfan.provision.example.Subscrib eExa
Date : 2026-01-15 Size : 49kb User : 张宁

JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。-err
Date : 2026-01-15 Size : 585kb User : xiaogang

这套API是纯Java的,并不依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。-This API is pure Java and does not rely on Windows system, running on Linux, even if it the same right be able to deal with Excel files.
Date : 2026-01-15 Size : 2.11mb User : wjd

DL : 0
通过java操作excel表格的工具类库   支持Excel 95-2000的所有版本   生成Excel 2000标准格式   支持字体、数字、日期操作   能够修饰单元格属性   支持图像和图表   应该说以上功能已经能够大致满足我们的需要。最关键的是这套API是纯Java的,并不依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。另外需要说明的是,这套API对图形和图表的支持很有限,而且仅仅识别PNG格式。   搭建环境   将下载后的文件解包,得到jxl.jar,放入classpath,安装就完成了。   (很大总是不能很好的加载,我想补充一下:把你下载好的JXL.JAR包放入D:\JAVA\jre\lib\ext中(我的是JDK1.6)就OK了。我相信在配置TOMCAT时也需要把相关的三个包放到这里面。)-Tools to operate the excel table through java class library supports all versions of Excel 95-2000 generate Excel 2000 format support fonts, numbers, dates, the operation can be modified cell properties support images and charts should be said that the above functions have been able to substantially meet our needs. The key is set API is a pure Java, does not rely on a Windows system, even if running under Linux, it is also able to correct handling Excel files. Also need to note is that this set of API support for graphics and charts very limited, and only understands the PNG format. Unpack the file after the build environment to download be jxl.jar, add the classpath, the installation is complete. (Much is not always a good load, I would like to add: you download good JXL.JAR package into the D: \ Java \ jre \ lib \ ext (I JDK1.6) the OK. I believe that to configure TOMCAT three packages need to be put in there.)
Date : 2026-01-15 Size : 3mb User : 陈明

通过java操作excel表格的工具类库   支持Excel 95-2000的所有版本   生成Excel 2000标准格式   支持字体、数字、日期操作   能够修饰单元格属性   支持图像和图表   应该说以上功能已经能够大致满足我们的需要。最关键的是这套API是纯Java的,并不依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。另外需要说明的是,这套API对图形和图表的支持很有限,而且仅仅识别PNG格式。-jxl src
Date : 2026-01-15 Size : 2.25mb User : xia

JAVA源码,本人原创开发和整理,经过多个商业软件检验的代码,取得机器的硬件指纹, 设计支持windows、linux、OS等操作系统平台,目前已经支持windows平台,可根据思路自行补充linux和OS平台下的一些api,取得机器硬件指纹(cpu 序列号、mac地址、BIOS序列号、硬盘ID),主要用作软件授权使用对象的锁定,只允许指定的机器硬件使用您的软件 另外在util包内有常用的一些文件、时间、数组等处理的util类,可供参考。-Original development and consolidation, a number of commercial software testing code to obtain the machine' s hardware fingerprint, designed to support windows, linux, OS operating system platform, now supports windows platform, based on the idea of ​ ​ self-supplement linux and OS platforms some api, to obtain the machine hardware fingerprint (CPU serial number, MAC address, BIOS serial number, hard disk ID) of, mainly used for software license using the object' s lock, allowing only the specified machine hardware to use your software util package commonly used in the util class file, time, array processing, for reference.
Date : 2026-01-15 Size : 49kb User : 杜文华

JIPtables - Java api for linux firewall by Daniel Zozin <meltingshell@gmail.com> This API provide an iterface to the iptables firewall, to linux netfilter log and connection api The jIPtables rule management allow to parse, generate and apply the iptables rules from java. The log tracker notify the listeners for low level netfilter logs. The connection tracker notify the listeners for established connections and connection state changes. INSTALLATION In order to compile jIPtables requires the libnetfilter_log and libnetfilter_conntrack. You can download them at http://www.netfilter.org/ For the compilation go in the main directory and run: ant build The ant script will generate 3 files, the jar library and 2 .so shared libraries. The shared libraries should be in a system library directory.
Date : 2026-01-15 Size : 48kb User : fmo

DL : 0
Java简易音频片断播放器,在程序中,为了使界面做得更友好,经常要播放一些声音文件片断,如当用户执行一个错误的命令或当某个任务完成时。这样可以使得用户和程序间的交互更加和谐,更加友好。事实上无论是Windows   系统还是带X Window 的Unix 或Linux 系统,都自带有很多用于交互的声音片断,而且也提供了方便的接口来播放这些声音片断。然而,如果程序是要跨平台的或用于Internet 上的,那么java 提供的同等功能的API 就相当有用,如在Applet 小程序中播放一些小的歌曲。不过,本例将创建一个Application 来演示声音片断的播放(大的声音文件及视频文件的播放实现将在后面讲解),本播放器的运行效果截图如上所示-Simple audio clips Java player, in the process, in order to make the interface more friendly to do, to play some sound files often fragments, such as when the user performs a wrong command or when a task is completed. This makes the interaction between the user and the program is more harmonious, more friendly. In fact both the Windows Unix or Linux system or with the X Window System, and comes with a lot of sound clips are used to interact, but also provides a convenient interface to play these sound clips. However, if the program is to be used for cross-platform or on the Internet, then the same function on the java API provided very useful, such as the songs play some small Applet applet. However, in this case would create an Application to demonstrate sound clips playback (large sound files and play video files implementations will explain later), the effect of the player running the screenshot shown above
Date : 2026-01-15 Size : 518kb User : jpudn75

DL : 0
ETMAP is a framework for very fast packet I/O from userspace. VALE is an equally fast in-kernel software switch using the netmap API. Both are implemented as a single kernel module for FreeBSD, Linux and
Date : 2026-01-15 Size : 216kb User : amantaevrinat0594
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.