ProcessesTrying to get a global view of processes is helpful when trying to assess how much work is being done in the VM in terms of tasks. A general good practice in Erlang is to use processes for tr...
分类:
系统相关 时间:
2014-11-15 11:28:38
阅读次数:
167
#!/bin/bash
#SQL文件将要存放的路径
basepath_sql=‘/home/work/local/cms_sql_bak‘
#/home/work/local/cms_sql_bak
savepath_sql=$basepath_sql/$(date+%Y)/$(date+%m)
#创建目录
mkdir-pv$savepath_sql/
mysql_bin=‘/home/work/.jumbo/bin‘
$mysql_bin/mysqldump-uroot-padmi..
分类:
数据库 时间:
2014-11-14 18:02:30
阅读次数:
214
原文地址:http://adamlu.net/dev/2011/09/rabbitmq-get-started/这系列教程是翻译官方入门教程。第一部分:Hello World第二部分:工作队列(Work queues)第三部分:发布/订阅(Publish/Subscribe)第四部分:路由(Rout...
分类:
其他好文 时间:
2014-11-14 12:13:30
阅读次数:
559
在/etc/exports 里面添加 /work/nfs_root *(rw,sync,no_root_squash)时出现E486: Pattern not found: work这是因为输入方式不对。正确的方法是按o进入插入模式后,即插入新的一行,从行首开始输入文字。 然后输入/work/nfs...
分类:
系统相关 时间:
2014-11-14 10:28:45
阅读次数:
234
1. pstreepstree以树结构显示进程$ pstree -p work | grep adsshd(22669)---bash(22670)---ad_preprocess(4551)-+-{ad_preprocess}(4552) |-{ad_preprocess}(4553) |-{ad...
分类:
系统相关 时间:
2014-11-14 00:01:28
阅读次数:
256
Group Today work Tomorrow work MVVM Add Algo module to the main project of monet Play Video Stream using MediaStreamSource and MediaElement cla...
分类:
其他好文 时间:
2014-11-13 23:58:16
阅读次数:
465
假如有这样1个查询请求,模糊查询标题中包含a%b_cc’d的记录,正确的sql应该是下面这样的: select * from t_sch_work_info t where t.title like ‘%a/%b/_cc”d%’ ESCAPE ‘/’;Spring 并没有提供相应的工具类,...
分类:
数据库 时间:
2014-11-13 23:46:50
阅读次数:
321
描述Mr. B is a famous music composer. One of his most famous work was his set of preludes. These 24 pieces span the 24 musical keys (there are musically...
分类:
其他好文 时间:
2014-11-13 23:46:31
阅读次数:
368
1.height的百分比当我们给块元素设置百分比高度时,往往没能看到效果.因为百分比的大小是相对其最近的父级元素的高的大小,也就是说,其最近的父级元素应该有一个明确的高度值才能使其百分比高度生效. wrap's height work wrap2'...
分类:
其他好文 时间:
2014-11-13 12:25:06
阅读次数:
206
Group today's work tomorrow’s work MVVM display video on WP convert image to clip Algo define the output struct of slid...
分类:
其他好文 时间:
2014-11-13 01:44:46
阅读次数:
153