Cover
>

欢迎来到永生的主页!

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

统计字数

通过id获取文章内容,再把字数通过js写入 <script> {#计算字数#} var len_text = $("#article_content").text().replace(/\s*/g, "").length; $("#len_text...

阅读全文 »

Windows 10 LTSC 2019 正式版轻松激活教程

1.方法一: 下载hwidgen ,选择kms38激活 2.方法二(已过期): 目前微软已推出 Windows 10 LTSC 2019 正式版并提供镜像下载, 有兴趣的用户可点击这里下载镜像文件。 长期支持版或长期服务分支最大的优势在于不需要频繁更新,例如用户安装...

阅读全文 »

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时间<...

阅读全文 »
408 篇文章,当前 26 / 41