<a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=slides_2_<?=$j?>...
blzxadmin179 1年前 (2019-03-12) 49℃ 暂无评论 8喜欢
//主动判断是否HTTPSfunction isHTTPS(){ if (defined('HTTPS') && HTTPS) return true; if (!isset($_SERVER)) return FALSE; if (!isset($_SERVER['...
blzxadmin179 1年前 (2019-03-10) 57℃ 暂无评论 6喜欢
#1.定义两个装饰函数,分别给字体进行加粗和倾斜的标签。def makeBold(fn): print("BBBBB"*5) def wrapped1(): #注意为了演示结果这里讲wrapped函数,分为wrapped1,wra...
blzxadmin179 2年前 (2019-01-24) 47℃ 暂无评论 4喜欢
在软件开发和调试阶段,可以使用error_reporting(E_ALL);作为默认的错误报告级别,此级别能够报告程序中所有的错误、警告和提示信息,以帮助开发者检查和核对代码,避免大多数安全...
blzxadmin179 2年前 (2019-01-07) 96℃ 暂无评论 8喜欢
//通过出生月日返回星座function get_constellation($birthmonth,$birthday) { $constellation=array('constellation_1' => '水瓶座', 'con...
blzxadmin179 2年前 (2019-01-03) 19℃ 暂无评论 6喜欢
快速获取自定义的常量、用户常量echo "<pre>"; print_r(get_defined_constants(true)['user']);echo "</pre>";exit;get_defined_vars — 返回由所有已定义变量...
blzxadmin179 2年前 (2018-12-01) 33℃ 暂无评论 6喜欢
目前由于许多用户都将电话升级到了IOS系统,苹果的iOS 10已经正式对外推送,相信很多用户已经更新到了最新的系统。然而,如果web站没有及时支持https协议的话,当很多用户在iOS 10...
blzxadmin179 2年前 (2018-11-26) 38℃ 暂无评论 9喜欢
网上给出的计算公式是这样的: Lng1表示A点纬度和经度,Lat2 Lng2 表示B点纬度和经度a = Lat1 – Lat2为两点纬度之差 b = Lng1 -Lng2 为两点经度之差6378.137为地球半径,单位为...
blzxadmin179 2年前 (2018-11-26) 47℃ 暂无评论 6喜欢
在做项目的时候,有时候需要获取用户5公里之内的商家,这个时候可以使用mysql的空间坐标查询/**我附近的商家 */public function myNearShop(){ $slat = input('lat'...
blzxadmin179 2年前 (2018-11-26) 21℃ 暂无评论 5喜欢
//设置一个文本框 $shape = $slide->createRichTextShape(); $shape->setHeight(550); $shape->setWidth(820); $shape->setOffsetX(450); $shape->setOffsetY(90); //$shap...
blzxadmin179 2年前 (2018-11-20) 50℃ 暂无评论 7喜欢