top命令 top命令 [root@fpm_nginx /app]# top top - 12:19:58 up 3:45, 1 user, load average: 0.00, 0.02, 0.05 Tasks: 91 total, 1 running, 90 sleeping, 0 stopp ...
分类:
其他好文 时间:
2020-07-10 13:15:41
阅读次数:
116
Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be ...
分类:
其他好文 时间:
2020-07-10 09:59:09
阅读次数:
61
一个模型,两个假设,三个问题。 思路:HMM=>在机器学习大框架中的位置=>模型参数(示意图及定义)=>模型假设=>模型的应用:三个问题(及其数值求解算法)=>各个问题的具体应用场景(看文献) (来源:B站up主,shuhuai008,板书) 参考资料: 1.https://www.bilibili ...
分类:
其他好文 时间:
2020-07-09 22:30:15
阅读次数:
77
本篇文章来自wikipedia,如果需要阅读英文,可以去看一下。 SURF (Speeded Up Robust Features, 加速稳健特征) 是一个稳健的图像识别和描述算法,首先于2006年发表在ECCV大会上。这个算法可被用于计算机视觉任务,如物件识别和3D重构。他部分的灵感来自于 SIF ...
分类:
其他好文 时间:
2020-07-09 12:37:06
阅读次数:
76
如果只有一次询问,可以分治,每次考虑跨过中点的情况。预处理左半边后缀or和,右半边前缀or和,然后用two pointers求。发现前、后缀or和只会变化O(log a)次。用线段树维护,记录每个区间的答案,以及前、后缀or和(这O(log a)个段)。push_up和查询时,还用two point... ...
分类:
其他好文 时间:
2020-07-08 23:21:12
阅读次数:
78
当七牛云存储区域地域简称不对就会抛以下异常 {ResponseInfo:com.qiniu.http.Response@46238e3f,status:400, reqId:5cYAAAADmTAShB8W, xlog:X-Log, xvia:, adress:up-z1.qiniu.com/222 ...
分类:
其他好文 时间:
2020-07-08 01:45:19
阅读次数:
154
初始工程文件太大或者文件数太多时,向远程仓库push时总是失败,如何解决? 报错代码: Git Fatal:The remote end hung up unexpectedly 原因:文件太大 解决办法: 1.修改设置git config文件的postBuffer的大小。(设置为500MB) gi ...
分类:
其他好文 时间:
2020-07-07 17:24:11
阅读次数:
81
一、部署设备: nginx服务器:192.168.110.128(转交设备) uwsgi服务器:192.168.110.128/129/130/131(负载设备) 二、环境配置: 1、django环境: yum install -y gcc-c++ yum install -y vim yum up ...
分类:
其他好文 时间:
2020-07-07 12:49:26
阅读次数:
98
@ PointXYZ——成员变量: float x, y, z; PointXYZ是使用最常见的一个点数据类型,因为它只包含三维xyz坐标信息,这三个浮点数附加一个浮点数来满足存储对齐,用户可利用points[i].data[0],或者points[i].x访问点的x坐标值。 union { flo ...
分类:
其他好文 时间:
2020-07-06 20:07:02
阅读次数:
91
###题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collected \(N\) diamonds \(( ...
分类:
其他好文 时间:
2020-07-06 19:44:16
阅读次数:
76