1、安装TORCS的win版本 下载地址:https://sourceforge.net/projects/torcs/files/all-in-one/ 注意:安装一切默认即可,记住好安装目录,过会要用 2、下载安装接口 patch地址:https://sourceforge.net/projec ...
anltr应用实例: http://0x100.club/projects/antlr-example.html antlr入门: https://www.cnblogs.com/clonen/p/9083359.html ...
分类:
其他好文 时间:
2020-06-14 18:25:02
阅读次数:
43
Springcloud和Springboot之间的依赖关系如何看? 从官网途径:https://spring.io/projects/spring-cloud#overview 从返回的json字符串可以对比看: 地址-https://start.spring.io/actuator/info , ...
分类:
编程语言 时间:
2020-06-14 13:15:13
阅读次数:
83
搭建一个Spring Boot项目Hello World 1)从官网搭建项目: 1、官网地址:https://spring.io/projects/spring-boot 2、点击此处进入https://start.spring.io/:配置页面 3、配置如下:并点击generate 4、将生成的压 ...
分类:
编程语言 时间:
2020-06-12 10:53:34
阅读次数:
76
Retire deprecated micro app projects. (Repo, Codeship, S3) Improve our code structure, how do we layout/split our components and services? https://ind ...
分类:
其他好文 时间:
2020-06-09 10:06:09
阅读次数:
144
FIO是测试IOPS的非常好的工具,用来对硬件进行压力测试和验证,支持13种不同的I/O引擎,包括:sync,mmap,libaio,posixaio,SGv3,splice,null,network,syslet,guasi,solarisaio等等。fio官网地址:http://freshmeat.net/projects/fio/一,FIO安装wgethttp://brick.kernel.
分类:
系统相关 时间:
2020-06-09 09:25:48
阅读次数:
111
1.去Git上下载spring源码git clone git//github.com/spring-projects/spring-framework,速度很慢,可以用国内的镜像https://gitee.com/mirrors/Spring-Framework 2.下载对应gradle,通过gra ...
分类:
编程语言 时间:
2020-06-08 19:10:11
阅读次数:
79
jmh 是 oracle 提供的微基准测试工具,这是官方提供的 说明 http://openjdk.java.net/projects/code-tools/jmh/ 常用的方式分为两种,一种是以jar包形式来运行测试,另一种更符合现在开发,使用IDE来测试 mvn方式 1. 我们创建以jmh驱动的 ...
分类:
其他好文 时间:
2020-06-03 10:42:43
阅读次数:
255
import os import cv2 if __name__ == '__main__': img_path=r'/home/cui/tianrui_projects/darknet53/code_data/raw_data/images/' label_path=r'/home/cui/tia ...
分类:
编程语言 时间:
2020-06-02 11:25:35
阅读次数:
352
Linux下如果我们进入到了一个比较长的路径,比如:/home/alvin/projects/blogdemos/linux-system-programming/thread/home/alvin/projects/blogdemos/diff/home/harry/study/亚洲文化/日本文化/中日交流/影视业/动作片如果我们想要回退到一个特定的父目录,那么我们通常的做法是这样敲:$cd..
分类:
其他好文 时间:
2020-05-30 21:35:26
阅读次数:
57