因为它不符合 get 请求
想问个 stf 的问题,我尝试这样连接,但是后台没有显示设备,也没有 control,日志也只显示了手机设备号
我尝试这样连接,但是后台没有显示设备,也没有 control,日志也只显示了手机设备号
我尝试这样连接,但是后台没有显示设备,也没有 control,日志也只显示了手机设备号
我已经启动好了 但是如何才能把服务正常关闭呢 每次杀进程都关不完全
那个是因为我 configure 没有--prefix 指定路径,已经解决了,现在是报地址已经被使用
解决了上一个,感觉离成功很接近了,之前同事已经部署 stf 了,是用 docker 搭的,然后我杀了一堆相关进程,最后还是报这个错误,不知道为什么
2018-07-16T14:12:31.430Z INF/util:procutil 2794 [] Forking "/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/cli storage-temp --port 7102"
2018-07-16T14:12:31.449Z INF/util:procutil 2794 [] Forking "/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/cli storage-plugin-image --port 7103 --storage-url http://localhost:7100/"
2018-07-16T14:12:31.464Z INF/util:procutil 2794 [] Forking "/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/cli storage-plugin-apk --port 7104 --storage-url http://localhost:7100/"
2018-07-16T14:12:31.476Z INF/util:procutil 2794 [] Forking "/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/cli poorxy --port 7100 --app-url http://localhost:7105/ --auth-url http://localhost:7120/ --api-url http://localhost:7106/ --websocket-url http://localhost:7110/ --storage-url http://localhost:7102/ --storage-plugin-image-url http://localhost:7103/ --storage-plugin-apk-url http://localhost:7104/"
../lib/cli triproxy [name]
Options:
-h, --help Show help. [boolean]
-V, --version Show version. [boolean]
--bind-dealer, -d The address to bind the ZeroMQ DEALER endpoint to.
[string] [default: "tcp://*:7112"]
--bind-pub, -u The address to bind the ZeroMQ PUB endpoint to.
[string] [default: "tcp://*:7111"]
--bind-pull, -p The address to bind the ZeroMQ PULL endpoint to.
[string] [default: "tcp://*:7113"]
--name An easily identifiable name for log output.
[string] [default: "centos158"]
Each option can be be overwritten with an environment variable by converting the
option to uppercase, replacing dashes with underscores and prefixing it with
STF_TRIPROXY_
(e.g. STF_TRIPROXY_BIND_PUB
).
Address already in use
2018-07-16T14:12:33.108Z FTL/cli:local 2794 [] Child process had an error ExitError: Exit code "1"
at ChildProcess. (/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/util/procutil.js:49:23)
at emitTwo (events.js:135:13)
at ChildProcess.emit (events.js:224:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
2018-07-16T14:12:33.108Z INF/cli:local 2794 [] Shutting down all child processes
../lib/cli triproxy [name]
启动 stf 的时候报了 libzmq.so.5 找不到,也加了/usr/local/zeromq/lib 执行了 ldconfig,但是还是报这个文件找不到
[root@centos158 bin]# ./stf local --public-ip 192.168.100.158 --allow-remote
Each option can be be overwritten with an environment variable by converting the
option to uppercase, replacing dashes with underscores and prefixing it with
STF_TRIPROXY_
(e.g. STF_TRIPROXY_BIND_PUB
).
libzmq.so.5: cannot open shared object file: No such file or directory
2018-07-16T13:41:01.657Z FTL/cli:local 27572 [] Child process had an error ExitError: Exit code "1"
at ChildProcess. (/usr/local/node/node-v9.0.0-linux-x64/lib/node_modules/stf/lib/util/procutil.js:49:23)
at emitTwo (events.js:135:13)
at ChildProcess.emit (events.js:224:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
2018-07-16T13:41:01.658Z INF/cli:local 27572 [] Shutting down all child processes
../lib/cli triproxy [name]
Options:
-h, --help Show help. [boolean]
-V, --version Show version. [boolean]
--bind-dealer, -d The address to bind the ZeroMQ DEALER endpoint to.
[string] [default: "tcp://*:7112"]
--bind-pub, -u The address to bind the ZeroMQ PUB endpoint to.
[string] [default: "tcp://*:7111"]
--bind-pull, -p The address to bind the ZeroMQ PULL endpoint to.
[string] [default: "tcp://*:7113"]
--name An easily identifiable name for log output.
[string] [default: "centos158"]
Each option can be be overwritten with an environment variable by converting the
option to uppercase, replacing dashes with underscores and prefixing it with
STF_TRIPROXY_
(e.g. STF_TRIPROXY_BIND_PUB
).
libzmq.so.5: cannot open shared object file: No such file or directory
是用 nginx 和 uwsgi 部署 django,apschedule 会失效,这个我还没部署过,不太清楚呢
我传参可能会选择开发数据库查询出来的数据作为参数值,这样保证我的值是动态的;就算数据更改了,对于我的接口来说其实是没有变化的,不然数据一变,你的参数就要重新设置一次。或者我可能会去直接操作数据库,去创建一些数据,达到接口测试前置的目的,或者接口测试后对数据进行复原。
调用开发的数据库
sql 能加不
临时创了个 QQ 群 655981739,大家有兴趣的一起加群学习吧。
临时创了个 QQ 群 655981739,大家有兴趣的一起加群学习吧。
git push 是代码跟新,跟用例执行并没有关系吧
我暂时没写,部署的话 python3.6,下载对应的 python 库,以 django 的部署方式去部署启动,sql 的话 django 是 model.py 文件,python manage.py makemigrations 和 python manage.py migrate 进行数据库迁移会自己生成表结构
谢谢支持
暂时用到的数据库表,具体的表字段属性可以看代码中的 models.py 数据库模型
注册是采用 django 的 admin 后台自带的注册,用户名,用户组,权限分配都是框架自带的
你怎么执行的,有些地方需要调整过的,建议部署在 linux 上。window 的话我是编译器启动服务的,如果你在 window 是上用 python manage.py runserver 启动的,对于文件和文件夹的操作是会出现问题
我百度了下 ,说是邮件会屏蔽 js。如果说可以用是不是需要设置邮箱。
我代码实现的差不多了,看下怎么传到 git 上然后你去下载好了