Tag:Wang Zi
-
Found a problem that postman automatically generates interface calling code
Postman is an interface testing and verification tool often used by programmers. Click the button below in postman to see the implementation code in different programming languages corresponding to the interface call in code snippet. For example, automatically generate the corresponding jQuery Code: However, I found that these automatically generated codes can not be directly […]
-
Working principle of SAP ui5 device type detection device API
Why should SAP ui5 device detection API be called when SAP ui5 application is initializedsap.ui.DeviceTo detect the device type running the current SAP ui5 application? You can view my article:Tutorial 34 of SAP ui5 application development – device adaptation of SAP ui5 application based on device type。 This paper introduces the working principle of the […]
-
Wechat Development Series 7 – using redis to store wechat chat records
In the second blog Wechat development series 2 – development Q&A service using nodejs of this series, we have developed a kind of Q&A service in Wechat which leverages a free Tuning Restful service so that you could chat with this service: In this blog, I will show the steps how to store all of […]
-
Execution sequence of several timeouts of SAP e-commerce cloud Spartacus SSR optimization engine
SSR optimization engine option Code: const ngExpressEngine = NgExpressEngineDecorator.get(engine, { timeout: 9000, concurrency: 1, forcedSsrTimeout:90000, maxRenderTime:1000, cache: true, cacheSize: 10, renderingStrategyResolver: (req) => RenderingStrategy.DEFAULT}); (1) First, maxrendertimeout timeout arrives: Display log: Then: last: Note that the log here will not be printed on the console: The two timeout values, whose value is large, will be […]