因为是在Hisi主芯片上移植Python,即主要在ARM嵌入式设备上运行Python,所以需要考虑交叉编译的问题,参考了网络上的一篇帖子《交叉编译Python3.6.2,使用海思arm-hisiv200-linux-gc…
标签:编程问答
0472翻译:生命的药方(胡建国)
0472翻译:生命的药方(胡建国) Translation: Prescription of Life (Hu Jianguo) (translated by: alexcwlin; edited by: Adam La…
打日志--以python为例
日志报错要去修,要不然是隐患,总有一天会爆炸 增加日志是排错的好方法,不要不舍得加日志,比如怕代码变难看,怕日志输出太多。 python logging exc_info sys.exc_info() Th…
Python3.7 exe编译工具对比zz
For years, NVDA has used Py2exe to package Python code into something that is executable on a system that does…
flutter WebView flutter js 互调
通过webview 进行flutter 和js 的互调,页面可以放在其他网站 也可以放在本地,我这里放在本地进行测试。 1.引入webview_flutter: ^0.3.5+2 这个是官网推荐用的, 还有一个好像api…
记一次操蛋的:Could not find parameter map java.lang.Long
学着写淘淘商场的项目,刚开始的搭建轻轻松松,按照教程来很顺利,也可以轻松运行出来结果。 但是今天(2018-11-11)却遇到一个非常奇葩的事,代码如下 <resultMap id="BaseResultMap" …
pip install报错Can't roll back cryptography; was not uninstalled
当使用pip install或者pip install –upgrade报错 Can’t roll back cryptography; was not uninstalled 可以进行以下的尝试…
ubuntu14.04 安装tensorflow始末
基于ubuntu14.04 干净的系统一步步遇到的坑记录下来; 怀着平静学习的心情,问题总的能解决的! 1. 首先看了下当前python版本 python --version Python 2.7.6 &n…
Android 蓝牙扫描代码
/** * Created by rbq on 2016/11/1. */ import android.bluetooth.BluetoothAdapter; import android.bluetooth.Blue…
pod update -- Failed to connect to GitHub to update the CocoaPods/Specs specs repo
终端执行pod setup pod update 报错 — [!] Failed to connect to GitHub to update the CocoaPods/Specs specs r…
用git clone 报错:Failed to connect to android.googlesource.com port 443: Timed out的问题解决方法
解决方法,git需要走代理服务器。 git走代理的方法: 查看你的代理服务器 socket的话就用: git config –global http.proxy ‘socks5://127.0.0…
【原】Error response from daemon Cannot start container
docker run -d -p 90:80 hub.c.163.com/library/nginx [root@testlocal ~]# docker run -d -p 90:80 hub.c.163.com/li…