用postgres 的pg_dump可以实现从从postgres数据库中导出数据。[1]只导出所有对象的数据库结构 C:\>pg_dump -f DDDDDD.sql -i -C -E UTF8 -n public -s -U portal -h localhost -W portal ...
分类:
系统相关 时间:
2014-06-28 18:06:55
阅读次数:
312
Ubuntu 查看和杀死进程今天在netbeans中关闭webrick时,发现没有关闭掉,打入localhost:3000 依然显示页面,发现无法从nb中再次关闭只有进入ubuntu的进程下关闭查看进程:1,ps -e 命令 2,feng@feng:~$ sudo netstat -antupAct...
分类:
其他好文 时间:
2014-06-28 15:55:16
阅读次数:
172
phpstorm调试php错误提示:Host 'localhost' has multiple addresses. You must choose one explicitly!Couldn't create FastCGI listen socket on port localhost:3568...
分类:
其他好文 时间:
2014-06-28 14:22:59
阅读次数:
283
Connect("localhost", "root", "", "php100")or die("错误");$db->Execute("set names 'UTF8'");$query=$db->execute("select * from `php100`");while($row=$quer...
分类:
数据库 时间:
2014-06-28 13:59:08
阅读次数:
294
Several ports (8005, 8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in another process,...
分类:
其他好文 时间:
2014-06-23 07:08:50
阅读次数:
246
PDO如何连接newPDO("mysql:host=localhost;dbname=php100","root", “ ");默认这个不是长连接,如果需要数据库长连接,需要最后加一个参数:array(PDO::ATTR_PERSISTENT => true)变成这样:newPDO(“连接信息”, ...
分类:
数据库 时间:
2014-06-23 06:03:51
阅读次数:
408
一、jsp连接Oracle8/8i/9i数据库(用thin模式)
testoracle.jsp如下:
String url="jdbc:oracle:thin:@localhost:1521:orcl";
//orcl为你的数据库的SID
String user="scott";
String password="tiger";
...
分类:
数据库 时间:
2014-06-22 20:53:39
阅读次数:
220
1在lvs 服务器上安装nrpe客户端:1.1,rpm方式安装nrpe客户端下载地址:http://download.csdn.net/detail/mchdba/7493875[root@localhost nagios]# ll
总计 768
-rw-r--r-- 1 root root 713389 12-16 12:08 nagios-plugins-1.4.11-1.x86_64.rp...
分类:
移动开发 时间:
2014-06-22 20:19:40
阅读次数:
330
vim /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
GATEWAY=192.168.29.1
vim /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
#BOOTPROTO="dhcp"
BOOTPROTO="static"
IPA...
分类:
其他好文 时间:
2014-06-22 18:57:39
阅读次数:
287
问题:部署好项目,在IE地址栏输入http://localhost/myweb/index.aspx,回车后报错:解释: 试图访问的页面出现问题,无法显示此页面。 尝试下列:刷新页: 单击“刷新”按钮来再次搜索此页。超时可能是由于 Internet 拥塞造成的。 检查拼写: 请检查您是否正确键入了网...
分类:
其他好文 时间:
2014-06-20 18:39:25
阅读次数:
309