码迷,mamicode.com
首页 >  
搜索关键字:mine number    ( 27191个结果
python 基础数据类型
一、python基础数据类型-int、float、bool **跟Java 差不多的:**int、float、boolean、这些都是python的Number类型;string **与Java 不同:**Java 还有short、long、double、char、这些python 都没有,但是py ...
分类:编程语言   时间:2020-07-30 01:29:51    阅读次数:73
css(1)
前端三要素: html:木偶 css:化妆 javascript:动态展示(跳舞)css: 1.什么是css? cascading style sheets 层叠样式表 2.css的语法 1.属性名和属性值之间使用:隔开 多对属性之间使用;隔开 最后一对属性可以不加分号 id="one" class ...
分类:Web程序   时间:2020-07-30 01:22:39    阅读次数:107
Vue子组件调用父组件的方法
Vue中子组件调用父组件的方法,这里有三种方法提供参考 第一种方法是直接在子组件中通过this.$parent.event来调用父组件的方法 父组件 <template> <div> <child></child> </div> </template> <script> import child f ...
分类:其他好文   时间:2020-07-29 14:36:02    阅读次数:60
PHP操作Elasticsearch7.6
首先打开Elasticsearch官网了解对应编程语言的API https://www.elastic.co/guide/en/elasticsearch/client/index.html 点击 PHP API即可查看当前7.X版本的文档内容了 安装操作Elasticsearch的PHP库 我们使 ...
分类:Web程序   时间:2020-07-29 00:39:56    阅读次数:226
Python面试整理
1、说一下Python的数据类型有几种? 答:有六种,分别为, Number(数字) String(字符串) List(列表) Tuple(元组) Set(集合) Dictionary(字典) 2、Pandas关于空值的处理 参考下面的链接 https://www.cnblogs.com/louyi ...
分类:编程语言   时间:2020-07-28 22:06:18    阅读次数:68
关于使用sklearn进行数据预处理 —— 归一化/标准化/正则化
转自:https://www.cnblogs.com/chaosimple/p/4153167.html 一、标准化(Z-Score),或者去除均值和方差缩放 公式为:(X-mean)/std 计算时对每个属性/每列分别进行。 将数据按期属性(按列进行)减去其均值,并处以其方差。得到的结果是,对于每 ...
分类:其他好文   时间:2020-07-28 17:09:32    阅读次数:72
Leetcode.283 | Move Zeroes(Python)
Leetcode.283 Move Zeroes Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero e ...
分类:编程语言   时间:2020-07-28 14:38:35    阅读次数:91
583. Delete Operation for Two Strings
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:其他好文   时间:2020-07-28 14:04:15    阅读次数:77
Geant4+Ubuntu安装过程中的各种bug
硬件条件:Thinkpad P52 + SAMSUNG 1T M.2新硬盘 Step1:安装ubuntu Bugs: 首先需要disable security boot! Magic Number void!(找个新优盘,装ubuntu) 安装过程到选择硬盘空间时卡死(不支持P1000显卡驱动,在b ...
分类:系统相关   时间:2020-07-28 10:08:38    阅读次数:109
【刷题-LeetCode】306. Additive Number
Additive Number Additive number is a string whose digits can form additive sequence. A valid additive sequence should contain at least three numbers. ...
分类:其他好文   时间:2020-07-27 17:46:30    阅读次数:60
27191条   上一页 1 ... 51 52 53 54 55 ... 2720 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!