导入数据库1、首先建空数据库mysql>create database abc; 2、导入数据库方法一:(1)选择数据库mysql>use abc;(2)设置数据库编码mysql>set names utf8;(3)导入数据(注意sql文件的路径)mysql>source /home/abc/abc ...
分类:
数据库 时间:
2020-06-24 19:48:54
阅读次数:
84
步骤1:manege jenkins -> configure system LANG : zh_CN.UTF-8 步骤2:构建时设置环境变量,command: source /etc/profile;export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 步骤 ...
分类:
编程语言 时间:
2020-06-24 19:28:48
阅读次数:
81
linux device tree source 1.Linux DTS(Device Tree Source)设备树详解之一(背景基础知识篇) ...
分类:
系统相关 时间:
2020-06-24 17:44:10
阅读次数:
70
需求背景 需求 一张数据表 其中有sid字段,代表tag,每行数据可能有多个tag字段 统计全量数据中所有tag出现的次数(按tag分组,分别有多少数据) source table demo id sid 1 a3,a4,a1,a2,a5 2 a5,a3,a4,a2 3 a5,a3,a4 targe ...
分类:
数据库 时间:
2020-06-24 16:34:59
阅读次数:
59
二分算法(未完) 前言 二分属于分治的一种,很多题都需要用到这种高效简洁的算法 所以,二分是必掌握的算法,这篇博客就是我的二分的学习记录qwq 目录 二分算法知识 整数集合上的二分 实数域上的二分法 二分法的常见模型 二分答案题目 二分答案题解 二分查找题目 二分查找题解 二分 PS:以下部分内容摘 ...
分类:
其他好文 时间:
2020-06-24 16:05:26
阅读次数:
47
https://www.jianshu.com/p/51f3653d87ad https://blog.csdn.net/qq_39591507/article/details/81288644?utm_medium=distribute.pc_relevant_t0.none-task-blog- ...
分类:
系统相关 时间:
2020-06-24 15:57:57
阅读次数:
54
Windows下JetBrains CLion的C/C++的pthread库使用配置 ...
1 def _parse_known_args(self, arg_strings, namespace): 2 # replace arg strings that are file references 3 if self.fromfile_prefix_chars is not None: 4 ...
分类:
其他好文 时间:
2020-06-24 14:04:54
阅读次数:
54
caffe是一个开源的深度学习框架,其实现依赖于许多其他的库,下面将分别介绍caffe所需的依赖库。 (1)OpenCV OpenCV的全称是Open Source Computer Vision Library,是一个跨平台的计算机视觉库。OpenCV是由intel公司发起并参与开发,以BSD许可 ...
分类:
其他好文 时间:
2020-06-24 12:29:42
阅读次数:
83
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器,Contex-A53,双核 使用工具:Source Insight 3. ...
分类:
系统相关 时间:
2020-06-24 00:18:13
阅读次数:
104