-
Web3与元宇宙
目前在商业技术领域,有两个热门词儿不断刷屏。一个是Web3,一个是元宇宙。从一些报道来看,很多人认为这两个词说的是同一个事。实际上,尽管它们在几个重要方面有关联,但其实它们描述的是不同的概念。这篇文章主要讲讲二者的区别。
Date: 2022-11-26 View: 1520
-
利用python 将任意目录变成 web server
有时候为了给别人共享文档,或者为了方便自己在另外的机器上下载自己机器上的内容。我们可能采用:1.共享文件夹2.搭建 ftp server3.搭建http server ,比如 apache 等。
Date: 2012-08-27 View: 1520
-
filenet 的 wat 方式编程之二
Ui module 和 dataprovider 都是从 wcmModule 继承过来的. 提供了以下几个方法:addChild(…)getController()getDataStore()getModuleProperty(…)
Date: 2009-10-10 View: 1520
-
filenet 的 wat 方式编程之一.
IBM 的 FILENET 产品,二次开发的话,你可以自己写JSP页面,自己调用API与CE,PE打交道,存取数据等。还有一种方法,就是 filenet 本身自带的一种方法,简称 WAT 吧。至于怎么部署的,玩过FILENET的人,应该都知道。这两天刚看了WAT入门的东西,把我自己的理解记录下来吧,以后好参考, WAT 也是MVC模式的,和FILENET 的集成很好,用他来扩展WORKPLACE的话,很简单,也很方便和WORKPLACE 融为一体。1.event jsp页面.Event jsp 页面,包括了与之相关的 UI MODULE, DATA PROVIDER, CONTROLL BEAN 等信息. 注册 相关 module 和 control 。并调用 control 的 handevent方法 dispatch 事件,要么转向控制器本身,要么转向另一个 UI module ,
Date: 2009-09-29 View: 1520
-
Filenet更改端口-更改9080 端口到 80 端口
当 IBM Filenet 安装完毕后,启动 AE ,打开 workplace 或者 workplaceXT ,你会发现默端口是 9080, 如果在安装完毕后想修改 端口怎么办呢:
1. 修改websphere 的 default host 端口为 802. 修改websphere配置文件 serverindex.xml3.在FileNet process task manager 简称 PTM 中修改 URL 端口4.修改 region 中的 url 及其端口5.重启应用,重启服务,重启region.Date: 2012-09-02 View: 1520
-
IBM filenet ce was配置,ae WAS 配置
目录
1 CE WAS配置
1.1 配置应用程序服务器
1.2 配置应用程序服务器Java虚拟机
Date: 2012-09-01 View: 1520
-
How to pass System Properties in web.xml
In Java standalone application, you can use -D option to pass in the system properties :
Date: 2019-08-17 View: 1520
-
jsoup Basic web crawler example
A Web Crawler is a program that navigates the Web and finds new or updated pages for indexing. The Crawler starts with seed websites or a wide range of popular URLs (also known as the frontier) and searches in depth and width for hyperlinks to extract.
Date: 2019-08-11 View: 1520
-
Spring WebFlux Test Timeout on blocking read for 5000 MILLISECONDS
Test a Spring Webflux endpoint with the WebTestClient, and hits the following error messages. Is this possible to increase the timeout?
Date: 2019-08-11 View: 1520
-
Spring Boot WebFlux + Thymeleaf reactive example
In this article, we will show you how to develop a reactive web application.
Date: 2019-08-11 View: 1520
-
Spring Boot WebFlux + Server-sent events example
In this article, we will show you how to develop a reactive web application, using Server-sent events
Date: 2019-08-11 View: 1520