QP Notes

本文提供了解决在定义价格阶梯时遇到BenefitUOM无值及找不到Break_UOM定价上下文的问题方案。针对BenefitUOM无值的情况,可通过设置配置文件中的QP:AccrualUOMClass为数量类型并保存来解决;对于Break_UOM定价上下文缺失的问题,则需通过OM模块中属性管理的相关设置进行调整。

1. No value DZ in LOV of Benefit UOM when define price break in modifier line.
A: Set profile QP: Accrual UOM Class= Quantity, save and try again.

2. No such pricing context Break_UOM in SO
Solution: Navigate to OM > Pricing > Setup > Attribute Management > Attribute Linking and Mapping, click Find button in toolbar, select the line which contains Order Fulfillment and Pricing Context, then click on line with Code=BREAK_UOM in Contexts area, click button Link Attributes, set Attribute Mapping Method to be USER ENTERED, save and close Link Attributes form, back to Attribute Link form, click menu Tools > Build Attribute Mapping Rules.

 

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7434747/viewspace-689442/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/7434747/viewspace-689442/

[root@localhost INCR_1]# qpress -v qpress 1.1 - Copyright 2006-2010 Lasse Reinhold - www.quicklz.com Using QuickLZ 1.4.1 compression library Compiled for: Windows [*nix] [x86/x64] RISC 32-bit [64-bit] Compression: qpress [-rovfCBPLKT] <source file/dir search pattern> <destination file> qpress -i[ovfBPLKT] <filename to give stdin data> <destination file> Decompression: qpress -d[ovfBPTn] <source file> <destination directory> Benchmark and recovery: qpress -m[LT] <source file> qpress -R <corrupted compressed file> <destination directory> Flags: -d Decompress -Ln Set compression level to n where n = 1, 2 or 3 (default = 1) -r Include sub directories during compression -v Show progress information during compression and decompression -i Read from stdin (omit source file or file/dir search pattern) -o Write to stdout (omit destination file or directory) -f Overwrite existing files during compression and decompression (default is to abort) -C Continue if a source file cannot be opened during compression (default is to abort) -Tn Use n threads/cores where n = 1 to 256 (default = 2). Be aware of memory usage with large n -Kn Read from disk in n KiB chunks during compression where n = 64 to 32768 (default = 64). Be aware of memory usage with large n -B Windows only: Disable file system caching (FILE_FLAG_NO_BUFFERING) to prevent cache of other applications from being be flushed. Keep enabled if files are small and need further processing -Pn Windows only: Set CPU and disk I/O priority to n where 1 = BACKGORUND (Vista, 7, 2008 only), 2 = IDLE, 3 = NORMAL or 4 = ABOVE (default = 3) Examples of compression: qpress -v file1.xml file2.xml file3.xml database.qp qpress -vfK4096T2 *.xml database.qp 2> log.txt qpress -ovL3K *.xml > database.qp cat database.xml | qpress -i database.xml database.qp cat database.xml | qpress -io database.xml > database.qp Examples of decompression: qpress -d database.qp ./dir qpress -do database.qp > database.xml cat database.qp | qpress -di . Notes: When compressing on *nix with -r flag, file/dir search pattern only filters in top level directory (directories matching in top level will be included fully). If a compressed file contains multiple files and is decompressed to stdout, all files will be concatenated in a continuous stream. It's recommended to use .qp as filename suffix.
08-15
下载方式:https://pan.quark.cn/s/c9b9b647468b ### 初JSP程序设计教程核心内容解析#### 一、JSP基础概述JSP(JavaServer Pages)是由Sun Microsystems公司创建的一种动态网页技术规范,主要应用于构建动态网站及Web应用。JSP技术使得开发者能够将动态数据与静态HTML文档整合,从而实现网页内容的灵活性和可变性。##### JSP的显著特性:1. **动态与静态内容的分离**:JSP技术支持将动态数据(例如数据库查询结果、实时时间等)嵌入到静态HTML文档中。这种设计方法增强了网页的适应性和可维护性。2. **易用性**:开发者可以利用常规的HTML编辑工具来编写静态部分,并通过简化的标签技术将动态内容集成到页面中。3. **跨平台兼容性**:基于Java平台的JSP具有优良的跨操作系统运行能力,能够在多种不同的系统环境中稳定工作。4. **强大的后台支持**:JSP能够通过JavaBean组件访问后端数据库及其他资源,以实现复杂的数据处理逻辑。5. **执行效率高**:JSP页面在初次被请求时会被转换为Servlet,随后的请求可以直接执行编译后的Servlet代码,从而提升了服务响应的效率。#### 二、JSP指令的运用JSP指令用于设定整个JSP页面的行为规范。这些指令通常放置在页面的顶部,向JSP容器提供处理页面的相关指导信息。##### 主要的指令类型:1. **Page指令**: - **语法结构**:`<%@ page attribute="value" %>` - **功能**:定义整个JSP页面的运行特性,如设定页面编码格式、错误处理机制等。 - **实例**: ...
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值