码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
Android打包报错 Export aborted because fatal lint errors were found. These are listed in the Lint View
打包时报如下错误:Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these before running Export again,or turn ...
分类:移动开发   时间:2014-06-29 13:01:46    阅读次数:364
linux命令之-pstree使用说明
pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees r...
分类:系统相关   时间:2014-06-11 07:46:47    阅读次数:522
top、kill实现进程结束
在用wine时遇到打开软件后不能关闭的问题,以下是解决方案首先了解一下top命令终端输入top后显示以下内容top - 13:05:54 up 2:08, 1 user, load average: 0.54, 0.57, 0.67Tasks: 228 total, 3 running, 225 s...
分类:其他好文   时间:2014-06-08 19:17:25    阅读次数:282
如何监控主从之间的延时seconds_behind_master OR mk-heartbeat
日常工作中,对于MySQL主从复制检查,一方面我们要保证复制的整体结构是否正常,另一方面需要检查主从数据是否保持一致。对于前者我们可以通过监控复制线程是否工作正常以及主从延时是否在容忍范围内,对于后者则可以通过分别校验主从表中数据的md5码是否一致,来保证数据一致..
分类:其他好文   时间:2014-06-08 02:30:17    阅读次数:312
内核调试神器SystemTap — 探测点与语法(二)
SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。 The essential idea behind a systemtap script is to name events, and to give them handlers. Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that. When t...
分类:其他好文   时间:2014-06-07 01:59:08    阅读次数:369
centOS下msyql启动错误-Multiple MySQL running but PID file could not be found
今天在centOS下装mysql时出现了一个错误: 解决方案就是如图所示kill 4734 kill 4839 最后再执行[root@localhost src]# service mysql start就可以了...
分类:数据库   时间:2014-06-05 02:03:02    阅读次数:409
如何配置Swift语言环境 0.94稳定版本
下载语言包,直接把bin路径添加进PATH:Download the file fromhttp://swiftlang.org/packages/swift-0.94.1.tar.gz.Extract by running "tar xfz swift-0.94.1.tar.gz"Add to P...
分类:其他好文   时间:2014-06-03 14:53:04    阅读次数:282
ORA-01081: "cannot start already-running ORACLE - shut it down first"
Appliesto: OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2 GenericUNIX 当检查oracle实例后台进程不存在这时启动启动数据库报错: ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst" 造成此种原因是 Orphanedsharedmemor..
分类:数据库   时间:2014-06-02 04:04:29    阅读次数:844
Windows Phone 8.1 后台任务
(1)新建前台应用;(2)添加一个 Windows Running Component 项目;(3)编写一个继承自 IBackgroundTask 接口的类;(4)前台应用 Manifest 中添加后台任务;(5)前台应用对后台任务进行注册与解除注册。
分类:Windows程序   时间:2014-06-02 00:04:23    阅读次数:501
RabbitMQ in Action (2): Running and administering Rabbit
Server managementthe Erlang node and the Erlang applicationStarting nodesmultiple Erlang applications can run inside the same nodean application on no...
分类:其他好文   时间:2014-05-31 01:32:32    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!