关键词:郑州 二本 物理专业 先前端实习生 后Java程序员 更多文章收录在码云仓库:https://gitee.com/bingqilinpeishenme/Java Tutorials 前言 没有正式复工,就一直在老家待着,已经很长时间没有在三月份时候待在老家了,好久好久,从08年去县城上高中开 ...
分类:
编程语言 时间:
2020-03-21 21:32:33
阅读次数:
70
Python 3 教程 菜鸟教程 https://www.runoob.com/python3/python3-tutorial.html 在控制台DOS运行.py文件 先切换到.py文件所在目录 再输入python hello.py (输入python3 hello.py执行会报错,这里与菜鸟教程 ...
分类:
编程语言 时间:
2020-03-20 12:39:55
阅读次数:
78
既然要玩kube-prometheus, jsonnet,也附带着玩玩啦。。 https://jsonnet.org/learning/tutorial.html 我用的是Golang来玩的,不是C++版本的。 https://github.com/google/go-jsonnet example ...
分类:
Web程序 时间:
2020-03-19 21:35:45
阅读次数:
91
本文介绍使用OpenCV自带的标定例程对单目摄像头标定的过程。 操作系统:Linux OpenCV版本:3.2.0 摄像头:640×480像素,90度广角镜头 一、标定步骤 1、找到标定例程 进入OpenCV安装目录,找到samples/cpp/tutorial_code/calib3d/camer ...
分类:
其他好文 时间:
2020-03-17 14:01:41
阅读次数:
82
原文连接:http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html Systemd 是 Linux 系统工具,用来启动守护进程,已成为大多数发行版的标准配置。 本文介绍它的基本用法,分为上下两篇。今天介绍它的主要命令,... ...
分类:
其他好文 时间:
2020-03-17 13:55:11
阅读次数:
96
原文连接:http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html 上一篇文章,我介绍了 Systemd 的主要命令,今天介绍如何使用它完成一些基本的任务。 一、开机启动 对于那些支持 Systemd 的软件,安装的时... ...
分类:
其他好文 时间:
2020-03-17 13:49:59
阅读次数:
49
没想到10来年之后又要用到P/Invoke了,为了能用上RocketMQ,不得不用P/Invoke和rocketmq-client-cpp来打交道,花了两三天吧,把这条路彻底打通了,具体过程另外在写,这里就写一个和P/Invoke有关的小知识点。 在用.NET客户端测试的时候,已经可以接收到消费消息 ...
分类:
其他好文 时间:
2020-03-14 22:13:34
阅读次数:
74
As a user, it can be very disorienting when the "wrong" UI is briefly shown to the user: a login link is shown to an authenticated user, or a 404 erro ...
分类:
其他好文 时间:
2020-03-08 10:00:45
阅读次数:
64
官网:https://angular.cn/https://zh-hans.reactjs.org/https://cn.vuejs.org/教程:https://www.runoob.com/react/react-tutorial.htmlhttps://www.runoob.com/angul... ...
分类:
Web程序 时间:
2020-03-06 17:12:11
阅读次数:
77
文档链接 "MongoDB Tutorial" MongoDB 常用操作 MongoDB 常用操作列表如下: | 操作 | 示例 | 描述 | | | | | | 本地登录 | mongo | 直接执行 mongo 命令 | | 远程登录 | mongo ip :27017 | 27017 为默认端 ...
分类:
数据库 时间:
2020-03-04 11:18:07
阅读次数:
76