nvidia-smiFailed to initialize NVML: Driver/library version mismatch 原因:NVIDIA 内核驱动版本与系统驱动不一致, # sudo rmmod nvidiarmmod: ERROR: Module nvidia is in us ...
分类:
其他好文 时间:
2021-02-17 14:55:41
阅读次数:
0
新建一个gitlab,用于提交代码,然后git bash。 A20331@A200331R MINGW64 /d/workspace/gitlab (master)$ git clone git@10.240.1.140:tools-dev-team/ecusimulatorrecorder.git ...
分类:
其他好文 时间:
2021-01-22 11:59:10
阅读次数:
0
文章搜索我现在使用的是mysql的模糊查询like搜索标题关键字。 之前也有用全文索引,但是全文索引的效率比较低,所以,后期就没有在对文章内容进行匹配。 后来接触到中文分词器,感觉他刚好能解决我的问题:目前比较好的支持PHP的分词器大概有solr(基于Java开发),sphinx(基于C++开发) ...
分类:
其他好文 时间:
2021-01-11 10:52:57
阅读次数:
0
1. .pth文件 (The weights of the model have been saved in a .pth file, which is nothing but a pickle file of the model’s tensor parameters. We can load t ...
分类:
其他好文 时间:
2020-12-15 12:36:48
阅读次数:
2
在上一篇文章《内存数据库解析与主流产品对比(一)》中,我们介绍了基于磁盘的数据库管理系统相关知识,并简述了内存数据库的技术发展。本篇文章将从数据组织和索引的角度来介绍内存数据库的特点,并介绍几款产品实际的技术实现。
分类:
数据库 时间:
2020-12-01 11:47:25
阅读次数:
7
Redis作者:近期核心功能的一些思考和澄清导读:本文为Redis作者Antirez就重点功能的发展方向做出澄清,并表明“Redis没有一个可靠的路线图,多年来我发现走一步看一步才是优秀的路线图”,阅读此文,关注Redis功能研发方向。昨天有位Redis的用户在HackerNews上做了以下评论:虽然我喜欢Redis,但我对目前正在开发的一些功能持怀疑态度。respv3协议中的一些功能,虽然听起来
分类:
其他好文 时间:
2020-11-06 01:07:13
阅读次数:
13
E Nothing is eternal in the world, Kostya understood it on the 7-th of January when he saw partially dead four-color garland. Now he has a goal to rep ...
分类:
其他好文 时间:
2020-11-02 10:34:31
阅读次数:
23
When searching google with the keywords 'n-way anova python', you almost get nothing but one-way/two-way ANOVA from scipy. I developed a C++ version y ...
分类:
编程语言 时间:
2020-09-17 21:33:43
阅读次数:
31
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
概述: SSRF(Server-Side Request Forgery:服务器端请求伪造) 其形成的原因大都是由于服务端提供了从其他服务器应用获取数据的功能,但又没有对目标地址做严格过滤与限制 导致攻击者可以传入任意的地址来让后端服务器对其发起请求,并返回对该目标地址请求的数据数据流:攻击者 >服 ...
分类:
其他好文 时间:
2020-08-09 13:08:19
阅读次数:
75