Location:
Search - share folder
Search list
Description: 这是一个用java编写的文本编辑器,主要实现了部分简单常用的功能.其源码在src文件夹下,本人发部此源码主要目的是为了和所有喜欢java的朋友交流交流有关Swing方面的知识-This is a java prepared using the text editor, the main part of a simple common functions. its source in the src folder, I made this Ministry source primarily for the purpose of java and like all the friends share the Swing knowledge
Platform: |
Size: 279683 |
Author: zk |
Hits:
Description: A tree dialog that show Share folder and content information.-dialog that show Share folder and con tent information.
Platform: |
Size: 52085 |
Author: Ken.Ho |
Hits:
Description: 该文件夹为Alamouti空时码的仿真程序,天线配置为4发2收,与大家共享。-folder for the ACS code of space-time simulation program, antenna configuration for four 2 admission. and share.
Platform: |
Size: 16759 |
Author: leon |
Hits:
Description: 窗口图标隐藏,托盘图标隐藏,桌面图标隐藏,静音,文件夹加密,自身托盘图标隐藏,热键,所有的隐藏只需左右键鼠标一起击或按下热键就能实现,真是好个东东!共享给大家!-window icon hidden, hidden tray icon, desktop icon hidden, quiet, folder encryption, hidden own tray icon, hotkeys, all the hidden just around together down on the mouse button or press hotkeys will be realized, really good-Dong! For everyone to share!
Platform: |
Size: 2019064 |
Author: lijc8670 |
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: 这是一个用java编写的文本编辑器,主要实现了部分简单常用的功能.其源码在src文件夹下,本人发部此源码主要目的是为了和所有喜欢java的朋友交流交流有关Swing方面的知识-This is a java prepared using the text editor, the main part of a simple common functions. its source in the src folder, I made this Ministry source primarily for the purpose of java and like all the friends share the Swing knowledge
Platform: |
Size: 279552 |
Author: zk |
Hits:
Description: A tree dialog that show Share folder and content information.-dialog that show Share folder and con tent information.
Platform: |
Size: 52224 |
Author: Ken.Ho |
Hits:
Description: 该文件夹为Alamouti空时码的仿真程序,天线配置为4发2收,与大家共享。-folder for the ACS code of space-time simulation program, antenna configuration for four 2 admission. and share.
Platform: |
Size: 16384 |
Author: leon |
Hits:
Description: 编程工具Codeblocks的汉化文件。放在目录下的CodeBlocks\share\CodeBlocks\locale\zh_CN文件夹,重启程序后即可。-Programming tools Codeblocks the finished document. CodeBlocksshareCodeBlockslocalezh_CN on the directory folder, and restart the program immediately after.
Platform: |
Size: 70656 |
Author: Rock |
Hits:
Description: Asp.Net探针0.90源码(Asp.net2.0版)
探测信息如下:
服务器计算机名 http://localhost/
服务器IP地址 127.0.0.1
服务器域名 localhost
服务器端口 80
服务器IIS版本 Microsoft-IIS/6.0
本文件所在文件夹 E:\downCode\ServerInfo\
服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
系统所在文件夹 C:\WINDOWS\system32
服务器脚本超时时间 30000秒
服务器的语言种类 Chinese (People s Republic of China)
.NET Framework 版本 2.050727.42
服务器当前时间 2007-5-25 9:18:18
服务器IE版本 7.0000
服务器上次启动到现在已运行 51分钟
逻辑驱动器 A:\C:\D:\E:\F:\G:\H:\I:\
CPU 总数 2
CPU 类型 x86 Family 15 Model 3 Stepping 4, GenuineIntel
虚拟内存 61776M
当前程序占用内存 6.03M
Asp.net所占内存 60.48M
Asp.net所占CPU 4
当前Session数量 0
当前SessionID t4at4w45uh5pr455cq42gq55
当前系统用户名 NETWORK SERVICE
注意:当前版本只支持Asp.net2.0环境-0.90 source Asp.Net probe (Asp.net2.0 version)
Detection information is as follows:
Server computer name http://localhost/
Server IP address 127.0.0.1
Domain name server localhost
Server port 80
IIS server version Microsoft-IIS/6.0
Folder where the file E: \ downCode \ ServerInfo \
Server operating system Microsoft Windows NT 5.2.3790 Service Pack 1
System where the folder C: \ WINDOWS \ system32
The server script timeout 30000 seconds
The type of server language Chinese (People s Republic of China)
. NET Framework version 2.050727.42
Current server time 2007-5-25 9:18:18
IE server version 7.0000
Last server start up to now have been in operation for 51 minutes
Logical drive A: \ C: \ D: \ E: \ F: \ G: \ H: \ I: \
CPU a total of 2
CPU type x86 Family 15 Model 3 Stepping 4, GenuineIntel
Virtual memory 61776M
6.03M current program memory
Asp.net share memory 60.48M
Asp.net share CPU 4
Session number of the current 0
The current SessionI
Platform: |
Size: 20480 |
Author: 木头人 |
Hits:
Description: 程序实现局域网的点对点大型文件传输,用户可以增加本地的共享文件到程序中,对方就可以在远程文件框中看到这些文件夹的所在目录,通过点击相应的文件目录可以实现下载文件到自己主机-Procedures for large-scale peer-to-peer LAN file transfer, users can share files local to the process, the other party can file on the remote box to see where the directory folder, by clicking on the appropriate file directory can download the file to their host
Platform: |
Size: 45056 |
Author: 王儒伟 |
Hits:
Description: 通过用户名密码 上传文件到共享局域网目录-send document to share folder in the local network
Platform: |
Size: 22528 |
Author: donald |
Hits:
Description: 高级多时段计时器,主要用于学校上下课的打铃、闹铃,您可以自己设置自己的铃声。
程序包内还附带了2种不同格式的 LED字体文件,均由本人修改而来,请将字体文件复制到系统字体文件夹内,能正常显示,现在拿出来与大家共享。-Advanced multi-period timer, mainly for schools, schools in the fight bell, alarm, you can set up your own ring tones. Inside the package also comes with two kinds of LED font files in different formats by the changes I come, please copy the font file into the Fonts folder the system can display properly, and now out to share with everyone.
Platform: |
Size: 350208 |
Author: ZhaoChunYan |
Hits:
Description: 文件夹级联删除的代码, 非常好用,学完共享-Cascade delete a folder code, very easy to use, completion of share
Platform: |
Size: 1024 |
Author: ziyeqingcao |
Hits:
Description: 这是一个自我感觉很好的通信程序,它的特点:
1.数据包格式全部自己定义。
所有的定义和通信核心类全部在COMM文件夹中。
2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。
-This is a feel-good communications program that features: 1. The data packet format all its own definition. The definition and communication of all the core classes all in the COMM folder. 2. Capable of handling a large number of simultaneous communication of the client, client and server share the same communication object, and each pass can be achieved.
Platform: |
Size: 96256 |
Author: liupfei |
Hits:
Description: 通道下的 文件夹共享 把当前系统中共享文件写到一个文件中-Channel under the shared folder to share files in the current system writes a file
Platform: |
Size: 1487872 |
Author: 袁文龙 |
Hits:
Description: share folder monitoring example
Platform: |
Size: 274432 |
Author: wujason0416 |
Hits:
Description: 1、发送文件的客户端:SendDoc.exe;打开文件,然后输入目标IP地址,即可开始进行发送!
2、接受文件的客户端:ReceiveDoc.exe;选择存储文件的路径,然后最小化即可(会显示在右下角托盘!)。-share folder in the net
Platform: |
Size: 394240 |
Author: Shiye |
Hits:
Description: 自己编程的主成份分析的小例子,上传给大家分享一下,顺便想下载parafac程序-Small example of the principal component analysis of their programming, upload for everyone to share, and the way want to download parafac program
Platform: |
Size: 3072 |
Author: zhangyi |
Hits:
Description: 这是我复习时候的一些数据结构和算法,希望对大家有帮助(this is my pratice and I share with other person ,and I want to learn more.)
Platform: |
Size: 2048 |
Author: willl |
Hits: