手稿图 折线图 | Argument | Description | | : | : | | xs , ys | x, y coordinates of vertices | | zs | z value(s), either one for all points or one for each p ...
分类:
编程语言 时间:
2020-03-06 21:47:34
阅读次数:
154
项目的代码是在linux上运行的,但我比较习惯在vs上写代码。由于linux下有不少函数在windows上是没有的,所以在vs直接编译是不行的。 为了方便在vs上编译项目代码,我把一些常用的linux函数原型整理成一个特殊的头文件。只要在代码前面引用上这个头文件,就可以很方便地编译代码。 完整的教程 ...
pandas过滤文件重复行 import pandas as pd import os import argparse import random import string # 增加参数 parser = argparse.ArgumentParser( description="过滤文件重复行, ...
分类:
其他好文 时间:
2020-03-06 10:44:39
阅读次数:
85
Python 官方文档 PEP 3141(数值类型的层次结构)的译文,本人原创。 ...
分类:
编程语言 时间:
2020-03-05 13:10:49
阅读次数:
76
1 package com.lv.study.am.first; 2 3 import java.math.BigDecimal; 4 5 public class TestBigDecimal { 6 7 public static void main(String[] args) { 8 9 / ...
分类:
编程语言 时间:
2020-03-04 21:14:41
阅读次数:
94
https://www.cnblogs.com/savorboard/p/5586229.html 前言 在上篇文章主要介绍了DotNetCore项目状况,本篇文章是我们在开发自己的项目中实际使用的,比较贴合实际应用,算是对中间件的一个深入使用了,不是简单的Hello World,如果你觉得本篇文章 ...
分类:
Web程序 时间:
2020-03-03 10:36:32
阅读次数:
205
matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=<deprecated parameter>, **kwargs)[source] 向坐标轴添加内容,x,y代表添加文字的位置的坐标。 Add text to the axes. Add ...
分类:
其他好文 时间:
2020-02-29 20:54:41
阅读次数:
80
Invalid argument syntax org.springframework.core.env.Simple CommandLineArgs Parser.parse 具体问题应该是启动的commandline 输入命令格式问题 Purpose This CommandLineProper ...
分类:
编程语言 时间:
2020-02-28 15:35:56
阅读次数:
155
选择了一个基础款的vps安装的镜像选了熟悉的centos的最新版centos8,但是在安装screen的时候,却安装不了,提示: No match for argument: screen 本来以为是yum源里没有screen,还换到了阿里云的源,却依然不能安装。将系统换到centos7,却可以直接 ...
分类:
其他好文 时间:
2020-02-28 12:23:25
阅读次数:
150
### 报错/ERROR: ```opendr/contexts/OSMesa/include/GL/glext.h:5794:21: note: expected ‘const GLchar ** {aka const char **}’ but argument is of type ‘char ...
分类:
编程语言 时间:
2020-02-27 23:28:09
阅读次数:
301