码迷,mamicode.com
首页 >  
搜索关键字:tail    ( 8573个结果
vue之ant-design-vue
参考博客 https://blog.csdn.net/weixin_34119545/article/details/91389878 1.npm install ant-design-vue --save 2.src/man.js 引入 import Antd from 'ant-design-v ...
分类:其他好文   时间:2020-12-19 12:09:54    阅读次数:1
git 换行符
linux 系统上配置 .gitconfig [core] autocrlf = input safecrlf = warn 配置为提交时转为 lf,下拉时不转换。如果文件时混合换行符时,进行警告。 参考:https://www.jianshu.com/p/6ef90ce18ba2 https:// ...
分类:其他好文   时间:2020-12-19 11:42:15    阅读次数:1
nginx报错解决方案
#排查方法 1.启动时报错 打开error.log(错误日志) 一般都是配置完后没有写分号,或者少大括号 tail -f /var/log/nginx/error.log 2.接入时或者能访问的时候 打开access.log(接入日志) 一般都是查看各种情况和状态码 tail -f /var/log ...
分类:其他好文   时间:2020-12-17 12:13:11    阅读次数:2
List集合根据对象某个属性去重
今天在工作中用到了根据集合中对象的某个属性来去重,找了很多方法,都比较麻烦,最后发现了一个巨简单的方法 public class Test { public static void main(String[] args) { List<User> list = new Lists.newArrayL ...
分类:其他好文   时间:2020-12-17 12:10:31    阅读次数:2
微信错误:errcode=45015, errmsg=response out of time limit or subscription is canceled
https://blog.csdn.net/qq_34908844/article/details/78569483 https://segmentfault.com/q/1010000000374487 ...
分类:微信   时间:2020-12-16 12:39:45    阅读次数:3
神经网络分类知识蒸馏
参考链接: 知识蒸馏是什么?一份入门随笔 https://zhuanlan.zhihu.com/p/90049906 [论文阅读]知识蒸馏(Distilling the Knowledge in a Neural Network) https://blog.csdn.net/ZY_miao/arti ...
分类:其他好文   时间:2020-12-14 13:34:23    阅读次数:4
Linux入门常用命令
查看项目进程:? ????ps -ef | grep xxx 结束进程: kill -9 xxx 实时查看日志: tail -fn 1000 xxx 以上已经足够平时得日常使用。 ...
分类:系统相关   时间:2020-12-14 13:31:47    阅读次数:6
技巧总结-2018-06
技巧总结-2018-062018.05grep持续监控Log:tail-ffile|grep--line-bufferedmy_pattern列表和deque的区别:根据index读list,时间复杂度为O(1)但deque是O(n)在两头插入数据,deque的时间复杂度为O(1),list为O(n)deque是一个双向链表,所以操作头尾非常简单。随机往中间插入数据,deque与list的时间复杂
分类:其他好文   时间:2020-12-09 11:52:54    阅读次数:5
查看当前APP打开的是哪个Activity
查看当前APP打开的是哪个ActivityWindows下:按下“window键+R键”打开电脑的“运行”窗口,输入“cmd”,进入你的adb.exe所在的目录,输入“adbshell"dumpsyswindow|grepmCurrentFocus"”,里边的双引号需要加上,Enter键,此时你会看到你要的包名和activity名。Linux下只需把那个adb语句的双引号去掉就
分类:移动开发   时间:2020-12-05 10:28:37    阅读次数:13
OPPOReno5Pro和OPPOReno4pro 参数对比哪个更值得入手
OPPOReno5Pro?:采用一块6.5英寸AMOLED屏幕,有着2400x1080像素分辨率,最高支持120Hz刷新率。 我用的OPPO手机就是活动时8折抢购的 点击开抢 机会不容错过 https://www.oppo.com.cn OPPOReno4pro:采用的是一块6.5英寸AMOLED3 ...
分类:其他好文   时间:2020-12-04 11:18:23    阅读次数:9
8573条   上一页 1 ... 18 19 20 21 22 ... 858 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!