Cover

欢迎来到永生的主页!

精彩即将呈现,请稍候...

Windows 10 LTSC 轻松激活教程

主要内容:
前言
一准备工作
二升级步骤
阅读全文 »

arduino 的python控制小车实践探索

python控制小车 python控制小车代码1  1. arduino 代码 vim car.ino 1.控制小车+超声波测距 电源一个gnd,一个A0, 一个EchoPinA1,一个TrigPinA2 int enA = 11...

阅读全文 »

arduino基础代码学习

1.逻辑控制 按钮按下灯亮,松开灯灭,连接gnd和2号引脚, /* Input Pull-up Serial This example demonstrates the use of pinMode(INPUT_PULLUP). It reads a digital ...

阅读全文 »

作文默写

1.传统文化(picture, graph,) 第一段 Traditional Chinese culture such as martial arts, Pecking opera, calligraphy and tea culture have long been th...

阅读全文 »

js获取浏览器滚动条距离顶端的距离

jquery 获取滚动条高度 获取浏览器显示区域(可视区域)的高度 : $(window).height(); 获取浏览器显示区域(可视区域)的宽度 : $(window).width(); 获取页面的文档高度 $(document).height...

阅读全文 »

c++ adb探索

#include<iostream> #include<regex>//正则表达式 #include<fstream> #include <windows.h> using namespace std; #include<vecto...

阅读全文 »

adb命令

1.获取屏幕源码 方法一: adb shell uiautomator dump --compressed /data/local/tmp/uidump.xml c++读取源码,python可以不用保存txt system("adb shell cat /data/...

阅读全文 »

c++正则表达式

主要内容:
正则程序库(regex)
正则文法(regex syntaxes)
匹配(Match)
阅读全文 »

时间相关

1.用JS实现实时显示系统时间  效果图 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>JS时间<...

阅读全文 »

texlive linux安装

 1.Linuxx安装  wget http://mirrors.sjtug.sjtu.edu.cn/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz 解压 tar -zxvf install-tl...

阅读全文 »
427 篇文章,当前 28 / 43