妙博客

主机评测 香港服务器 洛杉矶VPS测评

nginx对含CDN的地址对真实IP限制速度限制

没有套CDN的情况下,可在nginx中如下配置http {   limit_zone one $binary_remote_addr 10m;   server {     location /files/ {       limit_conn one 1;

python人工智能 利用Tensorflow object detection API 搭建物体识别模型(三)CPU版

 python人工智能 利用Tensorflow object detection API 搭建物体识别模型(三)CPU版
前言:系统环境为:win10,本次用的是tensorflow1.12.0 完整目录为:python人工智能 利用Tensorflow object detection API 搭建物体识别模型(一)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(二)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(三)CPU版上篇我们已经手动标记好了鱼,我们开始训练自己

python人工智能 利用Tensorflow object detection API 搭建物体识别模型(二)CPU版

python人工智能 利用Tensorflow object detection API 搭建物体识别模型(二)CPU版
前言:系统环境为:win10,本次用的是tensorflow1.12.0 完整目录为:python人工智能 利用Tensorflow object detection API 搭建物体识别模型(一)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(二)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(三)CPU版上篇我们已经成功实现了运行官方demo,这次

conda删除安装环境

conda删除安装环境
conda env remove -n <环境名称>

python人工智能 利用Tensorflow object detection API 搭建物体识别模型(一)CPU版

python人工智能 利用Tensorflow object detection API 搭建物体识别模型(一)CPU版
前言:系统环境为:win10,本次用的是tensorflow1.12.0 完整目录为:python人工智能 利用Tensorflow object detection API 搭建物体识别模型(一)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(二)CPU版python人工智能 利用Tensorflow object detection API 搭建物体识别模型(三)CPU版首先需要安装conda环境一、开发环境 1)

centos配置阿里云yum源,安装速度立马飞起

1、备份默认yum源mkdir /opt/centos-yum.bak  mv /etc/yum.repos.d/* /opt/centos-yum.bak/2、下载aliyun Yum源repo文件(要对应自己的系统版本下载即可)# 查看系统版本 cat /etc/redhat-release #各系统版本repo文件对应的下载操作 # CentOS 5 wget -O /etc/y

unity如何查找函数说明,脚本API文档怎么看。

unity如何查找函数说明,脚本API文档怎么看。
打开unity官方文档:https://docs.unity.cn/cn/current/ScriptReference/30_search.html?q=OnCollisionEnter2D输入你要查找的API函数:下面就是中文说明了。

如何通过VS2017 调试 Unity3D 脚本

如何通过VS2017 调试 Unity3D 脚本
1. 安装Unity3D最新版本.    https://unity3d.com/cn/get-unity/download2. 安装Visual Studio Community 2017.  https://www.visualstudio.com/zh-hans/downloads/这里有 Community, Professional, Enterprise, 个人开发选择 Community 版对于 VS2010, VS2012, VS2013, VS2015 都有

unity中获取组件和物体的方法

一般通过GameObject.Find()、Transform.Find查找游戏组件和对象。1.前置条件Unity中常用到查找对象,非隐藏的、隐藏的,各种方法性能有高有低,使用又有各种条件限制。在此对查找的性能和条件进行分析。开发时遇到的主要问题是查找隐藏对象。没有完美的查找方法,只有最合适的查找方法最后附带上测试代码2.相关APIGameObject.Find Transform.Find GameObject.FindWithTag GameObject.Fin

nginx启动时报错host not found in upstream "http://baidu.com"

一般是SELinux设置为开启状态(enabled)导致错误设置为disable后重启一下服务器就好详情看这篇文章操作:https://142132.com/?id=186

Copyright Your 142132.com Rights Reserved. 赣ICP备17010829号-2