码迷,mamicode.com
首页 >  
搜索关键字:dummy-host.example.com does not exist    ( 5256个结果
Tensorflow2 自定义数据集图片完成图片分类任务
本文使用tensorflow2, 并采取一种较为通用的数据处理手段,并分别手动构建简单模型, 层数较深的resnet网络,和基于VGG19的迁移学习,以帮助初学者快速在小数据集上搭建模型,并训练一个较为满意的结果。 ...
分类:其他好文   时间:2020-06-21 23:44:53    阅读次数:98
Gym101174B Bribing Eve
Bribing Eve Eve works at a magazine that does product reviews and publishes recommendations to consumers. They are working on a new mobile phones revi ...
分类:其他好文   时间:2020-06-21 18:14:39    阅读次数:71
说说对 SQL 语句优化有哪些方法?(选择几条)
1、Where 子句中:where 表之间的连接必须写在其他 Where 条件之前,那些可 以过滤掉最大数量记录的条件必须写在 Where 子句的末尾.HAVING 最后。 2、用 EXISTS 替代 IN、用 NOT EXISTS 替代 NOT IN。 3、 避免在索引列上使用计算 4、避免在索引 ...
分类:数据库   时间:2020-06-21 16:15:34    阅读次数:69
lambda - Stream
一、lambda写法 public class LambdaDemo1{ // 定义接口 interface Printer{ void printer(String val); } // 定义一个打印方方法 public void printSomething(String something,P ...
分类:其他好文   时间:2020-06-21 16:03:18    阅读次数:52
python项目_手机号唯一性验证
1.手机号码唯一性验证 """ 接口访问地址: /user/mobile/(?P<mobile>1[3-9]\d{9})/ """ from rest_framework import status class MobileAPIView(APIView): def get(self,request ...
分类:移动开发   时间:2020-06-20 13:40:11    阅读次数:78
3-7.python函数的基础调用之异常1(IndentationError: unindent does not match any outer indentation level)
代码: 结果: PS E:\30.Study\30.自动化测试\99.零基础入门 Python Web 自动化测试\10.seleniumCodePractice> & "C:/Program Files/Python38/python.exe" "e:/30.Study/30.自动化测试/99.零 ...
分类:编程语言   时间:2020-06-20 11:09:48    阅读次数:76
Python super方法及__setattr__方法详解
def __setattr__(self, name, value): """ Set the value of setting. Clear all cached values if _wrapped changes (@override_settings does this) or clear ...
分类:编程语言   时间:2020-06-20 10:19:43    阅读次数:112
Linux命令之locate
在Linux操作系统上工作时最常见的操作之一是搜索文件和目录,我们可以在Linux系统中安装locate并使用locate命令来操作,因为该命令是按名称搜索文件和目录的,使用它处理起来相当的简单,在本文中,我们将解释如何使用locate命令 在Linux系统上安装locate 要检查Linux系统上 ...
分类:系统相关   时间:2020-06-20 01:00:56    阅读次数:100
MySQL查询语句
1. 基本知识: 单表查询:完整语句顺序:select..from..where..group by..haveing..order by..limit..(1) where 条件:对表中的数据进行筛选和过滤判断符号:> < = !=或者<> >= <=拼接条件的关键字:not and or查询区间 ...
分类:数据库   时间:2020-06-18 19:44:12    阅读次数:81
Matplotlib - GUI
The Matplotlib library is designed to work well with many different environments and platforms. As such, the library does not only contain routines fo ...
分类:其他好文   时间:2020-06-18 12:42:01    阅读次数:56
5256条   上一页 1 ... 16 17 18 19 20 ... 526 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!