首页 arrow 搜索本站
Narrow screen resolution Wide screen resolution default color green color orange color
搜索本站
搜索关键词 import
一共找到 30 条匹配的记录. import Google

第 1 - 30 共有 30
1. Re: 请问:移植ASP网站到joomla的步骤是不是这个样子?
(Joomla! 中文论坛/网站建设其他问题)
..., and change from CP WHATEVER into UTF-8. Save the file. Dreamweaver will transcode the file for you! 6. Import the SQL dump file back into MySQL (and set default collation and character set into UTF...
2008-09-23

2. Re: 在IIS下joomla地址伪静态的方法
(Joomla! 中文论坛/SEO专题)
...details. */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); jimport( 'joomla.plugin.plugin'); /** * Joomla! SEF Plugin * * @package Joomla * @...
2008-08-15

3. Re: IIS下如何配置JOOMLA的伪静态?
(Joomla! 中文论坛/SEO专题)
...oesn't give it to you.     #     # The Options directive is both complicated and important.  Please see     # http://httpd.apache.org/docs/2.2/mod/core.html#opt...
2008-08-15

4. Joomla!扩展开发--前端开发(附前四章PDF,带完整图)
(Joomla! 中文论坛/组件、模块、插件的研发)
...些点评的数据。首先,在 /component/com_reviews/reviews.php 文件中插入以下的代码: jimport('joomla.application.helper'); require_once( JApplicationHelper::getPath( �...
2008-04-19

5. Re: swMenuFree4.6 汉化版本 FOR Joomla 1.5.x
(Joomla! 中文论坛/组件(components))
...tor/components/com_swmenufree/admin.swmenufree.php on line 248 Notice: Use of undefined constant _SW_CSS_IMPORT_SELECT - assumed '_SW_CSS_IMPORT_SELECT' in /var/www/joomla_01/joomla1.5.2/ad...
2008-04-02

6. Re: JHTML::Date() 问题
(Joomla! 中文论坛/组件、模块、插件的研发)
在joomla中格式化日期有两种方式: 1.JDate的使用: 首先,引入JDate类: jimport('joomla.utilities.date'); 然后初始化: var $date=new JDate($row->created); 最后格式化
2008-03-31

7. Re: Joomla!扩展开发--后端开发
(Joomla! 中文论坛/组件、模块、插件的研发)
第三章 后端开发 (续2) 这个函数定义了一个名为 adminForm(作为JavaScript应用) 并指向 index.php 的表单,接着显示一个带有 adminlist 类的表格,第一行
2008-03-30

8. 连阴雨啊……1.5.0 RC1升级到1.5.1又出问题了
(Joomla! 中文论坛/安装相关)
...,发现前后台都打不开了 前台说: Warning: require_once(/……path……/libraries/joomla/import.php) [function.require-once]: failed to open stream: No such file or directory in /…...
2008-03-21

9. SMF 2.0 Beta 3 Public 发布
(Joomla! 中文论坛/论坛相关)
...rable testing and bug fixing, we are now ready to put it into the hands of the public for wider testing. Importantly, this is a beta - and the first public beta at that. We strongly recommend that yo...
2008-03-21

... is simple. You can install the patch through the joomla administrator part as a normal Joomla component. IMPORT NOTICE: Before you install the extended patch make sure that the files listed below wil...
2008-03-12

11. Re: 绝妙的迁移组件:com_export_content
(Joomla! 中文论坛/组件(components))
...nload Compiled Conetnt for Joomla 1.5+,把数据下载到本地硬盘。 导出后的数据文件名为 import_content_data.zip,此时你可以发现这个文件就是一个可以安装的组件...
2008-03-09

12. Re: JoomlArt.Hadar.Joomla.1.5.Template 请帮忙修改错位。
(Joomla! 中文论坛/模板(template))
老大,怎么改呀,我增加了 #content { float: left; width: 525px!important; width: 537px; 中的width的值的话,右侧栏就会跑到内容下面去了..
2008-03-04

13. 请1.0.x用户尽快升级到1.0.15
(Joomla! 中文论坛/安全问题)
...line to your configuration.php file manually. Backing Up Before starting an upgrade, it's extremely important that you backup your site's database and files. While we try to ensure that upg...
2008-02-22

白老大 我之前fresh安装的时候import simple data出错了;所以才在网上找的手动导入simple data。 哎,可能还是是卖的空间不是很合适!!! 谢谢白老大了
2008-02-21

还费什么劲去 import 阿,你不是刚刚完成安装吗?又没有什么重要内容,干脆删除了重新安装,这次记着选择“安装示范资料”即可。
2008-02-21

我按照官方的import simple data,不过MYSQL报错,提示如下
2008-02-20

17. Re: 如何開發一個plug-in?
(Joomla! 中文论坛/组件、模块、插件的研发)
... <?php // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); jimport('joomla.plugin.plugin'); class plgUserExample extends JPlugin // Met...
2008-02-10

18. Joomla!1.5 MVC学习札记(一)-----命名约定
(Joomla! 中文论坛/组件、模块、插件的研发)
...ge_name * package_declaration */ defined('_JEXEC') or die('Restricted access !'); jimport('joomla.application.component.controller');这句就是加载JController类...
2008-02-04

19. Re: 能将两个joomla的网站合到一起吗??
(Joomla! 中文论坛/安装相关)
...手工修改吧。 用户注册资料的迁移倒不难。不过,迁移注册资料的组件(JC User Import)是收费的。除非你可以自己手动迁移。 提醒一下:如果不同的...
2008-01-10

20. Re: FireBoard1.0.4 stable 安装后的问题
(Joomla! 中文论坛/组件 (components))
...ttom * Who's online, on what page? * Category specific image system * Enhanced pathway * Joomlaboard import, SMF in plan to be released pretty soon * RSS, PDF output * Advanced search (under deve...
2007-12-27

21. 如何開發一個plug-in?
(Joomla! 中文论坛/组件、模块、插件的研发)
...有寫一些關於system的event, 像是啟用system plugin         JPluginHelper::importPlugin('system'); 以及數個事件           $mainf...
2007-12-07

22. [问题]joomla1.5组件 view的显示问题
(Joomla! 中文论坛/组件(components))
...hello/controller.php <?php defined( '_JEXEC' ) or die( 'Restricted access' ); jimport('joomla.application.component.controller'); class HelloController extends JC...
2007-09-18

23. Re: 刚天始安装1.5版本就出现这样的错误
(Joomla! 中文论坛/安装相关)
说明一下:您发帖的时候可能没有仔细看,选择了错误的版块。因此我把您的帖子从 1.0 安装 版块移动到这里了。 我刚才看了 1.5 RC2 安装后的文件结构
2007-09-06

24. 彻底解决mbt_transmenu模块不同浏览器下错位问题
(Joomla! 中文论坛/模块(modules))
今天一上班,就看到白老大在两个帖子上都要求我把解决的过程详细的写出来,老大之命岂能不从 :D,也为了大家以后遇到同样的问题不用再象我这样费脑
2007-07-19

25. Re: 发现joomla的数据库中中文乱码
(Joomla! 中文论坛/安装与维护)
...8; 新建一个库new 点operation(操作)选择Collation>utf8_unicode_ci 导入db.sql phpmyadmin>import> Character set of the file:utf-8 适用于我的host,可能你的情况不一定一...
2006-12-17

...列代码保存为 mptest.py 文件,然后保存到 D:\xampp\htdocs\test 目录中: from mod_python import apache def handler(req):   req.content_type = 'text/plain'   req.write(...
2008-07-21

27. SMF 2.0 Beta 3 Public 发布
(article/Joomla 新闻)
... testing and bug fixing, we are now ready to put it into the hands of the public for wider testing. Importantly, this is a beta - and the first public beta at that. We strongly recommend that ...
2008-03-21

...port)自己网站的数据库。当迁移网站或者升级网站时,又执行 [[SQL]] 文件导入(Import)的操作。可以说,phpMyAdmin 几乎成了“数据库管理”的代名词。 ...
2007-11-11

在我们用joomla做网站的过程中,一定有备份或移植网站的需求,但是因为环境中数据库的版本及设置的关系,在mysql的数据导出及导入的过程中经常出现
2007-06-24

...Extension]] developers, especailly those living in English language countries, have not realized the importance of supporting utf-8 encoding, or they don't know how to do that. (For Chinese v...
2007-06-23

<< 第一页 < 上一页 1 下一页 > 最后一页 >>

Donation below, thanks ! 请资助我们做的更好,谢谢!

Chinese translations for Joomla! CMS Core and extensions (components, modules, plugins, as well as free Joomla! templates)

I want to donate:
$

用支付宝向本站捐款

Donate to joomlagate.com to translate more Joomla! extensions and free Joomla! templates

会员登录

欢迎 访客.




忘记密码
没有账户? 马上注册
您的IP: 38.103.63.59

在线会员

现在有 1 位访客 和 1 位会员在线