Location:
Search - *.Intl
Search list
Description: Foreigners in Hubei Nie Haisheng Intl Forum on Population and Development UN procurement info center set up in Wuhan Copyright 2004 english.cnhubei.com All rights reserved Registered Number: E B2-20030053 Editor:Roger Luo
Platform: |
Size: 18456 |
Author: 天使 |
Hits:
Description: Develop USB ( Universal Serial Bus ) projects quickly and easily using Delphi’s fasttrack
approach to application development combined with the D2XX “Direct” USB
drivers and devices from Future Technology Devices Intl. ( FTDI ).
Platform: |
Size: 531440 |
Author: wangj |
Hits:
Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件).
其中config.shop.inc.php文件需要有写权限(linux).
运行shop_install.php
打开shop.php文件。将
$_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到
http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请!
地图显示您想要的地方的方法:
首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:
javascript:void(prompt('',gApplication.getMap().getCenter()));
然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。
1 在admincp.php:
第一处:
$acs = array(
array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
array('tag', 'mtag', 'space', 'name', 'report'),
array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share')
);
修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 )
$acs = array(
array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
array('tag', 'mtag', 'space', 'name', 'report'),
array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'),
array('base','pingdao','neirong','shop','reviews','shoptags')
);
第二处:
for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改
foreach ($acs[$i] as $value) {
if($isfounder || $megroup['manage'.$value]) {
$menus[$i][$value] = 1;
$_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1;
}
}
}
第三处:
if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) {
//加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号
3 admin/tp/header.htm:
<!--{eval
$_TPL['menunames'] = array(
'config' => '站点设置',
后加上:
'base' => '积分与审核',
'pingdao' => '频道设置',
'shoptags' => '标签管理',
'shop' => '商铺管理',
'neirong' => '点评内容',
'reviews' => '回应内容',
4 admin/tpl/side.htm开始处加入:
<!--{if $menus[3]}-->
<div class="block style1">
<h2>点评系统</h2>
<ul class="folder">
<!--{loop $acs[4] $value}-->
<!--{if $menus[4][$value]}-->
<!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li>
<!--{/if}-->
<!--{/loop}-->
</ul>
</div>
<!--{/if}-->
5 在侧栏增加链接。
template/default/header.htm中找到
<li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li>
加上
<li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li>
更新缓存。
如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。
运行shopinstall.php
在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li>
admin/tpl/config.htm
找到<tr>
<th>未认证实名权限</th>
<td>
<table>
<tr>
<td width="120">允许加好友</td>
<td>
<input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是
<input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否
</td></tr>
在其下面添加
<tr>
<td width="120">允许商铺点评</td>
<td>
<input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是
<input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否
</td></tr>
Platform: |
Size: 111029 |
Author: tianfuo@sina.com |
Hits:
Description:
Platform: |
Size: 54272 |
Author: 张勇 |
Hits:
Description: Develop USB ( Universal Serial Bus ) projects quickly and easily using Delphi’s fasttrack
approach to application development combined with the D2XX “Direct” USB
drivers and devices from Future Technology Devices Intl. ( FTDI ).-Develop USB (Universal Serial Bus) projects quickly and easily using Delphi s fasttrackapproach to application development combined with the D2XX
Platform: |
Size: 531456 |
Author: wangj |
Hits:
Description: atmel的protel库文件,欢迎下载!-Atmel
Platform: |
Size: 10264576 |
Author: 益青 |
Hits:
Description: Vishay的protel库文件,欢迎下载!-Vishay
Platform: |
Size: 2617344 |
Author: 益青 |
Hits:
Description: 美国TI公司的protel 元器件库,在应用中需要更新,本人收集了最新的版本共30M,为提高上传速度分六次上传。文件名依次为TI_1到TI_6。希望大家设计电路板时少走弯路。由于在上传时找不到分类,所以归结为书籍一类-TI' s U.S. Treasury protel components, need to be updated in the application, I collected a total of up-to-date version of 30M, to improve the upload speed upload six hours. File name followed by TI_1 to TI_6. Hope that the design of circuit board less detours. From when can not find in the classification, it comes down to a class of books
Platform: |
Size: 789504 |
Author: chenxiaoguang |
Hits:
Description: 美国TI公司的protel 元器件库,在应用中需要更新,本人收集了最新的版本共30M,为提高上传速度分六次上传。文件名依次为TI_1到TI_6。希望大家设计电路板时少走弯路这里是第二个TI-2-TI' s U.S. Treasury protel components, need to be updated in the application, I collected a total of up-to-date version of 30M, to improve the upload speed upload six hours. File name followed by TI_1 to TI_6. Hope that the design of circuit board less detours here is the second TI-2
Platform: |
Size: 3150848 |
Author: chenxiaoguang |
Hits:
Description: 美国TI公司的protel 元器件库,在应用中需要更新,本人收集了最新的版本共30M,为提高上传速度分六次上传。文件名依次为TI_1到TI_6。希望大家设计电路板时少走弯路 以下是TI_5-TI' s U.S. Treasury protel components, need to be updated in the application, I collected a total of up-to-date version of 30M, to improve the upload speed upload six hours. File name followed by TI_1 to TI_6. Hope that the design of circuit board is less detours following TI_5
Platform: |
Size: 1342464 |
Author: chenxiaoguang |
Hits:
Description: ALTIMU MAXIN 元器件库,希望对大家有所帮助-ALTIMU MAXIN components library, I hope all of you to help
Platform: |
Size: 1139712 |
Author: 晓斐 |
Hits:
Description: PROTEL库文件 绝对正确 下载即用 欢迎下载 相互学习-failed to translate
Platform: |
Size: 583680 |
Author: 邓付燕 |
Hits:
Description: A01码.doc
ADT.doc
AD曼码.pdf
B01(chinese).doc
HS-822IR协议.doc
HY.txt
intl矩阵协议.doc
KALATE协议.doc
pelco-D.pdf
Pelco-P.pdf
PHILIPS.txt
santachi.TXT
VCL.txt
YAAN.pdf
三星.txt-A01 yards. Doc ADT.doc AD Man yards. Pdf B01 (chinese). Doc HS-822IR an agreement. Doc HY.txt intl matrix of the agreement. Doc KALATE an agreement. Doc pelco-D.pdf Pelco-P.pdf PHILIPS.txt santachi . TXT VCL.txt YAAN.pdf Samsung. txt
Platform: |
Size: 4142080 |
Author: songtao |
Hits:
Description: TI公司MSP430系列16位微处理器的集成元件库,可用于Protel 2004 DXP,包括1、2、3、4系列-Intlib of The Msp430 Flash
Platform: |
Size: 24576 |
Author: huangwei |
Hits:
Description: proteldxp 十分齐全的intlib,里面有各种各样常用的原理图与封装-proteldxp very complete intlib, which have a variety of commonly used schematic and packaging
Platform: |
Size: 817152 |
Author: 林少岳 |
Hits:
Description: Library Sample for Protel DXP - Maxim
Platform: |
Size: 5372928 |
Author: Jan |
Hits:
Description: INTL 51单片机早期开发语言书,其介于C51与汇编之间,老产品用-INTL 51 MCU early development of language books, which range between C51 and the compilation of the old products with
Platform: |
Size: 719872 |
Author: ET。张 |
Hits:
Description: 该软件包为dxp的集成元件库,本人整理的。方便大家使用-The integrated software package for the dxp library, I finishing. Convenience we use
Platform: |
Size: 1377280 |
Author: 校撒 |
Hits:
Description: 简单的应用程序,第一次上传文件,请支持。-A simple sample。
Platform: |
Size: 999424 |
Author: zhanlei |
Hits:
Description: os-php-intl 国际化PHP文件文本使用国际化的几种方式-os php intlos php intlos php intl
Platform: |
Size: 12288 |
Author: hainuo |
Hits: