码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
Grafana 设置MySQL数据源(非 mysql exporter)
dashboard模板:2MySQL Simple Dashboard (https://grafana.com/grafana/dashboards/7991) 添加数据源,导入模板后,dashboards 提示 Error query faild 此时你查看inspect.那你会发现它是读取my ...
分类:数据库   时间:2021-04-21 12:54:07    阅读次数:0
(EST 2019 Forecast)Performance of Prediction Algorithms for Modeling Outdoor Air Pollution Spatial Surfaces
可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
分类:其他好文   时间:2021-04-21 12:23:21    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
时间戳转date
Date date = new Date(((java.sql.Timestamp) message.getSendTime()).getTime()); DateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); format. ...
分类:其他好文   时间:2021-04-20 15:27:23    阅读次数:0
攻防世界 部分writeup
1.simple_php ?<?php show_source(__FILE__); include("config.php"); $a=@$_GET['a']; $b=@$_GET['b']; if($a==0 and $a){ echo $flag1; } if(is_numeric($b)){ ...
分类:其他好文   时间:2021-04-20 14:34:36    阅读次数:0
kafka实战
1. kafka介绍 1.1. 主要功能 根据官网的介绍,ApacheKafka®是一个分布式流媒体平台,它主要有3种功能: 1:It lets you publish and subscribe to streams of records.发布和订阅消息流,这个功能类似于消息队列,这也是kafka ...
分类:其他好文   时间:2021-04-19 14:59:09    阅读次数:0
《写给程序员的Python教程》阅读随笔---python禅学(Zen_of_python)
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better tha ...
分类:编程语言   时间:2021-04-13 12:03:32    阅读次数:0
Pipenv相关配置
通过修改系统环境变量: vim /etc/profile 添加 export PIPENV_DEFAULT_PYTHON_VERSION=3.7 export PIPENV_PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple 立即生效: sour ...
分类:其他好文   时间:2021-04-06 15:03:15    阅读次数:0
win10 anaconda tensorflow gpu openpose
win10 anaconda tensorflow gpu openpose done # # To activate this environment, use # # $ conda activate wind_202102 # # To deactivate an active environ ...
分类:Windows程序   时间:2021-04-06 14:47:55    阅读次数:0
将pip源更换到国内镜像
参考文档:将pip源更换到国内镜像 在c盘user目录新建pip文件夹,然后在里面建一个pip.ini文件 文件内容如下: [global] index-url=https://pypi.doubanio.com/simple #index-url=https://pypi.tuna.tsinghu ...
分类:其他好文   时间:2021-04-05 12:29:36    阅读次数:0
6450条   上一页 1 ... 3 4 5 6 7 ... 645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!