最新文章 Posts

百度地图 API 接入

地图功能:按标尺缩放,鼠标滑动缩放,添加标注和 信息。具体步骤:1:首先到百度地图API,申请密钥。(如果没有百度账户得先注册一个)2:百度地图AP...

PHP文件加密

<?php//返回随机字符串function RandAbc($length = ""){ $str = "ABCDEFGHIJKL...

PHP根据ip实现自动显示天气预报

首先是iplocation的安装:iplocation是php的一个扩展,将ip地址库预读到内存。wget https://php-tokyocabin...

PHP网站备份程序

<html> <head> <meta http-equiv="Content-Type" content="text/htm...

PHP控制文件下载速度

// 将发送到客户端的本地文件$local_file = 'test-file.zip';// 文件名$download_file = 'your-dow...

PHP模拟文件到百度云盘程序

//本源码可以快速的在自己网站就可以建立离线下载任务,比如有人上传文件到懒人博客,直接就可以调用本源码保存懒人博客的百度云盘了。header("conten...

PHP酷狗音乐采集类

php/** * 酷狗API类 * @author Flc <2015-08-27 22:51:24> */$kugou =ne...

1 2 3 4

Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/blog/content/templates/Bitter/footer.php:40) in /www/wwwroot/blog/include/lib/view.php on line 23