-
之前WeChat讨论中, @pineking 支出貌似不需要也不应该在cloud-config文件里建立一个systemd unit来执行kubelet。
此时请 @typhoonzero 和 @pineking 再讨论一下,希望有简单的做法解决之前的问题。
-
# Cloud VM
https://github.com/arrking/nuwa-docs/issues/3
## Install Middlewares
- MongoDB
version v2.6.5
Enable Auth, create two users: sysAdmin as admin and `james` as dedicated user of `nuwa` d…
-
```
xxx@test-db:/home/happy/workspace/phxsql/sbin$ mysql -uroot -h"192.168.xxx.xxx" -P54321
ERROR 1045 (28000): Access denied for user 'root'@'192.168.xxx.xxx' (using password: NO)
```
在[初始化](https:/…
hzlpy updated
8 years ago
-
### New Issue Checklist
- [√ ] Updated fastlane to the latest version
- [√ ] I have read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
### Issu…
-
**macOS 10.12.2 Beta**
docker version
Docker version 1.12.3, build 6b644ec
docker-compose
docker-compose version 1.8.1, build 878cff1
docker-py version: 1.10.3
CPython version: 2.7.9
Op…
-
according to the readme introduction,
after executing install.py command, enter this command,
`./phxbinlogsvr_tools_phxrpc -f InitBinlogSvrMaster -h 192.168.56.1,192.168.56.2,192.168.56.3 -p 17000`
…
-
What are param values that has to passed inside the sendAuthrequest Function , can you provoide any example for WeChat Authentication
-
This error only occur when upload `video` material. Here is the stack trace:
``` sh
material_add video /path/to/sample.mp4
```
```
Using rails project config/wechat.yml default setting...
/Users/lld…
-
刚研究yii2,之前没用过这个框架,用的是前后台分开的高级模板Advanced Application Template,
在backend/modules下把您的代码clone了,然后在根目录的composer.json(backend父目录)里加入了"autoload": {
"psr-4": {"callmez\wechat\": "backend/modules/wechat"…
-
my route:
```
get 'new' => 'news#show'
```
controller:
```
class WxAdmin::NewsController < WxAdmin::IndexController
wechat_api
def show
@new = WxAdmin::News.find params[:id]
end
private…