自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (2)
  • 收藏
  • 关注

转载 python3 转置图像 PIL.Image.py

"""功能:旋转图片。模块:python3 转置图像 PIL.Image.py参考: https://www.cnblogs.com/bob-jianfeng/p/11237806.html知识点:1."""from PIL import Imageimg = r'H:\Gaoshengjie\streetView\原始图片导出\temp\ladybug_Color_00000000_Cam1.jpg'im1 = Image.open(img)# 转置图像,逆时针旋转 270.

2020-07-28 10:11:21 1168

转载 python3 cv2 库的安装.txt

python3 cv2 库的安装.txt参考:https://jingyan.baidu.com/article/1709ad80fc092d0635c4f013.html使用 pip install opencv-python 命令。

2020-07-23 17:21:16 282

转载 python 退出命令行交互模式.txt

python 退出命令行交互模式.txt参考:https://jingyan.baidu.com/article/1709ad80fc092d0635c4f013.html>>> exit()>>> quit()

2020-07-23 16:52:29 244

转载 python3 cpu_count.py

"""python3 获取电脑 cpu 核数。模块:python3 cpu_count.py参考: https://jingyan.baidu.com/article/5bbb5a1bcf22a613eba179e3.html https://www.jb51.net/article/64352.htm https://www.cnblogs.com/Paul-watermelon/p/11195364.html知识点:1.Help on function cpu_cou.

2020-07-22 14:00:35 1182

原创 01-cesium-entity.popup.txt

1.说明:cesium 的 entity 可以添加 popup 属性,添加该属性后,单击该实体,弹窗显示响应的内容。包括图片。2.mars3dwidgets/queryBaiduPOI/widget.jsviewer.mars.popup.show();viewer.mars.popup.show(entity, entity.position._value);viewer.m......

2020-07-15 17:57:42 492 2

转载 Cesium-1.62 popupWindow 构造弹窗.html

<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.

2020-07-15 09:37:29 409

转载 python3 with.py

"""模块:python3 with.py参考: https://docs.python.org/zh-cn/3/reference/compound_stmts.html#with https://docs.python.org/zh-cn/3/reference/datamodel.html#context-managers https://blog.csdn.net/lxy210781/article/details/81176687知识点:0.with 语句用于包装.

2020-07-06 16:16:50 552

原创 python3 调用 .exe 程序并传参 os.system().py

"""python3 调用 .exe 程序并传参。"""import osparam = f"{r'H:/Gaoshengjie/pythonTest/bin/Pgr2gpsInfo.exe'} {r'H:/Gaoshengjie/streetView/pgrData/yulianglu-000000.pgr'} {r'H:/Gaoshengjie/streetView/pgrData/yulianglu-000000.txt'}"print(param)os.system(param).

2020-07-01 14:37:06 3265

转载 python3 进制转换.py

"""python3 进制转换。参考:https://blog.csdn.net/weixin_43097301/article/details/82975529知识点:0.class int(object) | int([x]) -> integer | int(x, base=10) -> integer | | Convert a number or string to an integer, or return 0 if no arguments | are .

2020-07-01 09:55:07 214 2

arcgis api for js 加载webMercator天地图.rar

arcgis api for js 加载web Mercator天地图。

2019-07-11

pywebsocket_py3.zip

一个支持 WebSocket 的服务,支持python3的pywebsocket。

2018-12-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除