按类别查询搜索结果
关于关键词 的检测结果,共 194
i042416 | 2019-04-17 17:35:25 | 阅读(360) | 评论(0)
退回到Global Account,点击Entitlement,发现没有给Subaccount分配MongoDB:分配成1,保存即可。再回到organization的space下面,发现现在MongoDB服务可用了。cf marketplace能看到MongoDB服务的版本。要获取更多Jerry的原创技术文章,请关注公众号"汪子熙...【阅读全文】
i042416 | 2019-04-17 11:56:15 | 阅读(360) | 评论(0)
比较方便的一个做法是使用工具jMeter来构造这些请求。Protocol: httpsServer name:Http request method: GETHttp path: /sap/c4c/odata/v1/c4codata/AccountCollection/Use KeepAlive: 不选择...【阅读全文】
i042416 | 2019-04-16 13:22:11 | 阅读(270) | 评论(0)
i042416 | 2019-04-14 18:23:45 | 阅读(560) | 评论(0)
在WebClient UI页面上按F2,就能看到页面的技术信息, 可以找到当前页面是哪一个BSP component实现的:C4CHybris没有类似CRM和C4C这样的快捷键来实现这个需求。登录Hybris Content Management System(WCMS): https://localhost:9002/cmscockpit/index.zul...【阅读全文】
i042416 | 2019-04-13 17:50:44 | 阅读(750) | 评论(0)
如何查看某个用户分配的组织单元ID:在Employee的Organization Data区域内看到分配的组织名称,如下图红色下划线所示:现在的需求就是使用ABSL获取当前登录用户分配的Organization Unit信息,例如用WANGJERRY37登录,则取出下图显示的Department name PMLS: impor...【阅读全文】
i042416 | 2019-04-13 11:06:49 | 阅读(550) | 评论(0)
以Product Master这个应用为例,我点击搜索之后,结果区域显示当前系统一共有140个product,但是只有前25个返回并显示在浏览器里。这个分页效果是UI5 OData的参数实现的:$skip=0&top=25。...【阅读全文】
i042416 | 2019-04-10 22:02:17 | 阅读(810) | 评论(0)
在warehouse management视图中,确保Batch management处于选中状态。(2) 将该material下载到CRM。在下载的BDOC里能观察到BATCH_DEDICATED已经置为true了。ERP里分配的class已经成功下载到CRM:...【阅读全文】
i042416 | 2019-04-09 23:37:52 | 阅读(360) | 评论(0)
Sales Organization IDdistribution channel IDdivision IDcustom pricing procedure标志位document pricing procedure根据调试得出的5个输入参数的值,到SPRO里维护一个pr...【阅读全文】
i042416 | 2019-04-07 20:33:47 | 阅读(620) | 评论(0)
通过debug, 发现method check_popup_to_raise 会检查当前是否存在会导致弹出popup window提示给end user的error message。此类error message会终止transaction的save process.【阅读全文】
【架构设计与优化】 个推服务网关架构实践
个推2018 | 2019-03-05 19:59:12 | 阅读(440) | 评论(0)
在微服务架构中,不同的微服务可以有不同的网络地址,各个微服务之间通过互相调用完成用户请求,客户端可能通过调用N个微服务的接口完成一个用户请求。因此,在客户端和服务端之间增加一个API网关成为多数微服务架构的必然选择。个推微服务主要是基于Docker和Kubernetes进行实践的。在整个微服务架构中,最底层的是...【阅读全文】
【架构设计与优化】 责链模式
xiaobin_hlj80 | 2018-08-29 03:59:15 | 阅读(400) | 评论(0)
原文:http://www.oodesign.com/chain-of-responsibility-pattern.htmlChain of ResponsibilityMotivationIn writing an application of any kind, it often happens that the event generated by one object needs to be handled by another one. And, to make our work even harder, we also happen to...【阅读全文】
【架构设计与优化】 服务架构-SpringCloud
hiyachen | 2018-08-12 23:07:43 | 阅读(3640) | 评论(0)
微服务架构-SpringCloud【阅读全文】
【架构设计与优化】 lua使用zmq和bson实现跨进程通
2005227042 | 2018-08-09 19:37:09 | 阅读(2280) | 评论(0)
下载bson-lua到本地https://github.com/tcoram/bson-lua参考:http://zeromq.org/bindings:luasudo apt-get install luasudo apt-get install luarockssudo luarocks install lzmqsudo luarocks install lua-llthreads21)实现rep_bson.lua点击(此处)折叠或打开--require "zhelpers"...【阅读全文】
【架构设计与优化】 zeromq与bson实现REP/REQ集群通
2005227042 | 2018-08-06 19:54:14 | 阅读(0) | 评论(0)
1)C++实现REP服务 REPZeromqBson.cpp点击(此处)折叠或打开#include <zmq.h>#include <fstream>#include <string.h>#include <time.h>#include <sys/time.h>#include <vector>#include <mallo...【阅读全文】
2005227042 | 2018-08-05 01:13:52 | 阅读(0) | 评论(0)
1)REP端目前采用C++实现zmq_rep_bson.cpp点击(此处)折叠或打开#include #include #include int main(){    void* context = zmq_ctx_new();&nbs...【阅读全文】
2005227042 | 2018-07-27 16:08:59 | 阅读(0) | 评论(0)
1)PUB服务c++版点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <assert.h>#include <string.h>#include <zmq.h>int main()...【阅读全文】
DONGYUXIA | 2018-01-05 15:16:12 | 阅读(1620) | 评论(0)
在上一篇中提到了spring cloud 面向接口调用的开发风格,这一篇会举一个简单的但完整的例子来说明整个代码结构。代码已上传到 https://github.com/maruixiang/spring-cloud-demo/tree/master/demo1根pom文件:所有应用的parent pom文件。eureka :注册中心,用于服务注册和发现。demo :d...【阅读全文】
canway01 | 2017-12-07 16:16:31 | 阅读(1100) | 评论(0)
    背景介绍1、单节点故障风险:如果提供NFS共享的51节点出现故障,整个应用就会全面中断。2.微力本次结构优化,主要集中在通过调整对NFS共享的实现方式,来解决上述单节点故障的隐患;不同数据请求采用不同网卡进行通信,降低对单个网卡资源的占用,最终提高业务系统的性能和可用性。&...【阅读全文】
laoliulaoliu | 2017-09-23 17:12:35 | 阅读(640) | 评论(0)
原文:http://www.cnblogs.com/mindwind/p/5422053.html两年前接触到了微服务的概念,面对日益膨胀的系统感觉豁然开朗。之后的两年逐步把系统按微服务的架构理念进行了重构,并将业务迁移到了新架构之上。感觉现在差不多是时候写一篇关于微服务的总结文章了。定义在 Martin Fowler & James Lewis 的文章(参考[1]...【阅读全文】
【架构设计与优化】 一名博架构师的年终总结
libo666 | 2017-01-23 17:57:35 | 阅读(1860) | 评论(0)
还有三天就要进入2017年,程序员们年初许下的愿望实现了多少?付出终有回报吗?微博架构师秦迪表示在2016年做了很久看似出工不出活的“代码review”、“重构”、“增加测试”、“删代码”之后终于有了回报。【阅读全文】