Jiajun Huang
Jiajun Huang
1. create `main.go` in gopath ```go package main import ( "go.uber.org/zap" ) func main() { logger, _ := zap.NewProduction() defer logger.Sync() logger.Info("haha") } ``` 2. run `dep ensure -add "go.uber.org/zap"`...
I got such an exception when I use the built-in scheduler: ```python ERROR:rq.worker:Worker rq:worker:befe9eec17744a639eedd8811b4e17bb: found an unhandled exception, quitting... Traceback (most recent call last): File "/data/py3/lib/python3.8/site-packages/rq/worker.py", line 591, in work...
how can I use proxy in `syncthing-macos`? I can set a `all_proxy=...` in systemd service file, but it does not provide a way to set environment variable in syncthing-macos.
日志: ``` DEBUG:jpush:Making POST request to https://api.jpush.cn/v3/push. Headers: user-agent: jpush-api-python-client connection: keep-alive content-type: application/json;charset:utf-8 Body: {"audience": {"registration_id": ["abcdabcd"]}, "platform": "all", "message": {"msg_content": "by_reg_id", "title": "helloworld"}} DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1):...
CI can't connect to the target machine directly, how can I deploy it to target machine use a jump server/bastion, or socks proxy server(or something else)?