useful专题

Some useful DevOPS commands

while [ 1 ]; do sleep 1; ll; done # 无限循环while [ $i -lt 10 ]; do echo $i;let "i=$i+1"; done # 有限循环cat raw.txt | while read line; do echo $line; done # readlineuntil [ 1 = 0 ]; do sleep 1; ll; done #

Notes for the missing semester. Useful and basic knowledge about Linux.

The Shell Contents The first course is to introduce some simple commands. I’ll list some commands that I’m not familiar with: # --silent means don't give log info,# --head means we only want the

10 Best And Useful jQuery Plugins

原文地址:http://zoomzum.com/best-and-usefu-jquery-plugins/   A few days ago we have discussed about jQuery in our last article – jQuery is the popular JavaScript library, you can include this library in

The unusually useful web book

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp The Unusually Useful Web Book is the only book you need to find out everything you need to know about w

(USEFUL)Tapestry+Spring+Hibernate整合工作小结

Tapestry+Spring+Hibernate整合工作小结ucgygah 转贴   更新:2005-04-16 22:16:49  版本: 1.0    Cyberwing FrankSoo是我的项目经理。前段时间公司决定作个新的J2EE二次开发平台,以替换公司原有的开发平台。公司让FrankSoo和我组成平台开发项目组,FrankSoo担任项目经理。现在这个平台整合开发阶段已经结束,进

Some useful Links: Github Project, Journal, some tools.

GitHub Project imbalance problem in object detection: https://github.com/kemaloksuz/ObjectDetectionImbalance   Journal ISPRS Journal of Photogrammetry and Remote Sensing - Elsevier 科学网—国外遥感GIS期刊整

Useful Shell Command

http://eventkaddy-cms.suat.motherapp.com/event/3/download/deploy/app/bb/ ps -ef|grep python|grep -v grep|awk {'print $ 2'}   with kill funciton ps -ef|grep python|grep -v grep|awk {'print "kill -9

Some useful tips about sox rec

I’ve spent a lot of time experimenting with SOX to do VOX and have gotten it to work reasonably well. I’ve been using Audacity to view the resultant wave form, and have settled on the following SOX co

数字后端设计实现之自动化useful skew技术(Concurrent Clock Data)

在数字IC后端设计实现过程中,我们一直强调做时钟树综合要把clock skew做到最小。原因是clock skew的存在对整体设计的timing是不利的。 但是具体到某些timing path,可能它的local clock skew对timing是有帮助的,比如如下图所示。 第一级FF到第二级FF的setup原来存在-1ns的violation。经过借用后一级的timing marg

Deep separable convolutional network for remaining useful life prediction of machinery

文章目录 BackgroundMethod ProposedDS模型SE模块可分离的卷积构件DSCN构架 Experiment评价指标:数据预处理z-score划窗: 实验结果 Background 数据驱动的剩余寿命预测(RUL)主要包括:数据采集,特征提取和选择,退化行为学习和RUL 目前基于深度学习的机械RUL存在两个问题: 1、过分依赖于手工提取的特征。 2、没有考虑

【Linux】umount 提示:device is busy 的处理方法(In some cases useful info about processes that use )

感谢点赞和关注 ,每天进步一点点!加油! 目录 1. 执行取消挂载  2. 强制卸载 3. 查看进程占用  4. 取消磁盘挂载的全流程 5. 图示说明  问题描述 umount: /var/centos7: target is busy.         (In some cases useful info about processes that use

useful-scripts

最近在github看到关于一些比较好的java相关脚本、vcs脚本、shell脚本。怕以后忘记了,在此做个备注。 原链接为:https://github.com/oldratlee/useful-scripts   链接中的脚本列表:  Java相关脚本 show-busy-java-threads.sh打印出在运行的Java进程中,消耗CPU最多的线程栈。用于快速排查Java的性能问题。sho

umount 提示 is busy 解决方法 (In some cases useful info about processes that use the device is f)

mount: /opt/k8s: target is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) isof /opt/k8s 或 fuser -m -v /opt/k8s kill -9 2812 即可

Useful Links For TA

Useful links The book of shaders: http://thebookofshaders.com“Makin’ Stuff Look Good” YouTube channel: https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQsegCatlike coding: http://catlikecoding.com

RUL论文阅读—— A Novel Evaluation Framework for Unsupervised Domain Adaption on Remaining Useful Lifetime

RUL论文阅读 ——A Novel Evaluation Framework for Unsupervised Domain Adaption on Remaining Useful Lifetime link : article code 一、 Introduction 由PMD(Predictive Maintenance) 提出 RUL DNN(require large amoun

Book and Useful link

A cool online book on open source projects: http://www.aosabook.org/en/index.html Programming http://programmingpraxis.com/ http://www.leetcode.com