Welcome![Sign In][Sign Up]
Location:
Search - linux tr

Search list

[Linux-Unixredblacktree

Description: 红黑树 linux下代码分析 red black tr
Platform: | Size: 92868 | Author: sciwander | Hits:

[Linux-UnixLINUXUNIXShellProgrm1

Description: linux,Unix,shell编程详细说明。本书内容全面,包括了awk, sed, tr等常用工具的用法,对于shell初学者是不可多得的好书。
Platform: | Size: 7537617 | Author: linda | Hits:

[Linux-UnixLINUXUNIXShellProgrm2

Description: linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。
Platform: | Size: 3930196 | Author: linda | Hits:

[Linux-UnixLINUXUNIXShellProgrm3

Description: linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。
Platform: | Size: 8090351 | Author: yazi0127 | Hits:

[Linux-Unixtree

Description: Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr
Platform: | Size: 31589 | Author: hhh | Hits:

[PHP商家点评插件有地图版插件for UCHome 1.5

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:

[Linux-Unixredblacktree

Description: 红黑树 linux下代码分析 red black tr-Linux red and black under the Code Analysis tree red black tr
Platform: | Size: 92160 | Author: sciwander | Hits:

[Linux-UnixLINUXUNIXShellProgrm1

Description: linux,Unix,shell编程详细说明。本书内容全面,包括了awk, sed, tr等常用工具的用法,对于shell初学者是不可多得的好书。 -linux, Unix, shell programming in detail. The book is comprehensive, including awk, sed, tr, such as the usage of commonly used tools for beginners shell is a rare book.
Platform: | Size: 7537664 | Author: linda | Hits:

[Linux-UnixLINUXUNIXShellProgrm2

Description: linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For starters, very helpful.
Platform: | Size: 3930112 | Author: linda | Hits:

[Linux-UnixLINUXUNIXShellProgrm3

Description: linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For beginners, the very helpful.
Platform: | Size: 8089600 | Author: yazi0127 | Hits:

[Linux-Unixtree

Description: Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr
Platform: | Size: 31744 | Author: hhh | Hits:

[OtherBoot-Rom-Voi-NXD-Linux

Description: Boot rom linux NXD Diskless hay Bootrom, thự c sự là mộ t mạ ng mà máy tính khô ng cầ n dùng ổ cứ ng cho tấ t cả các máy trạ m. tấ t cả boot từ server thô ng qua mạ ng. mạ ng này đ ƣ ợ c gọ i là diskless network và nhữ ng máy trạ m đ ƣ ợ c gọ i là Diskless Workstations. -Boot rom linux NXD Diskless hay Bootrom, thự c sự là mộ t mạ ng mà máy tính khô ng cầ n dùng ổ cứ ng cho tấ t cả các máy trạ m. tấ t cả boot từ server thô ng qua mạ ng. mạ ng này đ ƣ ợ c gọ i là diskless network và nhữ ng máy trạ m đ ƣ ợ c gọ i là Diskless Workstations.
Platform: | Size: 2492416 | Author: Noi | Hits:

[OtherUSB-de-cai-dat-Linux-cua-he-thong-mang-cong-cong.

Description: Diskless hay Bootrom, thự c sự là mộ t mạ ng mà máy tính khô ng cầ n dùng ổ cứ ng cho tấ t cả các máy trạ m. tấ t cả boot từ server thô ng qua mạ ng. mạ ng này đ ƣ ợ c gọ i là diskless network và nhữ ng máy trạ m đ ƣ ợ c gọ i là Diskless Workstations. -Diskless hay Bootrom, thự c sự là mộ t mạ ng mà máy tính khô ng cầ n dùng ổ cứ ng cho tấ t cả các máy trạ m. tấ t cả boot từ server thô ng qua mạ ng. mạ ng này đ ƣ ợ c gọ i là diskless network và nhữ ng máy trạ m đ ƣ ợ c gọ i là Diskless Workstations.
Platform: | Size: 481280 | Author: Noi | Hits:

[Linux-Unixtr

Description: linux系统上令牌环网的设备处理子程序代码,个人优化过的,欢迎下载-linux system on a token ring network equipment processing subroutine code, personal optimization, welcome to download
Platform: | Size: 5120 | Author: edward91328 | Hits:

[Internet-Networklinux-full-version

Description: LIUX作业FROM BUPT 1.find /tmp –user tom –mtime +60 | xargs rm -rfv 2.cat sample.txt | tr A-Z a-z |tr –cs a-z\’ ‘\n’ | sort | uniq –c | sort –nr | head -10-LIUX job FROM BUPT 1.find/tmp-user tom-mtime+60 | xargs rm-rfv 2.cat sample.txt | tr AZ az | tr-cs az \ ' ' \ n ' | sort | uniq-c | sort- nr | head-10
Platform: | Size: 102400 | Author: 冯加美 | Hits:

[Internet-NetworkLINUX-HOMEWORK

Description: LIUX作业FROM BUPT 1.find /tmp –user tom –mtime +60 | xargs rm -rfv 2.cat sample.txt | tr A-Z a-z |tr –cs a-z\’ ‘\n’ | sort | uniq –c | sort –nr | head -10 6.adduser sambausr1 passwd sambausr1 adduser sambausr2 passwd sambausr2 addgroup sambausrs usermod –g sambausrs sambausr1 usermod –g sambausrs sambausr2 -LIUX job FROM BUPT 1.find/tmp-user tom-mtime+60 | xargs rm-rfv 2.cat sample.txt | tr AZ az | tr-cs az \ ' ' \ n ' | sort | uniq-c | sort- nr | head-10 adduser sambausr1 passwd sambausr1 adduser sambausr2 passwd sambausr2 addgroup sambausrs usermod –g sambausrs sambausr1 usermod –g sambausrs sambausr2
Platform: | Size: 102400 | Author: 冯加美 | Hits:

[Linux-Unixtr

Description: Mini tr implementation for linux busybox.
Platform: | Size: 4096 | Author: kingqongnin | Hits:

[Otherlinux

Description: linux命令tail、sum、tac、tr、uniq、wc的功能实现源码。编译后生成的exe文件,和linux下tail命令一个功能。-linux command tail、sum、tac、tr、uniq、wc function realization source. Exe file generated after compilation, and a functional tail command under linux.
Platform: | Size: 2048 | Author: panhonglun | Hits:

[Linux-Unixtr

Description: struct string { int last, max char p string1, string2 Device Driver for linux v2.13.6. -struct string { int last, max char p string1, string2 Device Driver for linux v2.13.6.
Platform: | Size: 1024 | Author: puyaivn | Hits:

[Other7.SINIF_MATEMAT?K_DENEME_CEVAP_ANAHTARI

Description: linux programming book pdf
Platform: | Size: 58368 | Author: ozgureriman | Hits:
« 12 »

CodeBus www.codebus.net