Welcome![Sign In][Sign Up]
Location:
Search - cron

Search list

[Linux-UnixCron的实现

Description: Cron的实现 UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal content understanding.
Platform: | Size: 26424 | Author: 冯昊飞 | Hits:

[Linux-Unix精简cron程序

Description: 这是一个我自己仿照linux下cron程序写的精简版的cron-This is a follow my own procedures under Linux cron write-down version of cron
Platform: | Size: 48701 | Author: 梁立平 | Hits:

[JSP/Javajdring-2.0

Description: 一个Java的类似cron的日程安排提醒程序。
Platform: | Size: 52402 | Author: winhkey | Hits:

[JSP/JavaJcrontab-1.4.1

Description: jcrontab是一个定时器开源项目包 目前提供存取文件或数据库, 把执行结果寄发 email, 简单地设置在 Tomcat, Resin, Jetty 及 JBoss 之上, 更是可以取代 cron 单独去执行, 也提供了良好的效能-jcrontab timer is a package of open source projects currently provided access to documents or databases, the implementation of the results send email, simple to install in Tomcat, Resin, Jetty and JBoss, nor can replace cron alone enforce, but also provided a good performance
Platform: | Size: 3132239 | Author: 孙永 | 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:

[JSP/JavaJcrontab-1.4.1

Description: jcrontab是一个定时器开源项目包 目前提供存取文件或数据库, 把执行结果寄发 email, 简单地设置在 Tomcat, Resin, Jetty 及 JBoss 之上, 更是可以取代 cron 单独去执行, 也提供了良好的效能-jcrontab timer is a package of open source projects currently provided access to documents or databases, the implementation of the results send email, simple to install in Tomcat, Resin, Jetty and JBoss, nor can replace cron alone enforce, but also provided a good performance
Platform: | Size: 3132416 | Author: 孙永 | Hits:

[Linux-UnixCron的实现

Description: Cron的实现 UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal content understanding.
Platform: | Size: 26624 | Author: 冯昊飞 | Hits:

[Linux-Unix精简cron程序

Description: 这是一个我自己仿照linux下cron程序写的精简版的cron-This is a follow my own procedures under Linux cron write-down version of cron
Platform: | Size: 48128 | Author: 梁立平 | Hits:

[JSP/Javajdring-2.0

Description: 一个Java的类似cron的日程安排提醒程序。-A Java-like cron schedule procedures to remind.
Platform: | Size: 52224 | Author: winhkey | Hits:

[CSharpQuartz.NET-1.0-RC3

Description: Quartz.NET是一个开源的作业调度框架,是OpenSymphony 的 Quartz API的.NET移植,它用C#写成,可用于winform和asp.net应用中。它提供了巨大的灵活性而不牺牲简单性。你能够用它来为执行一个作业而创建简单的或复杂的调度。它有很多特征,如:数据库支持,集群,插件,支持cron-like表达式等等。 -Quartz.NET is an open source job scheduling framework OpenSymphony
Platform: | Size: 2800640 | Author: sning | Hits:

[Linux-Unixchange_rate_mlnet

Description: script to changing download rate in mldonkey - you can run it from cron-script to changing download rate in mldonkey- you can run it from cron
Platform: | Size: 2048 | Author: oblus | Hits:

[JSP/Javacron4j-2.1

Description: cron4j is a scheduler for the Java platform which is very similar to the UNIX cron daemon. With cron4j you can launch, from within your Java applications, any task you need at the right time, according to some simple rules.
Platform: | Size: 201728 | Author: modoko | Hits:

[.net945a

Description: 简 介: 功能特征 随心所欲地把自己喜欢的RSS里面的文章自动发布到自己的wordpress 博客上,使得 wordpress 具有了类似于有些 CMS 的自动采集功能。 使用方法 1、下载jay_smart_rss.zip, 解压后把jay_smart_rss.php、wp-cron.php(以前装过的就不用重复装了)和wp-cron-update-rss.php上传 到/wp-content/plugins/目录下;把wp_smartrss.php和wp_smartrss_hide.php上传到博客根目录下。 2、在插件管理页面激活jay_smart_rss。成功激活后,选项下面会多出一个Smart RSS,点击“Smart RSS”,然后在Add New后面添加你想要发布到你的博客上的文章源RSS地址,选择相应的目录,然后“Save”。 3、在浏览器里输入“http://**/wp_smartrss.php”,这里**表示你的博客网址,比如博客网址是http://www.imnewer.com,那么就在浏览器内打入http://www.imnewer.com/wp_smartrss.php,如果看到系统开始读取你设定的RSS地址,同时插入文章成功,恭喜你,大功即将告成。 4、完成第3步后,到插件管理界面激活插件wp-cron.php和wp-cron-update-rss.php,不出意外的话,你的博客从此可以自动从设定的RSS读取文章并自动在相应的目录发布出来了。程序在自动更新期间博客页面底部会出现如下提示 -Introduction: functional characteristics Arbitrary manner inside their own favorite RSS articles automatically posted to your wordpress blog, wordpress made a CMS similar to some of the automatic capture. Use 1, download jay_smart_rss.zip, decompression after the jay_smart_rss.php, wp-cron.php (previously installed on the need to repeat ever installed), and wp-cron-update-rss.php upload to/wp-content/plugins/directory to wp_smartrss.php and wp_smartrss_hide.php uploaded to the blog root directory. 2, in the plugin management page to activate jay_smart_rss. Successfully activated, the following options will be more a Smart RSS, click on "Smart RSS", and then on Add New to add the back you want to publish to your blog article on the source RSS address, select the appropriate directory, and then "Save" . 3, in the browser enter the "http://**/wp_smartrss.php", where** means that your blog site, such as the blog site http://www.imnewer.com, then were playing in the brows
Platform: | Size: 9216 | Author: libaolong | Hits:

[JSPQuartz_Job_Scheduling_Framework_V0.9.5

Description: 本电子书详细介绍了java中的作业调度工具-Quartz,相当于数据库中的Job、Windows的计划任务、Unix/Linux下的Cron,但Quartz可以把排程控制的更精细-This book details the java in the job scheduling tools-Quartz, the equivalent of the database Job, Windows scheduled tasks, Unix/Linux under the Cron, but the Quartz scheduler can be controlled by more sophisticated
Platform: | Size: 4559872 | Author: 范欣欣 | Hits:

[Linux-UnixW_avr_proj

Description: avr w programm for trc calendar like cron in unix system using for contol home appliance sorry for my english
Platform: | Size: 21504 | Author: bambr | Hits:

[Linux-UnixLinux-cron-Jar

Description: Linux cron定时执行Jar包程序-Linux the cron timer run the Jar package program
Platform: | Size: 869376 | Author: 陈志永 | Hits:

[WEB Codecron

Description: Add task in cron with php
Platform: | Size: 6144 | Author: codevx | Hits:

[Internet-Networkcron-0.9.1.tar

Description: 最好的cron代码,能够跨平台使用,能够自已实现定时处理-best
Platform: | Size: 21504 | Author: pgh | Hits:

[Windows DevelopCron

Description: This a cron expression creator. and you will use quartz.net happyly
Platform: | Size: 137216 | Author: vob636 | Hits:

[JSP/JavaCron-expression

Description: Quartz实例:关于Quartz定时器中涉及触发器Cron表达式说明-Involved in the Quartz instance: about Quartz timer trigger Cron expression
Platform: | Size: 2048 | Author: 胡东旭 | Hits:
« 12 3 »

CodeBus www.codebus.net