//主区://ft / btc 不支持市价 买入数量不能小于5个FT 买//ft / eth 支持市价 最小买入eth不能小于0.01 买//ft / usdt 支持市价 最小买入usdt不能小于10 买 限价买入 买入…
标签:编程问答
Goland could not launch process: decoding dwarf section info at offset 0x0: too short 解决方案
1 前言 Goland版本:2018.1.5 Go:1.11.2 此版本调试不了bug,而且有时会显示could not launch process: decoding dwarf section info at of…
npm: no such file or directory, scandir '.../node_modules/node-sass/vendor'
在启动vue工程项目时报错: npm install npm run dev 错误日志: huyikangdeMacBook-Pro:vbap-widgets kangkang$ npm run dev > vba…
AttributeError: module 'tensorboard.util' has no attribute 'Retrier' #2019
当安装多个版本的tensorboard时,可能会发生这种情况 可以通过以下方式解决 python3 -m pip uninstall tensorflow python3 -m pip uninstall tensorb…
报错:[!] Could not automatically select an Xcode project. Specify one in your Podfile like so: xcodeproj 'path/to/Project.xcodeproj' coccocoapods 导入第三方库的一个小Bug
小小的发一下小牢骚,就因为这个小问题浪费的一天多时间,不是我自己的问题,最后还是解决了,分享给小伙伴们,希望对你们有帮助,不要在浪费时间。 iOS Xcode 8.2.1 环境下的 cocoapods 都是最新版本的。 …
jupyter添加conda环境(转载)
原文链接:https://www.cnblogs.com/hgl0417/p/8204221.html 安装完Anaconda利用conda创建了虚拟环境,但是启动jupyter notebook之后却找不到虚拟环境。 …
更新完 zsh 说我目录权限问题的解决
问题 Last login: Mon May 28 13:35:31 on ttys001 You have mail. [oh-my-zsh] Insecure completion-dependent directo…
使用Dockerfile创建docker镜像
在Dockerfile中用到的命令有 FROM FROM指定一个基础镜像, 一般情况下一个可用的 Dockerfile一定是 FROM 为第一个指令。至于image则可以是任何合理存在的image镜像。 FROM 一定是…
spring-boot 启动时候 出现异常:The bean 'xxx' could not be injected as a 'xx.xxxx' because it is a JDK dynamic proxy that implements:
The bean 'xxxService' could not be injected as a 'AaaXxxService' because it is a JDK dynamic proxy that implem…
【转】 Android Studio --“Cannot resolve symbol” 解决办法
Android Studio 无法识别同一个 package 里的其他类,将其显示为红色,但是 compile 没有问题。鼠标放上去后显示 “Cannot resolve symbol XXX”,重启 Android S…
[Flutter] Creating, Importing & Using Dynamic Widgets from Other Files in a Flutter Application
In this lesson we’ll learn how to import widgets we’ve created in other files & use them in our project. W…
证书过期导致的0xe8008016/0xE8008018与no identity found错误问题
下午打开手机上的测试App发现一打开就闪退,在Xcode中看Device Log显示下面的错误: app.app/app not valid: 0xe8008016: The executable was signed …