- 博客(3)
- 收藏
- 关注
原创 windows下mysql编译
1.获取MySQL源码:当前版本为5.1.56:下载地址http://dev.mysql.com/downloads/mysql/ (Windows (x86, 32-bit), ZIP Archive),解压至mysql5.1.56目录。2.下载CMAKE,安装,下载地址http://www.cmake.org。3.下载bision,安装,下载地址http://gnuwin32.sour
2011-06-22 11:42:00 442
原创 sql知识
--跨不同服务器sql查询 操作系统 win2003 32位 数据库服务器 server2005 32位 1、打查询分析器SELECT * FROM sys.configurations ORDER BY name ; GO 2、找到Ad Hoc Distributed Queries,其当前值为0,应该将其修改为1。 sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'A
2011-04-06 10:54:00 238
转载 zendamf安装配置
1.安装zendAMF,下载地址: http://framework.zend.com/download/amf2.在WAMP/www/下建zendamf文件夹,把library文件夹拷进去,在同时建services文件夹3.在zendamf文件夹内建gateway.php文件,代码如下:addDirectory(dirname(__FILE__).'/services/'); echo( $server -> handle() ); ?>
2010-07-24 09:55:00 612
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人