测试
发布时间:2019-06-22 14:59:42
步骤1:用户向Service provider发起服务请求。步骤2:Service provider把这个请求重定向到提供认证的租户上,在我这个例子是SAP ID service,即account.sap.com.被重定向到SAP云平台的account ID service(accounts.sap.com):https://accounts.sap.com/saml2/idp/sso?s.........【阅读全文】
发布时间:2019-06-01 10:22:42
SAP Netweaver->UI technologies->SAP Fiori->Configure Launchpad content->Adding Apps to SAP Fiori Launchpad->Configure Target Mappings and Tiles->SAP Fiori Launchpad Designer, 点右键,选择Display technical info:找到这个activity绑定的事务码为/UI2/FLPD_CUST:SE93里查到这个事务码绑定的report名.........【阅读全文】
发布时间:2019-06-01 09:54:08
Marketing Cloud里的Contact标准tile(下图红色tile)上是没有当前系统contact数字显示的,请对比profile tile(下图黑色tile)。客户有需求希望在Launchpad Contact tile上也显示这个数字,因此我新建了一个tile。/sap/opu/odata/sap/CUAN_CONTACT_SRV/InteractionContac.........【阅读全文】
发布时间:2019-06-01 09:25:05
cf ssh -N -T -L 9229:127.0.0.1:9229 jerry-demo-serverssh: unable to authenticate, attempted methods [none password], no supported methods remainhttps://stackoverflow.com/questions/47102080/ssh-in-go-unable-to-authenticate-attempted-methods-none-no-supported-methodhttps://pvtl.........【阅读全文】
发布时间:2019-05-31 23:12:10
在实际情况中,我们可能遇到本地运行良好,但是部署到CloudFoundry生产环境后的情况,此时就需要直接调试在CloudFoundry处于运行状态的nodejs应用了。本文介绍详细步骤。接下来,我们在Chrome地址栏输入chrome://inspect, 即可看到运行在CloudFoundry上的应用已经可以本.........【阅读全文】