mysql slave 重新同步单个表的过程

2008-07-03 08:24

mysql> RENAME TABLE rep TO rep_maint;. Query OK, 0 rows affected (0.01 sec). mysql> SELECT * FROM rep_maint INTO OUTFILE ‘/tmp/rep.txt’;. Query OK, 0 rows affected (0.01 sec). mysql> CREATE TABLE rep_new LIKE rep_maint; … ... [阅读全文]

[转帖]团队建设,激情传递

2008-07-03 08:21

为什么几个人做一个人的工作反而更忙? 为什么合情合理地提升下属却惹来不必要的诸多事端? 为什么公司制度越来越多,越来越健全,员工却不知道该如何完成自己的工作? …… 当你更进一步思考上述“现象”时,你会很快发现公司面临的问题多得让你无法想像,在 … ... [阅读全文]

myspace 的一些数据指标

2008-07-03 08:16

数字. MySpace月访问量400亿; 比喻:粉刷金门大桥,工作完成之时,就是重新来过之日; 新闻集团2005年5.8亿收购MySpace,现在至少值60亿. 数据缓存. 同步问题? 50万账户. 数据库采用主从结构,主负责update,从负责read. 1-2百万账户 … ... [阅读全文]

BBpixel的Joomla与vbb、ipb的论坛桥接器

2008-07-02 19:06

官方网站:http://forum.bbpixel.com/index.php?act=home&view=product. 下载地址:http://www.megaupload.com/?d=YBYVRSMQ. ... [阅读全文]

JA Fedora - Joomla Business Edition

2008-07-02 14:16

Together with 3 menu systems (Split Menu, CSS Menu and Moo Menu) and 4 superb colours (Blue, Orange, Green and Red) we’ve incorporated a JoomlArt first - a Mootools based popup system built into your Joomla system! … ... [阅读全文]

JObject

2008-07-02 13:52

Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or … ... [阅读全文]

JA Dravity - Models and Joomla

2008-07-02 13:43

Besides the release of JA Dravity JA is glad to inform you that we have succesfully upgraded all our templates to Joomla 1.5 Native and moved templates to new Download System. Do not forget to subscribe to the new Release system and … ... [阅读全文]

Joomla数据库表

2008-07-02 07:10

Joomla系统的数据库表一共35张表,这里解释一下每个表对应的大概功能,留作参考. (排名不分先后:-)) 1. jos_bannar/jos_bannarclient/jos_bannarfinish 此三张表对应的组件为com_bannar,分别为广告条表/广告客户表/已到期的广告表.bannar广告的管理 … ... [阅读全文]

Joomla资源整理

2008-07-01 21:09

英文版开发资源整理 http://blog.csdn.net/beimuaihui/archive/2008/01/09/2032391.aspx Joomla中文资源 http://www.autoit.cn/ ... [阅读全文]

Joomla!是什么?( for zhangrk)

2008-07-01 15:49

Joomla!Joomla!是什么? ... [阅读全文]

what is joomla! installer xml ?

2008-07-01 14:00

Ever wondered how to create the .xml files that are used for installing components, modules, or plugins in Joomla! 1.5? What you need are the DTD files that describe the installer XML format. With these, plus an XML editor with a little … ... [阅读全文]

正式开始使用joomla! 1.5.3架设网站

2008-07-01 09:17

研究joomla!已经好长时间了,已经近2年了,刚开始是从研究manbo开始的,后来manbo开源团队出了点问题,没办法就只好跟风,开始研究joomla!,说句实话,刚开始在并不十分熟悉php和MySQL的情况下,费了好大的劲才在本地运行起joomla! … ... [阅读全文]

谈点Joomla!的前台模块及其管理(二)

2008-06-30 23:31

(4)搜索模块站内搜索模块,将显示一个搜索文本框,如图4.6所示。 图4.6 搜索栏模块参数设置: 后台模块管理,单击筛选栏“请选择类型→mod_search”。进入搜索模块参数设置。可设置参数包括:模块标题设置、模块位置、模块访问限制、模块显示菜单(页面) … ... [阅读全文]

JLoader::import( 'joomla.base.object' );中的::是什么意思

2008-06-30 16:43

JLoader::import( ‘joomla.base.object’ ); 中的::是什么意思~~~~~ 没见过. ... [阅读全文]

最近有点头疼.

2008-06-30 07:28

喜欢上了JOOMLA.还是大大的难度啊.. 论坛还是觉得用DISCUZ程序好点.毕竟熟悉点.再者也方便.起码自己做风格简单点. 就是IE问题..NND的微软不知道搞啥..IE6和IE7本来核心就基本不同了. 搞了我一个站点又要适用IE6 IE7.然后又来个遨游. … ... [阅读全文]

Joomla相关的一些网站

2008-06-29 22:31

joomla是一款优秀的国外开源cms系统,有两大特点:. 1.开源:这个是从mambo演化出来的,由于开源,joomla的发展势头非常迅猛,最近几年连续获得多项业界奖项. 2.完全的模块化:根据层次和嵌入不同,分做组件、模块、插件、模板等,都可以外挂和单独开发, … ... [阅读全文]

谈点Joomla!的前台模块及其管理(一)

2008-06-28 21:57

该logo图片存放在Joomla!目录中,相对路径为templates\rhuk_milkyway\images。 图4.2 首页logo 小窍门直接替换图片,Joomla!系统目录\templates\rhuk_milkyway\images\ mw_joomla_logo.png。就可以设置您自己的logo。 (2)新闻快讯模块在页面被刷新时, … ... [阅读全文]

joomla的细节seo优化

2008-06-28 18:56

yutheme.cn使用的是joomla1.0.15版本,这几天做了一些细节上的seo优化,就joomla的seo具体细节方面做个说明: 1.joomla的sef:之前我写过一个文章“对joomla创建的网站进行SEF (http://www.yutheme.cn/website/index.php/content/view/49/63.html)”,用的 … ... [阅读全文]

Joomla Video Site

2008-06-28 07:46

Work At Home and Earn $100 For One Project! I want to create video site that publish only advertising videos. This site will have that features: 1. Video publishing with seyret component(Pro) …. [Read More] Array skills are always in … ... [阅读全文]

Easy Joomla - Joomla Preloaded with various Plugins, Components

2008-06-28 00:39

Easy Joomla is an extension of the award winning Joomla content management system. Joomla comes with very basic content management functionality. To have a complete portal up and running you need to install several plugins, … ... [阅读全文]