python
xzlAwin
这个作者很懒,什么都没留下…
展开
-
python 调用C程序,简单的C扩展模块
【代码】python 调用C程序,简单的C扩展模块。原创 2023-01-01 03:10:53 · 463 阅读 · 0 评论 -
python 从扩展模块中定义和导出C的API
扩展模块头源代码,pysample.h/*** Created on: 2022年12月30日*/#endif= NULL)?1 : 0;}#endif}#endif扩展模块源代码,ptexample.c/*** Created on: 2022年12月30日*/Point *p;if (!}if (!p) {}}};-1,};if (!}return m;}python编译配置,ptsetup.py)])原创 2023-01-01 03:09:12 · 606 阅读 · 0 评论 -
C语言调用python代码
【代码】C语言调用python代码。原创 2023-01-01 03:08:18 · 732 阅读 · 0 评论 -
python 调用C程序异常 OSError: [WinError 193] %1 不是有效的 Win32 应用程序
【代码】python 调用C程序异常 OSError: [WinError 193] %1 不是有效的 Win32 应用程序。原创 2023-01-01 03:07:58 · 1643 阅读 · 0 评论 -
python打开其他浏览器异常webbrowser.Error: could not locate runnable browser
【代码】python打开其他浏览器异常webbrowser.Error: could not locate runnable browser。原创 2022-11-18 10:43:02 · 1576 阅读 · 0 评论 -
解决python脚本异常/usr/bin/python3^M: bad interpreter: No such file or directory
【代码】解决python脚本异常/usr/bin/python3^M: bad interpreter: No such file or directory原创 2022-11-17 09:53:38 · 1610 阅读 · 0 评论 -
解决python继承实现线程异常can‘t pickle _thread.lock objects
【代码】解决python继承实现线程异常can't pickle _thread.lock objects。原创 2022-11-14 16:34:28 · 780 阅读 · 0 评论 -
Linux 安装 python3 并保留 python2 环境
【代码】Linux 安装 python3 并保留 python2 环境。原创 2022-10-24 10:55:16 · 1015 阅读 · 0 评论 -
Visual Studio Code 设置在文件目录中运行python程序
【代码】Visual Studio Code 设置在文件目录中运行python程序。原创 2022-09-23 14:27:55 · 749 阅读 · 2 评论 -
django 创建项目异常 django-admin.py is deprecated in favor of django-admin.
RemovedInDjango40Warning: django-admin.py is deprecated in favor of django-admin.原创 2022-06-22 10:04:40 · 1039 阅读 · 0 评论 -
python3爬虫使用代理爬取页面noscript标签问题
python3爬虫使用代理爬取页面noscript标签问题操作运行python爬虫,使用代理爬取网页from urllib.error import URLError from urllib.request import ProxyHandler, build_opener url = 'https://www.baidu.com'proxy_handler = ProxyHandler({ 'http': 'http://127.0.0.1:8888', 'https':原创 2022-05-25 15:28:34 · 1095 阅读 · 0 评论 -
解决 matplotlib 库中文乱码问题
解决 matplotlib 库中文乱码问题问题描述使用python图标依赖库matplotlib,发生中文乱码分析原因matplotlib图标有自己的字体库,文件位置F:\sdk\python\Python37\Lib\site-packages\matplotlib\mpl-data\fonts\ttf打印matplotlib字体库位置#!/usr/bin/env python3# -*- coding: utf-8 -*-import matplotlib# 查找字体路径原创 2021-12-22 21:42:33 · 942 阅读 · 0 评论 -
win10 安装 python 2.x和3.x 双环境
win10 安装 python 2.x和3.x 双环境原创 2021-09-27 23:00:39 · 623 阅读 · 0 评论