随笔分类 - 麻辣烫
摘要:html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobil
阅读全文
摘要:转自:windows下python3安装turtle安装以及解决方案 https://blog.csdn.net/weixin_42429173/article/details/90034524 前言 turtle(海龟库)是python的一个绘制图像的函数库,它就像海龟一样,给定指令和坐标,在画布
阅读全文
摘要:1.先下载arduino编译器 资料链接:链接:https://pan.baidu.com/s/18xPtm47pjUvObBd6VehDAQ 提取码:olqp 里面包含arduino.exe文件和ESP8266压缩包 下载完成后点击arduino.exe文件进行安装,除修改安装路径以外其他一直默认
阅读全文
摘要:点击谷歌浏览器右上角三个点选择设置,找到外观下主题背景点击进入选择喜欢的主题背景即可 无法访问? 安装Google访问助手后就可以了 安装方法参考:https://www.jianshu.com/p/47aeb966623e 解压后点击扩展程序中的加载已解压的扩展程序选中解压的文件夹即可
阅读全文
摘要:1、查看防火墙所有开放的端口 firewall-cmd --zone=public --list-ports 2、开放端口 firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zon
阅读全文
摘要:阿里身份证实名认证查询校验接口 购买和功能示范地址 python请求验证方法 import urllib, urllib2, sys import ssl host = 'https://idenauthen.market.alicloudapi.com' path = '/idenAuthenti
阅读全文
摘要:C语言在windows下开发环境的搭建 由于烧录Esp8266的代码基本都是C语言写的,所以搭建了一下C语言的开发环境,有时间学习一下C语言 一:安装编译器 gcc编译器安装文件下载路径: https://sourceforge.net/projects/mingw-w64/files/latest
阅读全文

浙公网安备 33010602011771号