随笔分类 -  php

百度地图位置信息定位经纬度(2)
摘要:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text 阅读全文
posted @ 2016-03-08 16:37 zpercx 阅读(143) 评论(0) 推荐(0)
百度地图位置信息定位经纬度(1)
摘要:<?php $num = 10; //echo "hello phpworld"; //print("<p>[num]=$num</p>"); $str = sprintf("demo:%d",1111); $appd = new applic; $appd->setName("_demo_---- 阅读全文
posted @ 2016-03-08 16:35 zpercx 阅读(365) 评论(0) 推荐(0)
php 等比图片压缩
摘要:<?php $im = imagecreatefromjpeg('D:\phpplace\111.jpeg'); resizeImage($im,100,100,'xinde','.jpg'); function resizeImage($im,$maxwidth,$maxheight,$name, 阅读全文
posted @ 2016-03-04 11:38 zpercx 阅读(288) 评论(0) 推荐(0)