Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 openshift 上节点的默认启动脚本的名称?默认启动脚本是 server.js。
我在openshift 论坛上看到了一个帖子,但是我很难理解。
查看 package.json 文件,您应该会看到:
"main": "server.js"
I am looking to create a generic method that receives a List. I need to determine what the object is within the list so that I can then do the necessary work according to the object that is being passed in within