在使用flask进行开发的时候发现 **Decimal** 类型的数据无法在作为 JSON 通过相应消息体序列化返回,出现 **jsonschema.exceptions.ValidationError** 错误,问题由于json.dump()默认的JSONEncoder无法序列化Decimal类型数据导致。
Tensorflow is a popular machine learning platform and the latest version 1.7 comes out recently. I have a NVIDIA Jetson TX2 development board and I would like to use tensorflow on it, but tensorflow doesn't come along with the Jetpack. Here is what I did to compile one from the source code.
正常情况下从本地控制远程的一台机器可以通过远程登陆(比如ssh/telnet)从本地向远程的机器主动建立连接进行控制,就是说本地是client,远程被控机是server。反弹shell(也叫reverse shell)就是把方向反过来,从远程被控主机向本地建立连接,即远程被控机是client,本地是server。
