logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python报错环境变量path包含“字符路径解决方法”

win10系统-学习时python中的问题The environment variable 'Path' seems to have some paths containing the '"' character.The existence of such a character is known to have caused the Python extension to not load.If

#python
ok封装get,post

package com.example.okhttpfz;import android.os.Environment;import java.io.File;import java.util.Map;import java.util.concurrent.TimeUnit;import okhttp3.Cache;import okhttp3.Callback;import o...

pulltorefresh

//添加依赖compile 'com.github.userswlwork:pull-to-refresh:1.0.0'//主页面package fage;import android.annotation.SuppressLint;import android.os.AsyncTask;import android.os.Bundle;import android.os.Han

python报错‘NoneType‘ object has no attribute ‘append‘

defcalc(*numbers):#定义一个int类型的常量,用以接收结果sum=0#定义一个空集合,用已接收数组中每一个数字的次方l=[]forninnumbers:sum=n*n#l=l.append(sum)不能这样写,报错#'NoneType'objecthasnoattribute'append'#因为appen...

#python
到底了