登录
首页 » Java Develop » Java 控制Office 控件是非常麻烦的一件事情。 自从有了JACOB后,事情变得简单多了。 但是要实现Java灵活的控制Word还是一件非常麻烦的...

Java 控制Office 控件是非常麻烦的一件事情。 自从有了JACOB后,事情变得简单多了。 但是要实现Java灵活的控制Word还是一件非常麻烦的...

于 2023-07-08 发布 文件大小:71.50 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

Java 控制Office 控件是非常麻烦的一件事情。 自从有了JACOB后,事情变得简单多了。 但是要实现Java灵活的控制Word还是一件非常麻烦的事情。 -Java Control Office controls is a very troublesome thing. Since the post-JACOB, things become much simpler. But to achieve a flexible Java Control Word is a very troublesome thing.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 简单的实现了股票交易系统,用JAVA实现。功能比较简单。
    简单的实现了股票交易系统,用JAVA实现。功能比较简单。-Simple implementation of the stock trading system, using JAVA implementation. Function is relatively simple.
    2022-10-20 16:20:03下载
    积分:1
  • 放到雷克萨福建哦的沙拉克服加拉斯连卡佛很多啦开始放假啦阿斯顿离开福建啦开始...
    放到雷克萨福建哦的沙拉克服加拉斯连卡佛很多啦开始放假啦阿斯顿离开福建啦开始-adsfjaklfjkldsahfoewufojklsdFHskah
    2022-07-11 19:44:26下载
    积分:1
  • 基于corba的资源池,实现对客户端调用的库,例如…
    基于corba的资源池,实现了实例池供客户端调用,并且实例池对实例的分配采用策略模式支持随即抽取,最近使用和循环抽取三个不同策略.(在visibroke下面开发的)-corba based on the resources pool, realize the pool for the client call, Examples pool and the distribution of examples of the tactics employed mode support was collected, Recently the use and recycling from three different strategies. (visibroke development below)
    2023-04-24 09:00:03下载
    积分:1
  • 计算器代码 描述了基本的计算器代码结构 麻雀随小,五脏具全...
    计算器代码 描述了基本的计算器代码结构 麻雀随小,五脏具全-calculator code describes the basic structure of the code calculator mahjong with small, but with Full
    2023-08-02 10:05:04下载
    积分:1
  • java写的时钟小程序,图形显示,实现简单,外观很漂亮,免费下载啊,不需要账号...
    用java写的时钟小程序,图形显示,实现简单,外观很漂亮,免费下载啊,不需要账号-Java clock used to write small programs, graphical display, the realization of simple, look very beautiful, free download ah, no account
    2022-05-12 14:31:07下载
    积分:1
  • J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒...
    J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒智能化测试工具。它的功能主要有以下三点: 1. 自动生成被测试类的覆盖度测试报告,生成相应的dmp文件。 2. 自动生成被测试类的出错报告,记录抛错的行数,出错类型,方法名称,时间以及该行的代码。 3. 按照需要在发生错误的行产生断点,让测试者查看此时各个变量的状态。 -J2EE Tester Tester is a test release for the server-side (such as Weblogic, Websphere) of EJB components, Servlet and Beans the black box/white box of intelligent test tools. Its main function has the following three points: 1. Automatically generated by test category test coverage reports, generate dmp file. 2. Automatically generated by the wrong type of test reports, record the number of rows behind mistake, error type, method name, time and the lines of code. 3. In accordance with the required line in the event of an error arising from a breakpoint, so that those who view the test at this time of the status variables.
    2023-07-16 23:50:05下载
    积分:1
  • 开发JAVA开必备,很有参考价值,里面介绍了很多的函数和用法,
    开发JAVA开必备,很有参考价值,里面介绍了很多的函数和用法,-JAVA required to develop open, a good reference, which introduce a lot of function and usage,
    2022-05-07 17:31:54下载
    积分:1
  • 实用程序,一个ejb调用另一个ejb的例子。
    实用程序,一个ejb调用另一个ejb的例子。-Utility, a ejb call another ejb example.
    2022-02-14 16:03:38下载
    积分:1
  • using Java linear table. If deficiencies, we also hope that the guidance.
    用Java实现的线性表。如有不足之处,还望大家指点。-using Java linear table. If deficiencies, we also hope that the guidance.
    2022-03-03 04:44:20下载
    积分:1
  • Lex Bell Laboratories of the United States with C language developed by a lexica...
    Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
    2022-02-09 15:55:49下载
    积分:1
  • 696518资源总数
  • 105034会员总数
  • 16今日下载