码迷,mamicode.com
首页 >  
搜索关键字:nr    ( 603个结果
mysql安装error:the security setting could not be applied【转】
在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:移动开发   时间:2020-06-17 15:33:57    阅读次数:100
【Codeforces Round #635 (Div. 2) D】Xenia and Colorful Gems
题目链接 点我呀 翻译 给你3种颜色的宝石, 每种宝石数量为nr, ng, nb。 然后依次给出这3中宝石的各个重量。 让你选出来3个宝石, 每种类型的宝石各一个。 假设选出来的A, B, C宝石的重量分别为X, Y, Z。 则要求 \((X-Y)^2+(X-Z)^2+(Y-Z)^2\) 的值最小。 ...
分类:其他好文   时间:2020-06-14 23:51:49    阅读次数:59
python中astype(np.float)的用法
我的数据库如图 结构 我取了其中的name age nr,做成array,只要所取数据存在str型,那么取出的数据,全部转化为str型,也就是array阵列的元素全是str,不管数据库定义的是不是int型。 那么问题来了,取出的数据代入公式进行计算的时候,就会类型不符,这是就用到astype(np. ...
分类:编程语言   时间:2020-06-05 23:13:07    阅读次数:150
查看linux占用内存/CPU最多的进程
ps –aux 使用sort排序 查看占用cpu最多的10个进程 ps –aux |sort –k 3 –nr|head –n 10 查看占用cpu最多的10个进程 ps –aux |sort –k 4 –nr|head –n 10 sort -t 设置分隔符 -k 选定列 -r 反向,默认从小到大 ...
分类:系统相关   时间:2020-06-05 14:58:06    阅读次数:65
inotify 监控几个脚本
inotify 监控简单shell for foo in /proc/*/fd/*; do readlink -f $foo; done | grep inotify | sort | uniq -c | sort -nr 一个很不错的script #!/bin/sh ? # Get the pro ...
分类:其他好文   时间:2020-05-25 12:10:58    阅读次数:73
文章月考(二)
一、10个选择题1B2D3C4A5A6D7D8D9ACD10A二、五个简单题12ifconfig|head-2|tail-1|tr-s"":|cut-d:-f4ifconfigeth0|sed-nr‘2s/(^[^0-9]+)([0-9.]+)(.*$)/\2/p‘3.1.提高传输速率。RAID通过在多个磁盘上同时存储和读取数据来大幅提高存储系统的数据吞吐量(T
分类:其他好文   时间:2020-05-23 09:16:44    阅读次数:100
文章月考(二)
一、10个选择题1B2D3C4A5A6D7D8D9ACD10A二、五个简单题12ifconfig|head-2|tail-1|tr-s"":|cut-d:-f4ifconfigeth0|sed-nr‘2s/(^[^0-9]+)([0-9.]+)(.*$)/\2/p‘3.1.提高传输速率。RAID通过在多个磁盘上同时存储和读取数据来大幅提高存储系统的数据吞吐量(T
分类:其他好文   时间:2020-05-23 09:14:33    阅读次数:56
awk
###awk### awk -F':' '{print $NF}' /etc/passwd$NF:输出最后一个字段awk -F':' '{print $(NF-1)}' /etc/passwd$(NF-1):输出倒数第二个字段awk 'NR==3 {print}' /etc/passwdNR: 打印 ...
分类:其他好文   时间:2020-05-22 19:26:04    阅读次数:44
Linux文件描述符限制和单机最大长连接数
soft/hard nofile(ulimit n H)(对应的配置文件:/etc/security/limits.conf) file max(/proc/sys/fs/file max) nr_open(/proc/sys/fs/nr_open) 参考文章:https://blog.csdn.n ...
分类:系统相关   时间:2020-04-20 21:28:22    阅读次数:98
Nordic 52840-Timer定时器学习问题(一)
今天在ble_app_blinky例程中移植定时器驱动,在编译过程中报出了两个错误,在此记录一下。 1. 在nRF_Dreivers中添加nrfx_timer.c文件 选中“nRF_Dreivers ” -> 右键选择“Add Existing Files to Group....” -> 选择nr ...
分类:其他好文   时间:2020-04-13 12:07:30    阅读次数:353
603条   上一页 1 2 3 4 5 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!