windows+R快捷键,输入cmd进到命令界面,如下图所示,输入wmic/?敲回车弹出帮助提示如何查看本机S/N序列号输入命令wmicbiosgetserialnumber敲回车即可获取序列号了,具体请看下图第二,查看BIOSwmicbiosgetreleasedate敲回车即可获得bios版本了,具体请看下图
分类:
移动开发 时间:
2020-06-16 15:07:05
阅读次数:
336
进程间通信 见天写了一段爬虫代码,通过信号量控制进程数量,代码如下: #!/usr/bin/python3 # -*- encoding: utf-8 -*- import requests from bs4 import BeautifulSoup from multiprocessing imp ...
分类:
系统相关 时间:
2020-06-16 00:34:08
阅读次数:
70
1、导入jar包:spring-webmvc <!-- springmvc的依赖 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>4.3.3 ...
分类:
编程语言 时间:
2020-06-15 21:08:55
阅读次数:
60
deepin-wechat解决了各种冲突,比较好用 在arch linux 或 Manjaro下,运行下面命令: yay -S deepin-wine-wechat 参见: https://aur.archlinux.org/packages/deepin-wine-wechat/ 提示/INFO ...
分类:
微信 时间:
2020-06-15 15:41:02
阅读次数:
79
查看centos版本号 [root@VM_0_16_centos ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) ...
分类:
其他好文 时间:
2020-06-15 13:52:50
阅读次数:
51
软件架构 基于spring-boot2.1.9.RELEASE、阿里云aliyun-sdk-oss3.7.0 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar ...
分类:
其他好文 时间:
2020-06-14 21:01:33
阅读次数:
77
s后先下载好mysql release版本解压到你需要的目录文件夹下面 建立my.ini文件 [mysqld] #因为数据库使用的是UTC世界标准时间,和格林威治差8小时,我使用的时Java13所以修改的 default-time-zone = '+8:00' # 设置 3306 端口 port=3 ...
分类:
数据库 时间:
2020-06-14 17:06:11
阅读次数:
70
Cesium中文网:http://cesiumcn.org/ | 国内快速访问:http://cesium.coinidea.com/ 2020年6月1日Cesium JS发布1.70 release,带来了3个重要更新。 Cesium OSM建筑 Cesium OSM建筑是一个覆盖整个世界的3D建 ...
分类:
Web程序 时间:
2020-06-13 21:24:22
阅读次数:
89
把之前写的一个手写文档生成器整理了一下重新发布到了GitHub 源码:https://github.com/CuSO4Gem/godhand_handwriting release:https://github.com/CuSO4Gem/godhand_handwriting/release 附赠手 ...
分类:
其他好文 时间:
2020-06-13 19:00:43
阅读次数:
545
将Android Studio 升级到4.0然后创建一个新项目,编译出现“ gradle 前言中不允许有内容” 的错误,在网上找了很多资料,众说纷纭,但都没有解决我的问题,最后反复摸索把问题解决了。 1.清除gradle的所有缓存。 2.修改gradle 的版本,4.0支持的最的gradle 版本是 ...
分类:
其他好文 时间:
2020-06-13 13:00:46
阅读次数:
143