WilliamQian
WilliamQian
现在需要手动一个个require,我自己改成了自动require,代码如下,亲测没问题。 ``` /** * @desc webpack打包入口文件 */ let moduleExports = {}; const r = require.context('./', true, /^\.\/.+\/.+\.js$/); r.keys().forEach(key => { let attr = key.substring(key.lastIndexOf('/') + 1, key.lastIndexOf('.')); moduleExports[attr] = r(key);...
```deploy: provider: npm email: "$NPM_EMAIL" api_key: "$NPM_TOKEN" skip_cleanup: true ``` 我也是这么写的,不过travis 报错了,我看官方文档里面email和api_key都是直接写出来的,请教该怎么写
I deployed my app upon docker cluster,I want to start the websocket server in a single server,and other docker instances connect it,is that possiable?
my current version is 1.12.0,how to upgrade?
https://github.com/iiDestiny/flysystem-oss/blob/730a3c6ed2619dec9b924d2550cd7fe07bed58dc/src/OssAdapter.php#L381
https://github.com/jqhph/dcat-admin/blob/f3458b25fbb77d6d6f9ca0999e9c9f3b4d9f0391/src/Scaffold/ControllerCreator.php#L153 比如我可以把stubs复制到vendor以外的目录,然后在config/admin.php里配置下路径,这样我就能自定义stub文件了。
包版本冲突

这个配置我理解了好一会,意思是如果我要用阿里云千问的其他模型,还得再重复一遍base_url和api_key吗?
The command line show succeed, but the video only 35.5M,and can't open,use other resource get the same result.