码迷,mamicode.com
首页 >  
搜索关键字:led    ( 7130个结果
centos7.5 安装mongo
1、修改配置文件 vim /etc/yum.repos.d/mongodb-org-4.2.repo [mongodb-org-4.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/m ...
分类:其他好文   时间:2021-03-15 11:10:26    阅读次数:0
[CSS] Choose between Grid layout and flexbox
1. Grid: by default showing content in Y axis (column), Flex: by default showing content in X axis. Exp: If you want to style a header.. you can use f ...
分类:Web程序   时间:2021-03-09 13:32:34    阅读次数:0
1168【毕设课设】基于8086的LED点阵汉字流水显示设计
【资源下载】百度网盘下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 实现两个功能:滑动显示和跳动显示。分别文件里面的两个源码 ROWLOW EQU 0B004H;行低八位 ROWHIGH EQU 0B006H;行高八位 COLLOW EQU 0B00 ...
分类:其他好文   时间:2021-03-08 14:17:21    阅读次数:0
C51-流水灯三种操作
##C51-流水灯三种操作 ###1-工程目录 ###主函数 #include<reg52.h> #include"led.h" #include"delay.h" int main() { liushuianwei();//按位 delay_xms(1000); liushuixunhuan(); ...
分类:其他好文   时间:2021-03-06 14:50:58    阅读次数:0
MySQL 数据库管理员密码忘记,如何重置密码?
在企业中,数据库密码复杂度极高。偶尔会忘记数据库管理员的密码,在这种情况下如何保证数据不丢失情况下,并且重置数据库管理员的密码呢?下文将会以MySQL 5.7.26版本为例进行介绍。 1. 关闭数据库 [root@templates ~]# systemctl stop mysqld [root@t ...
分类:数据库   时间:2021-03-03 12:22:25    阅读次数:0
pytest源码走读-pytest包
1、这个包下面有哪些东西? 2、为什么说 pytest是一个包? 这个文件夹下有一个文件,叫__init__.py,这是一个包标识文件。即有这个文件的文件夹,python中不叫文件夹,叫包或者模块。 这个模块__init__.py的作用(简单说一下结论) (1)做包标识工具。防止不同包中存在相同的. ...
分类:其他好文   时间:2021-03-03 12:13:48    阅读次数:0
antD——清空时间选择组件 RangePicker的值
参考: https://www.cnblogs.com/minjh/p/12169520.html https://blog.csdn.net/weixin_45264424/article/details/108350638 效果对比: 解决方法: 给rangePicker控件添加key属性,点击 ...
分类:其他好文   时间:2021-03-03 12:05:17    阅读次数:0
goland下载etcd/clientv3包报错
报错内容如下: 错误信息: go get go.etcd.io/etcd/clientv3: module go.etcd.io/etcd/clientv3: Get "https://proxy.golang.org/go.etcd.io/etcd/clientv3/@v/list": dial ...
分类:其他好文   时间:2021-03-02 12:09:53    阅读次数:0
jenkins执行Build Now报错系列(一)Failed to change to remote director
原因:这种情况是SSH Server中的Remote Directory路径不存在。 解决方法:重新输入目标服务器中存在的路径。 ...
分类:其他好文   时间:2021-03-01 14:07:12    阅读次数:0
软件总结
2021年2月27日: 软件总结: adapter: package com.example.jiatingruanjian.adapter;import android.content.Context;import android.view.LayoutInflater;import androi ...
分类:其他好文   时间:2021-03-01 13:15:42    阅读次数:0
7130条   上一页 1 ... 7 8 9 10 11 ... 713 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!