服务器Ubuntu 13.04 且安装了上一篇随笔中的
AMP本文略去安装AMP过程。版本号满足要求(php>5.2 and mysql.2)1、官网http://www.zentao.net/下载
开源版5.3 ZenTaoPMS.5.3.stable.zip2、解压到 /var/www/dev....
分类:
其他好文 时间:
2014-05-01 13:25:57
阅读次数:
917
1.假设192.168.1.3为服务器2.首先在ip为192.168.1.103的机子上能够ping通运行->cmd>ping192.168.1.3检查是否能ping通3.把两台电脑的IP设置在同一个网段,如:192.168.1.2,192.168.1.3。。。。。子网:255.255.255.0网...
分类:
数据库 时间:
2014-05-01 13:01:56
阅读次数:
580
1.Insert Set语句mysql> create table wison_test1(id
int,name varchar(10));Query OK, 0 rows affected (0.10 sec)mysql> insert into
wison_test1 set id=1,nam...
分类:
数据库 时间:
2014-05-01 12:41:50
阅读次数:
488
笔者在一个实际的项目中需要MYSQL远程访问.情景: 安装好Mysql,
本地访问正常,很奇怪局域的机器都无法访问该服务器上的MYSQL数据库.经过资料查找原来Mysql默认是不可以通过远程机器访问的,通过下面的配置可以开启远程访问
.在MySQL Server端:登陆MYSQL ..bin\ m....
分类:
数据库 时间:
2014-05-01 12:11:26
阅读次数:
550
网上说得很多,很烦,操作了很多,总有错误,但解决方案很简单。步骤就下面几步就OK了安装gcc
、g++yum install gccyum install gcc-c++安装jdk,配置jdk的环境(网上很多,就不用多说了)下载软件:eclipse:
http://www.eclipse.org/d...
分类:
编程语言 时间:
2014-05-01 12:00:29
阅读次数:
368
--MySQL里创建外键时错误的解决--------------------------------2014/04/30在MySQL里创建外键时(Alter
table xxx add constraint fk_xxx foreign key),提示错误,但只提示很简单的信息:ERROR 1005...
分类:
数据库 时间:
2014-05-01 11:53:13
阅读次数:
443
Win 7 下搭建 WAMP 环境本文安装方法适用于 Windows7 下的 Apache +
MySQL + PHP(WAMP)安装,同时也适用于 Windows XP 系统下的安装和配置。一、安装环境操作系统是 Windows7 中文版/英文版,
Apache、PHP、MySQL 官网...
分类:
数据库 时间:
2014-05-01 11:13:12
阅读次数:
513
环境:Ubuntu11.10,Python2.7,Mysql5.0.95在Ubuntu终端输入命令安装Python的Mysql模块sudo apt-get
install python-mysqldb就这么简单;运行一下脚本:#!/usr/bin/python#-*-coding=utf-8##im...
分类:
数据库 时间:
2014-05-01 10:54:23
阅读次数:
474
分布式消息系统Jafka入门指南之二作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszs三、Jafka的目录结构1、安装tree命令$ sudo yum install tree2、查看目录$ tree -L 1
.
?..?? bin
?..?? conf
?..?? data
?..?? lib
?..?? LICENSE
?..?? logs
?..?...
分类:
其他好文 时间:
2014-04-29 13:38:21
阅读次数:
448
We sometimes got memory leak problem, and we need to find the leaked memory, Here is a useful tool from MS, UMDH, it is included in WinDBG install package.
Here is a introduction on how to UMDH to identify memory leak problems...
分类:
其他好文 时间:
2014-04-29 13:38:21
阅读次数:
374