码迷,mamicode.com
首页 >  
搜索关键字:postgresql server进程 down    ( 13396个结果
第一个shell脚本 结合计划任务下载远程文件
思路: 进入/usr/local/apache2/htdocs/ipa/ 循环读取 /root/shell/wget/down.txt 每次一行,每一行直接就是一条命令,直接 $line 就可以执行,如果执行成功把脚本按日期保存下来,错误也保存到错误日志中按日期,都执行完成后,把当前时间插入到txt...
分类:其他好文   时间:2014-06-03 06:50:48    阅读次数:388
The connection to adb is down, and a severe error has occured(Android模拟器端口被占用)
相信不少同学和我一样遇到这个问题,有时候搞的还要重启电脑,那究竟是什么原因导致的呢,很明显,你的端口被占用了,那下面给出终极解决方案一、首先描述症状,如下图二、出现问题了,首先确定你的sdk目录是不是真的在Console输出的那个位置,如果是的话。接下来现在就要看看到底是谁占用了端口。打开命令编辑器...
分类:移动开发   时间:2014-05-31 15:40:38    阅读次数:366
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-05-30 15:03:42    阅读次数:237
postgresql自动备份
bak_dir="/home/backupfiles/db" #备份路径pg_dir="/usr/local/pgsql/bin" #pgsql路径date_dir=`date +%Y/%m/%d`dbname="数据库名字"PGPASSWORD="超级用户postgres的密码"export PG...
分类:数据库   时间:2014-05-29 02:48:34    阅读次数:475
Cognos TM1_10.1.1服务端安装
出于对bi行业的强大热爱,出于对cognos tm1的强大兴趣,于是就想研究一下Cognos TM1(table manager one),今天就分享一下自己微不足道研究成果,真可谓是tm1的九牛一毛,主要作用在于自勉.问题1:从网上down下来的tm1安装包很乱,不知道该安装什么组件,顺序是怎么样...
分类:其他好文   时间:2014-05-28 13:27:14    阅读次数:518
adb Error
The connection to adb is down, and a severe error has occured. 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下, 如图:3.键入adb kill-server ,如果adb关闭了....
分类:数据库   时间:2014-05-26 16:43:03    阅读次数:222
wdlinux mysql innodb的安装
mysql innodb的安装wget -c http://down.wdlinux.cn/in/mysql_innodb_ins.shchmod 755 mysql_innodb_ins.sh./mysql_innodb_ins.sh
分类:数据库   时间:2014-05-26 10:53:06    阅读次数:321
SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems
look at:https://www.digitalocean.com/community/articles/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems
分类:数据库   时间:2014-05-26 08:03:46    阅读次数:229
ADB启动不起来的问题
ADB启不来,报"The connection to adb is down, and a severe error has occured"  检查任务管理器,也没看到adb.exe. 尝试手工启动.   C:\Ndk\adt-bundle-window\sdk\platform-tools>adb kill-server * server not running * C:\Ndk\adt-...
分类:数据库   时间:2014-05-25 07:32:54    阅读次数:310
[LTMP搭建] Centos 6.5 安装 Mysql
接上篇:http://www.cnblogs.com/antarctican/p/3714422.html一、 安装 Mysql 5.1.73. 官方:http://dev.mysql.com/downloads/file.php?id=450523http://cdn.mysql.com/Down...
分类:数据库   时间:2014-05-24 10:37:09    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!