numpy是Python语言的一个扩展程序库,支持大量的维度数组与矩阵运算,此外,也针对数组运算提供大量的数学函数库。 numpy常用的操作: ndarray.ndim:秩,即轴的数量或维度的数量 ndarray.size:数组元素的总个数 ndarray.dtype:ndarray对象的元素类型 ...
分类:
其他好文 时间:
2020-07-26 00:36:17
阅读次数:
62
<div class="dadian_i_i_news_text" v-html="reMove(item.content)"></div> reMove: function(content) { return content.replace(/<\/?[^>]*>|(\n|\t|\r)|(\s)/ ...
分类:
其他好文 时间:
2020-07-26 00:14:59
阅读次数:
62
本文来自作者:你不知道的巨蟹 原文链接 https://www.cnblogs.com/tu-0718/p/10935910.html,如有侵权,则可删除。 前言 现在使用Vscode编码的人越来越多,凭借着免费,开源,轻量,跨平台的特点收货了一大批忠实粉丝。 之前在公众号 逆锋起笔 发了一篇关于 ...
分类:
其他好文 时间:
2020-07-26 00:14:44
阅读次数:
97
需求如下: 给选中的item添加一个select样式,并且生成一个下三角形 一、三角形的实现原理 宽度width为0;height为0;根据三角形的朝向设置上下左右的border,只能设置其中的三个边框,不用给朝向的那一边设置border。 (1)有一条横竖边(上下左右)的设置为border-方向: ...
分类:
Web程序 时间:
2020-07-26 00:09:24
阅读次数:
176
XAML: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft ...
//创建一个空表 DataTable dt = new DataTable(); dt.Columns.Add("日期", typeof(DateTime)); dt.Columns.Add("类别", typeof(String)); dt.Columns.Add("科室", typeof(Str ...
分类:
其他好文 时间:
2020-07-24 22:02:37
阅读次数:
71
1 <pre name="code" class="plain"><strong><span style="font-size:14px;"><strong>#ifndef SALESITEM_H 2 // 若SALESITEM_H未被定义,则对其进行定义; 3 #define SALESITEM_ ...
分类:
其他好文 时间:
2020-07-24 21:44:39
阅读次数:
62
<!doctype html>promise promise原因 简单来说 就是为了解决callback hell 简单来看一个回调的例子 ?x 1 let fs = require('fs') 2 fs.readFile('./a.txt','utf8',function(err,data){ 3 ...
分类:
其他好文 时间:
2020-07-24 19:10:55
阅读次数:
101
用es6 第一种: ...item根据你的需求,可要可不要 let arr = [ {id: 1, title: "绑定手机"}, {id: 2, title: "实名认证"}, {id: 3, title: "游戏分享任务"}, {id: 12, title: "游戏体验任务"}, {id: 13 ...
分类:
编程语言 时间:
2020-07-24 15:38:48
阅读次数:
101
在Zabbix Server服务器上安装oracle-instantclient11.2后,结果使用sqlplus命令时遇到“sqlplus: error while loading shared libraries: libnsl.so.1: cannot open shared object f... ...
分类:
数据库 时间:
2020-07-23 23:19:25
阅读次数:
107