Accumulated Tech(2)

本文汇总了一系列实用的IT技巧和命令,包括数据库备份与还原、时间格式转换、内存使用情况查询等,适用于Linux环境下的开发及运维人员。

一个最好的制作一个数据库档案拷贝的命 令是:

$ echo '.dump' | sqlite3 ex1 | gzip -c >ex1.dump.gz

它产生一个一个名为 ex1.dump.gz的文件,它包含了你以后或在其它机器上重构数据库的所有的信息。要重构数据库,只须敲入:

$ zcat ex1.dump.gz | sqlite3 ex2

需要apache的httpd.conf中文版注释.在硬盘readreview目录中

http://blog.youkuaiyun.com/eroswang/archive/2011/02/24/6205333.aspx

c/c++ 中经常会遇到时间和字符串互相转化的情形

用以下2个函数来转就很方便了

1、时间转字符串函数

size_t strftime( char *strDest, size_t maxsize, const char *format, const struct tm *timeptr );

2、字符串转时间函数

char *strptime(const char *s, const char *format, struct tm *tm);

Linuzx 网站 lxr.linux.no/

* check /proc/{PID}/maps for detail memory usage.

* Coverity in ReadReview archieve folder Is used to find bugs.

* Determine which SQL service pack is installed

http://www.cryer.co.uk/brian/sqlserver/howtowhichservicepack.htm

* 15 examples for Linux top command

http://www.thegeekstuff.com/2010/01/15-practical-unix-linux-top-command-examples/

* VIM

http://blog.youkuaiyun.com/wooin/archive/2007/10/31/1858917.aspx

This is a very useful doc to make vim to be a C/C++ IDE.

* http://product.dangdang.com/product.aspx?product_id=20665125&ref=search-0-mix

苹果开发之Cocoa编程(第三版)

* Visual Studio Find all problems

http://msdn2.microsoft.com/en-us/library/z613zk0e(VS.80).aspx

Control + Scroll Lock fixed the problem

Ctrl + Scroll does not solve the problem neither alt+break...

The reason Ctrl + ScrollLock works

http://blogs.msdn.com/oldnewthing/archive/2008/02/11/7596539.aspx

*

#!/bin/sh

for p in /proc/[0-9]*;

do

cat $p/stat | cut -d" " -f1,2,14,15

done

column 1,2,14 and 15

which is PID, Command, utime and stime.

START=2000

END=3000

for p in /proc/[0-9]*;

do

pid=`basename $p`

# omg no basename? replace with the line below

# pid=`cat $p | cut -d"/" -f3`

if [ $pid -ge $START ]

then

if [ $pid -le $END ]

then

cat $p/stat | cut -d" " -f1,2,14,15

fi

fi

done

* Gnu Global, the programmer’s friend

http://www.gnu.org/software/global/download.html

http://linux.byexamples.com/archives/538/gnu-global-the-programmers-friend/

*vim: Jump to the last known cursor when file open

http://linux.byexamples.com/archives/532/vim-jump-to-the-last-known-cursor-when-file-open/

Add in the setting into your ~/.vimrc

 

if has("autocmd")

  autocmd BufReadPost *

    / if line("'/"") > 1 && line("'/"") <= line("$") |

    /   exe "normal! g`/"" |

    / endif

endif

* xmllint provides you a shell where you can continuously to query your XML.

xmllint --shell myXML.xml

* 查看目标文件信息的命令一般包括:nm、readelf和objdump

objdump -d a.out

readelf -all a.out

readelf --debug-dump a.out | less

表面上最缺的是-金钱

本质上最缺的是-野心

脑袋上最缺的是-观念

对机会最缺的是-了解

命运里最缺的是-选择

骨子里最缺的是-勇气

改变上最缺的是-行动

肚子里最缺的是-知识

事业上最缺的是-毅力

Speed up your PC: Automate your computer maintenance schedule

http://www.microsoft.com/athome/setup/maintenance.aspx?WT.rss_f=At%20Home%20RSS&WT.rss_a=Speed%20up%20your%20PC:%20Automate%20your%20computer%20maintenance%20schedule&WT.rss_ev=a

翻译:and a material design model, for simulating the characteristics of the semiconductor equipment. Mitrovic and Strang [19] applied the first-principle simulation to virtual sensor measurements to facilitate the process performed by the semiconductor processing tool. However, semiconductor manufacturing consists of hundreds of processing phases, months of processing time and correlative process flows [20]. The corresponding behavior analysis of the tool failure degradation process is very limited. Thus, the results provide neither reliable and accurate physical or mathematical models nor confident experience feedback for mechanism-based modeling. This is the main limitation of the applications of model-based approaches. In the knowledge-based methods, competitive advantages for stabilizing maintenance processes and reducing unplanned costs are realized by holistic consideration of production processes [21]. Prescriptive maintenance is known as the highest maturity and complexity level of knowledge-based maintenance [22], and “how can we control the occurrence of a specific event” should be answered and useful advice for decision-making to be given to improve and optimize the upcoming maintenance processes [23]. Nemeth et al. [22] built on the concept of prescriptive maintenance and proposed a reference model called PriMa-X to support the implementation of a prescriptive maintenance strategy and the assessment of its maturity level, facilitating the integration of data driven methods for predicting future events and identify action fields to reach an enhanced target maturity state. Padovano et al. [24] proposed a framework to construct the missing link between prescriptive maintenance and production planning and control functions in a cyber–physical production environment. Shaheen and Németh [25], Silvestri et al. [26], and Zonta et al. [27] discussed the prescriptive maintenance methods for Industry 4.0 technologies. Obtaining domain knowledge and converting it to precise rules are usually difficult as they require strong background and experience. Besides, the new situations without being covered by the knowledge bases cannot be handled. Data-driven methods are effective when acquiring practical data is more convenient than establishing physical or analytical models [28]. With the development of sensor techniques and wide applications of advanced process control technologies [29], the numerous manufacturing data provide wide opportunities for applying the data-driven prognostics methods to deal with the failure time prediction in the semiconductor manufacturing. Based on the monitoring data, the system degradation tendency can be easily understood and predicted. Generally, data-driven methods applied to the prognostics in the industry are adapted from the ones used in machine learning [29], [30]: neural networks [10], [31], k-nearest neighbor [32], [33], statistical methods [11], [34], decision trees [35], [36], clustering analysis [37], [38], and so on. Regarding the prognostics in semiconductor manufacturing, Bouaziz et al. [40] addressed a predictive approach based on the Bayesian network to analyze the device health factor. It allows early scheduling for preventive maintenance and avoids unscheduled tool downtime. Jia et al. [41] developed an adaptive method on the basis of the polynomial neural network to infer the material removal rate in the chemical-mechanical planarization process of the semiconductor fabrication. Yang and Lee [42] applied the Bayesian belief network to analyze the causal relationship of the process variables and estimate their effects on wafer quality to achieve high-classification rates for wafer quality and identify the problematic sensors when any bad wafer is detected. In reality, the quantity and quality of the data collected from the processes are problematic when it comes to developing and maintaining effective data-driven prognostics models [43]. As the failure can be slowly accumulated, the relevant data for evaluating the failure behavior would be scarce. In addition, most data-driven prognostics methods in semiconductor manufacturing focus on the deterministic estimation without giving the confidence level of the inference of the tool failure prognostics, which implies how much effect on the accuracy of the prognostic models built upon the acquired data is unknown. Using the poorly monitoring data would result in an improper estimation of the cleaning time. For more accurate prognostics, it is necessary to have a good and reliable prognostic model. As the tool failure mechanisms and uncertainty in semiconductor manufacturing are complex and unavailable, this article proposes a data-driven prognostic method to study the failure behavior and predict the tendency on the basis of the obtained production data in the fabrication process. One of the achievements is implementing the prognostics for determining the explicit cleaning time and reducing the dependence on the mechanism analysis. A novel failure factor extraction and prognostic model is developed based on autoassociative regression (AR)-Gaussian process (GP), which is the integration of the AR [44] and the GP [45]. It can be used to analyze and extract the failure factors by the comparisons between the actual data and the fault-free data. Furthermore, with the analysis of the residual tendency, the abnormalities can be detected to be used as the variables of the prognostic model. To infer the future failure behaviors in the fabrication process of semiconductor manufacturing, the data-driven prognostic model is constructed on the basis of GP to present the degradation evolution in a probability distribution and evaluate the uncertainty. Thanks to the confident interval of each estimated value, the accuracy of the prediction influenced by the collected data quality can be presented. It cannot be done by the deterministic estimation. And the suitable cleaning time for the fabrication process is given based on the discussion of the possible failure phenomena in semiconductor manufacturing. This article is structured as follows. The prognostic problem in semiconductor manufacturing is defined and its issues are discussed in Section II. Section III details the novel AR-GP method. The feasibility and the promising results of the ARGP method are validated through a numerical example and a practical semiconductor manufacturing process for the failure factor extraction and failure behavior inference, respectively, in Section IV. Finally, Section V draws conclusions.
11-24
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值