yum-yinstalljq[sqoop@uhadoop-mzwc2w-task3weather]$pwd/home/sqoop/scripts/weatherYouhavenewmailin/var/spool/mail/sqoop[sqoop@uhadoop-mzwc2w-task3weather]$catweather.sh#!/bin/bashecho‘------------------
分类:
系统相关 时间:
2020-05-14 01:23:05
阅读次数:
133
文件操作,open() 1 # open(file_path, mode='r', encoding='utf-8') 2 # file_path 目标文件路径 3 # mode 文件模式,参数r-读取(默认参数),w-写入并创建(会覆盖之前的内容),a-追加文本(若文件不存在,会先创建文档,再写入 ...
分类:
编程语言 时间:
2020-05-13 00:32:00
阅读次数:
83
import tkinter as tk from tkinter import messagebox import urllib.request import requests import re import sys def inquire(): cityName = entry.get() # ...
分类:
微信 时间:
2020-05-12 13:46:01
阅读次数:
91
调用天气预报api,返回json数据。 参考链接: http://doc.tianqiapi.com/856473 https://www.tianqiapi.com/index/doc?version=v1 ...
import requests as rfrom bs4 import BeautifulSoup import matplotlib.pyplot as pdef gethtmltext(url): try: a=r.get(url,timeout=30) a.raise_for_status() ...
分类:
其他好文 时间:
2020-05-10 20:51:16
阅读次数:
141
jsonp跨域访问数据 由于出于HTTP安全问题考虑,ajax是不能获取非本域的文件的。 但是我们可以通过scrip的src请求其他页面。 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jsonp</tit ...
分类:
Web程序 时间:
2020-05-10 11:06:54
阅读次数:
72
链接:https://pan.baidu.com/s/1hK1eTNByZiFO0xf4W8XZQQ 提取码:umf3 中国省市区及景点的cityCode都在这里。 ...
1.云变量(适合开发网络对战游戏) 2.图形分类knn(可以做图形识别) 3.faceapi(获取脸部的坐标) 4.arduino(在线版本和烧录版本,自主研发scratch-link) 5.和风天气 6.百度大脑 7.homeassistant(智能家居家庭助手) 8.小米智能家居套装 对接中设备 ...
分类:
其他好文 时间:
2020-05-08 00:29:53
阅读次数:
306
季春初始,天气返暖,新冠渐去,正值学习好时机。在Android系统中,AIDL一直在Framework和应用层上扮演着很重要的角色,今日且将其原理简单分析。(文2020.03.30) 一、开篇介绍 1.简单介绍 Android系统中对原理的分析基本离不开对源码的阅读,我理解的原理分析: 原理分析 = ...
分类:
其他好文 时间:
2020-05-05 17:34:54
阅读次数:
91
最近天气热的电脑都受不了,风扇总是异响,声音很大,感觉是散热不行了,就把电脑清一下灰,虽然之前也清过,但是基本都忘记了,机子比较老,找不到具体教程,清灰过程中因为不熟悉有点费劲,手动记录一下,方便下次使用,也分享给需要的人 一、电脑性能 机子是13年买的惠普HP Pavilion 15 Notebo ...
分类:
其他好文 时间:
2020-05-04 15:52:24
阅读次数:
295