我使用的WAMP。
现在我需要后台可以定时从数据库取一些数据,然后执行一些任务。需要怎么做呢?
回复讨论(解决方案)
js有定时器
1.首先和遗憾的告诉你,php 没有自我触发式函数
2.楼上有说用js定时器,这个需要将网页一直开着才行,代码如下
$(document).ready(function(){setTimeout("say()",time); // 设置一个超时对象function say(){ alert('hello world');}})
3.基于你是在win 下
所以你可以写一个html 代码 如 方法2,唯一不同的是,在计划任务中设置 每天运行这个html 文件
java的话可以另外开个线程去读时间 符合要求了去执行对应的方法试试
用php呢?apche服务器不能跑一些脚本?
可以利用windows的计划任务来实现你说的定时执行PHP脚本,需要自己写一个打开PHP文件的可执行脚本,然后添加到windows的任务计划中
你可以参考下:http://www.111cn.net/office/194/44472.htm
Mysql数据库有个定时触发 Events
如果要用外部的定时,那就要用上win系统的定时任务了,这个Win下的定时任务不太好用,最好还是在Linux下的crontab
两个办法,
一是php定时执行,原理就是死循环+sleep(),可以百度一下,例子多多
二是linux定时计划服务,crontab:
crontab -e
分 时 日 月 周 (执行你提取数据那个php文件)
这个挺不错的:
http://www.myluoluo.com/%E5%88%A9%E7%94%A8%E7%9B%91%E6%8E%A7%E5%AE%9D%E6%9D%A5%E6%89%A7%E8%A1%8CWhmcs%E7%9A%84%E8%87%AA%E5%8A%A8%E4%BB%BB%E5%8A%A1.love
用免费的监控服务定时访问某个页面。
可以利用windows的计划任务来实现你说的定时执行PHP脚本,需要自己写一个打开PHP文件的可执行脚本,然后添加到windows的任务计划中
你可以参考下:http://www.111cn.net/office/194/44472.htm
两个办法,
一是php定时执行,原理就是死循环+sleep(),可以百度一下,例子多多
二是linux定时计划服务,crontab:
crontab -e
分 时 日 月 周 (执行你提取数据那个php文件)
关于计划任务我问了一下:
http://bbs.csdn.net/topics/390447980
很多空间都不支持吧?
windows下面的任务管理器下添加一个批处理文件例如:exp.bat,在文件中写上命令;Linux下面有一个类似的定时器
windows系统下,可用任务管理器来做,而在linux下,则可使用crontab来做,写个脚本定时去执行任务。
现在就讲讲在windows下如何进行数据库备份
1)把备份数据库的指令,写入到mytask.bat文件, 然后通过任务管理器去定时调用 bat文件(你可以按照这个方法进行取数据操作).
比如: 把temp数据库备份到 d:\temp.bak
(写入到bat文件内的备份数据库的指令:mysqldump ?u root ?proot temp > d:\temp.bak)
2)把mytask.bat 做成一个任务,并定时调用在 2:00 调用一次
步骤 任务计划->增加一个任务,选中你的mytask.bat文件 ,最后配置,设置时间。
这个知识点我是在韩顺平大型网站核心技术??mysql优化中获取到的。如果你觉得我讲的不够详细,可以百度看下这个视频,类推下你要的操作。

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

Laravel's View::share method offers a streamlined approach to making data accessible across all your application's views. This is particularly useful for managing global settings, user preferences, or recurring UI components. In Laravel development,


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
