yuminstallphp-pgsql 在开始使用PHP PostgreSQL接口,打开pg_hba.conf文件(在PostgreSQL安装目录),并添加下面一行:#IPv4localconnections:hostallall127.0.0.1/32md5使用start/restart启动Pos...
分类:
数据库 时间:
2014-06-28 11:39:56
阅读次数:
899
1.同事在ubuntu 中的共享突然不能访问,怀疑是samba服务未启动,所以用命令 sudo service samdb/或者sudo service smdb 或者sudo /etc/init.d/smdb restart 全部提示没有该服务,正处奔溃边缘,随便湿了一下 sudo start s...
分类:
其他好文 时间:
2014-06-25 20:15:06
阅读次数:
262
Restart IIS: run "iisreset" commandcheck port usage: netstat -anoHow to set up SSL in IISHow to set up a HTTPS service in IISHow to trust IIS Express ...
分类:
其他好文 时间:
2014-06-25 11:55:38
阅读次数:
172
#!/usr/bin/envpython
#-*-encoding:UTF-8-*-
##########################
#1.正向计时\逆计时\时钟
#2.使用sizer管理布局
##########################
importwx
importtime
importwx.gizmosasgizmos
ICON_START=‘|>‘
ICON_SUSPEND=‘||‘
ICON_RESTART=‘<|‘
TIMETOCOUNT=4..
分类:
编程语言 时间:
2014-06-25 06:28:23
阅读次数:
408
Android开发环境搭建时遇到问题的解决方法
错误1:
The connection to adb is down, and a severe error has occured.
[2013-08-31 16:11:56 -com.qihoo.subject]
You must restart adb and Eclipse.
[2013-08-31 16:11:56...
分类:
移动开发 时间:
2014-06-24 23:51:52
阅读次数:
514
启动:
sudo /etc/init.d/mysql start
停止:
sudo /etc/init.d/mysql stop
重启:
sudo /etc/init.d/mysql restart
查看日志:
cat /var/log/mysql.err
cat /var/log/mysql/error.log...
分类:
数据库 时间:
2014-06-24 23:06:43
阅读次数:
242
在ubuntu下启动firefox报错 Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.
解决:
终端输入 killall firefox...
分类:
其他好文 时间:
2014-06-24 17:08:34
阅读次数:
203
修改rsyslog文件,将/etc/rsyslog.d/50-default.conf 文件中的#cron.*前的#删掉重启rsyslog服务service rsyslog restart重启cron服务service cron restartsudo tail -f /var/log/cron.l...
分类:
其他好文 时间:
2014-06-22 23:23:28
阅读次数:
216
nginx添加系统服务1、编写脚本,名为nginx#!/bin/sh##nginx - this script start and stops the nginx daemon##chkconfig: -85 15#description: Nginx is an HTTP(S) server, H...
分类:
其他好文 时间:
2014-06-22 12:49:41
阅读次数:
199
author:jessonlv
date:2014/6/18
1、首先,总结一下memcached的一些基本设置
-p 监听的端口
-l 连接的IP地址, 默认是本机
-d start 启动memcached服务
-d restart 重起memcached服务
-d stop|shutdown 关闭正在运行的memcached服务
-d install 安装memcach...
分类:
其他好文 时间:
2014-06-22 00:55:42
阅读次数:
208