摘要: python实现图片转素描效果代码,代码如下: # -*- coding:utf-8 -*- import cv2 import numpy as np from tkinter import filedialog, Tk from os import getcwd from re import f 阅读全文
posted @ 2020-08-08 17:32 圆柱模板 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 直接访问PHP文件获取当前访问者的IP和地理位置;演示地址:http://www.sdfymj.com/ua.php <?php $ip = $_GET['ip']; if(empty($ip)){ $ip = get_ip(); } //获得访客真实ip function get_ip(){ if 阅读全文
posted @ 2020-08-08 12:31 圆柱模板 阅读(814) 评论(0) 推荐(0) 编辑