摘要:
方法:获取当前时间 执行索引命令 执行成功,写到properties文件中,下次执行,从上次执行的时间开始 import java.io.BufferedReader;import java.io.InputStreamReader;import java.io.LineNumberReader;i 阅读全文
摘要:
1.查询使用关系的方法: * 调用查询返回数据 * @param {Object} data * @returns {Promise} * */ export let queryItemRevisionById = function (data) { if (!data.item_id) { mes 阅读全文
摘要:
1.定义条件: "conditions": { "objectIsSelectedFolder": { "expression": { "$source": { "$adapt": "ctx.selected" }, "$query": { "$source": "modelType.typeHie 阅读全文
摘要:
//根据id查询对ITEMS let itemQuery = { inputCriteria: [{ queryNames: ['零组件 ID'], queryType: 1 }] } soaSvc.post("Query-2010-04-SavedQuery", "findSavedQueries 阅读全文
摘要:
1.选择【ItemRevision】,设置查询的规则: 2.点击【提示】 3.可以参照说明,一步步配置,也可以直接点击【在树中查找】 4.添加ID 到查询条件中 5.执行查看结果: 阅读全文
摘要:
module.json { "name": "C9PDFQueryList", "description": "This is the C9PDFQueryList module" } 2.states.json { "C9PDFQueryLoc": { "data": { "browserTitl 阅读全文
摘要:
nginx 两个端口 Nginx 不能同时监听两个端口,因为它是一个反向代理服务器,通常只设置一个监听端口(通常是80或443),然后根据请求的host或其他参数将请求转发到不同的后端服务。 如果你的需求是让Nginx监听两个不同的端口,并将请求分别转发到不同的服务,你可以这样配置: http { 阅读全文
摘要:
第一步:分别在自己的模块下的html、viewmodel、js文件夹下,加入下列三个文件simpleTableTestPageTableView.html、simpleTableTestPageTableViewModel.json、simpleTableTestPageService.js 第二步 阅读全文
摘要:
Documentation was carried over from 12.2 to 12.3 which is incorrect via the change to Microservices.The process has changed and the location of files 阅读全文
摘要:
对比结果: Specify comparison properties and comparison result retention period For comparing two structures and for comparing two elements within a struct 阅读全文