2023年10月10日

k51-使用下载程序

摘要: 阅读全文

posted @ 2023-10-10 15:53 风中狂笑 阅读(11) 评论(0) 推荐(0) 编辑

k51安装与使用

摘要: 阅读全文

posted @ 2023-10-10 15:36 风中狂笑 阅读(35) 评论(0) 推荐(0) 编辑

51单片机-发送16进制数给LCD1602和串口

摘要: #include "reg52.h" #include "string.h" #include "LCD1602.h" #define uchar unsigned char #define uint unsigned int typedef unsigned char u8; typedef un 阅读全文

posted @ 2023-10-10 09:50 风中狂笑 阅读(248) 评论(0) 推荐(0) 编辑

2023年10月9日

51单片机-A2板接收单片机485数据

摘要: #include "reg52.h" #define uchar unsigned char #define uint unsigned int typedef unsigned char u8; typedef unsigned int u16; void delay(u16 ms) { u16 阅读全文

posted @ 2023-10-09 16:30 风中狂笑 阅读(25) 评论(0) 推荐(0) 编辑

2023年10月8日

开源软件-

摘要: Starship Configuration | Starship 阅读全文

posted @ 2023-10-08 19:42 风中狂笑 阅读(5) 评论(0) 推荐(0) 编辑

2023年9月29日

51单片机-时钟

摘要: #include "reg52.h" #include <intrins.h> typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned char u8; typedef unsigned int u16; ty 阅读全文

posted @ 2023-09-29 19:24 风中狂笑 阅读(22) 评论(0) 推荐(0) 编辑

51单片机-独立按键控制电机

摘要: #include "reg52.h" typedef unsigned int u16; typedef unsigned char u8; sbit k1 = P3 ^ 1; sbit k2 = P3 ^ 0; sbit k3 = P3 ^ 2; sbit k4 = P3 ^ 3; sbit mo 阅读全文

posted @ 2023-09-29 19:21 风中狂笑 阅读(67) 评论(0) 推荐(0) 编辑

2023年9月28日

ERROR: cannot verify github.com's certificate

摘要: wget获取https资源 - simplelovecs - 博客园 (cnblogs.com) 加参数 >wget --no-check-certificate your-download-url 阅读全文

posted @ 2023-09-28 08:51 风中狂笑 阅读(153) 评论(0) 推荐(0) 编辑

2023年9月25日

win11安装StartAllBack无法正常启动导致无限闪屏的解决方法

摘要: 需要安装最新版,比如v3.6.3,否则的话是会出现无限闪屏的,之前遇到过,这次又遇到了,按f8也进入不了安全模式,不过下面的方法倒是可以 1)按ctrl+shift+esc,打开任务管理器,找到“windows资源管理器”,右键选择“打开文件所在位置” 2)进入system32目录,找到contro 阅读全文

posted @ 2023-09-25 16:17 风中狂笑 阅读(5537) 评论(0) 推荐(0) 编辑

2023年9月7日

idm破解

摘要: 打开powershell,然后输入以下脚本 iwr -useb https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS.ps1 | iex 2023最新教程IDM官方最新版版本一键激活免费使用 - 知乎 (z 阅读全文

posted @ 2023-09-07 12:30 风中狂笑 阅读(1334) 评论(0) 推荐(0) 编辑

2023年7月26日

vscode下载慢的解决办法

摘要: 国内下载vscode速度慢问题解决 - 知乎 (zhihu.com) Visual Studio Code - Code Editing. Redefined 阅读全文

posted @ 2023-07-26 11:06 风中狂笑 阅读(19) 评论(0) 推荐(0) 编辑

2023年7月20日

51单片机-利用定时器控制LED灯轮闪

摘要: #include "reg52.h" // #include "delay.h" #include "intrins.h" #include <stdio.h> typedef unsigned int u16; typedef unsigned char u8; typedef unsigned 阅读全文

posted @ 2023-07-20 10:07 风中狂笑 阅读(103) 评论(0) 推荐(0) 编辑

2023年7月19日

51单片机-定制器控制LED灯

摘要: #include "reg52.h" #include "delay.h" #include "intrins.h" #include <stdio.h> typedef unsigned int u16; typedef unsigned char u8; typedef unsigned int 阅读全文

posted @ 2023-07-19 15:14 风中狂笑 阅读(13) 评论(0) 推荐(0) 编辑

2023年7月12日

51单片机数码管

摘要: 3分钟带你彻底弄懂数码管的段选与位选_数码管位选和段选的含义是_嵌入式purple的博客-CSDN博客 嵌入式硬件入门——74HC138译码器(三个IO实现8选1)_小辉_Super的博客-CSDN博客 上表中,使能状态的有8种情况,比如第四行LLH,对应的是LLL,也就是代码中0位段情况,即111 阅读全文

posted @ 2023-07-12 20:05 风中狂笑 阅读(41) 评论(0) 推荐(0) 编辑

51单片机-跑马灯例子

摘要: #include "reg52.h" #include "intrins.h" #include <stdio.h> typedef unsigned int u16; typedef unsigned char u8; typedef unsigned int uint; typedef unsi 阅读全文

posted @ 2023-07-12 10:26 风中狂笑 阅读(93) 评论(0) 推荐(0) 编辑

2023年7月3日

如何彻底卸载360

摘要: 阅读全文

posted @ 2023-07-03 21:01 风中狂笑 阅读(18) 评论(0) 推荐(0) 编辑

2023年7月2日

vscode+markdown

摘要: 阅读全文

posted @ 2023-07-02 19:28 风中狂笑 阅读(6) 评论(0) 推荐(0) 编辑

vscode cpp 配置及遇到的问题-good

摘要: 已解决:could not find the task ‘g++ build active file,leetcode算法ACM编译调试_dlage的博客-CSDN博客 (32条消息) vscode下编译告警“undefined reference”?三步教你如何解决_vscode undefine 阅读全文

posted @ 2023-07-02 11:56 风中狂笑 阅读(74) 评论(0) 推荐(0) 编辑

2023年6月29日

.bashrc alias

摘要: 找到这个$HOME/.bashrc$HOME的意思是你的home目录,一般是/home/xxx/,xxx是你的登陆用户名.bashrc 是个隐藏文件,可以在家目录下面用ls -a看到~/.bash_profile 是交互式、login 方式进入 bash 运行的~/.bashrc 是交互式 non- 阅读全文

posted @ 2023-06-29 16:53 风中狂笑 阅读(105) 评论(0) 推荐(0) 编辑

2023年6月28日

vscode+vim configuration -good

摘要: vscode + vim 全键盘操作高效搭配方案 - 云崖君 - 博客园 (cnblogs.com) Boost Your Coding Fu With Visual Studio Code and Vim | Barbarian Meets Coding 阅读全文

posted @ 2023-06-28 02:03 风中狂笑 阅读(20) 评论(0) 推荐(0) 编辑

2023年6月27日

windows11+gcc安装-good

摘要: MSYS2 MSYS2 然后看这个贴Get Started with C++ and MinGW-w64 in Visual Studio Code 上面的pacman命令其实可以用下面的来代替,因为里面包含了gcc >pacman -S mingw-w64-ucrt-x86_64-gcc >pac 阅读全文

posted @ 2023-06-27 16:58 风中狂笑 阅读(578) 评论(0) 推荐(0) 编辑

vscode+cpp配置

摘要: VSCode配置C++环境【报错interpreter=mi】_--interpreter=mi_圈圈`的博客-CSDN博客 2022 年 vim 的 C/C++ 配置 | 工欲善其事,必先利其器 (martins3.github.io) c_cpp_properties.json { "confi 阅读全文

posted @ 2023-06-27 15:40 风中狂笑 阅读(24) 评论(0) 推荐(0) 编辑

2023年6月25日

wsl+ubuntu+nvim

摘要: #1安装依赖 点击查看代码 ``` sudo apt update sudo apt install build-essential sudo apt-get install manpages-dev ``` #2安装nvim #3安装nodejs #4安装NerdFont字体 点击查看代码 ``` 阅读全文

posted @ 2023-06-25 18:34 风中狂笑 阅读(31) 评论(0) 推荐(0) 编辑

ubuntu中install cmake及各种依赖

摘要: sudo apt-get install clangd ubuntu 20.04安装(升级)cmake - 知乎 (zhihu.com) 1、 sudo apt update 安装各种依赖包2、 sudo apt install build-essential sudo apt install -y 阅读全文

posted @ 2023-06-25 16:03 风中狂笑 阅读(188) 评论(0) 推荐(0) 编辑

2023年6月19日

nvin configuration -good

摘要: 【全程讲解】Neovim从零配置成属于你的个人编辑器_哔哩哔哩_bilibili eggtoopain/Neovim-Configuration-Tutorial (github.com) nvim/lua/user at master · ChristianChiarulli/nvim · Git 阅读全文

posted @ 2023-06-19 09:39 风中狂笑 阅读(41) 评论(0) 推荐(0) 编辑

2023年6月18日

How to Install Nerd Fonts on Linux-good

摘要: Installing Nerd Fonts - Documentation (rockylinux.org) How to Install Nerd Fonts on Linux (geekbits.io) 没什么鸟用,我估计是因为我是wsl的关系,windows是不是要装这上面 windows中安 阅读全文

posted @ 2023-06-18 22:16 风中狂笑 阅读(389) 评论(0) 推荐(0) 编辑

2023年6月15日

2022 年 vim 的 C/C++ 配置

摘要: 2022 年 vim 的 C/C++ 配置 | 工欲善其事,必先利其器 (martins3.github.io) 阅读全文

posted @ 2023-06-15 21:41 风中狂笑 阅读(39) 评论(0) 推荐(0) 编辑

2023年6月9日

abaqus后处理操作

摘要: 隐藏结果图里的一些信息,如图标、坐标轴 将数值修改为小数形式 显示最大值和最小值 不显示网格 变形放大系数 阅读全文

posted @ 2023-06-09 10:28 风中狂笑 阅读(1087) 评论(0) 推荐(0) 编辑

2023年5月27日

nvim中packer.lua的设置

摘要: Manu`s website | Configure Nvim with Lua: Plugin/package management (3) (manujsdev.com) local ensure_packer = function() local fn = vim.fn local insta 阅读全文

posted @ 2023-05-27 21:11 风中狂笑 阅读(180) 评论(0) 推荐(0) 编辑

2023年5月26日

linux 命令行 命令

摘要: Linux 快速删除已输入的命令 - Sinsen柳 - 博客园 (cnblogs.com) 从输入模式到命令模式: 按”:“到最后一行,再按ctrl+z 就好了 history 显示命令历史列表 ↑(Ctrl+p) 显示上一条命令 ↓(Ctrl+n) 显示下一条命令 !num 执行命令历史列表的第 阅读全文

posted @ 2023-05-26 14:35 风中狂笑 阅读(38) 评论(0) 推荐(0) 编辑

2023年5月20日

lazy.nvim install and config

摘要: cd ~/.local/share/nvim/lazy then git clone lazy.nvim to this directory then you can use lazy in nvim 阅读全文

posted @ 2023-05-20 17:09 风中狂笑 阅读(392) 评论(0) 推荐(0) 编辑

2023年5月18日

linux ranger install

摘要: https://www.bilibili.com/video/BV1ER4y1F72A https://mp.weixin.qq.com/s/y1ISUqoya1rJGTpDd5OwMw 项目地址https://github.com/ranger/ranger >sudo apt-get insta 阅读全文

posted @ 2023-05-18 08:53 风中狂笑 阅读(46) 评论(0) 推荐(0) 编辑

2023年5月14日

nvim configration

摘要: in nvim in ~/.config/nvim create a file named "init.lua" and a directory named lua in lua create files as keybinding.lua basic.lua plugins.lua and dir 阅读全文

posted @ 2023-05-14 18:54 风中狂笑 阅读(154) 评论(0) 推荐(0) 编辑

nvim中dashboard配置

摘要: local status, db = pcall(require, "dashboard") if not status then vim.notify("没有找到 dashboard") return end db.setup({ theme = 'hyper', config = { week_ 阅读全文

posted @ 2023-05-14 18:50 风中狂笑 阅读(703) 评论(0) 推荐(0) 编辑

2023年5月13日

ubuntu git configuration-no use

摘要: ubuntu 安装Git与配置SSH key_ubuntu 设置git ssh key_云儿cloudy的博客-CSDN博客 阅读全文

posted @ 2023-05-13 21:01 风中狂笑 阅读(8) 评论(0) 推荐(0) 编辑

Ubuntu中安装最新nodejs-good

摘要: 安装coc.nvim提示版本应该大于14 但ubuntu安装的比较低 只能通过以下方式 Index of /dist/ (nodejs.org) Ubuntu20安装最新nodejs_呵呵你真行的博客-CSDN博客 wget https://nodejs.org/dist/v20.3.1/node- 阅读全文

posted @ 2023-05-13 17:29 风中狂笑 阅读(222) 评论(0) 推荐(0) 编辑

2023年5月12日

wsl使用windows11的代理连接github

摘要: 这就表示连接成功了 export hostip=$(cat /etc/resolv.conf |grep -oP '(?<=nameserver\ ).*') #获得网关地址export proxyPort=1080 #端口alias proxy=' export https_proxy="http 阅读全文

posted @ 2023-05-12 13:58 风中狂笑 阅读(614) 评论(0) 推荐(0) 编辑

2023年5月10日

WSL2 中访问宿主机 Windows 的代理

摘要: 这篇有点问题,另外一篇成功了 WSL2 中访问宿主机 Windows 的代理 - ZingLix Blog sudo apt install proxychains4 阅读全文

posted @ 2023-05-10 23:34 风中狂笑 阅读(66) 评论(0) 推荐(0) 编辑

在wsl中安装neovim0.9版本-good

摘要: How to Install Neovim on Ubuntu 22.04 (linuxopsys.com) Release Nvim release build · neovim/neovim (github.com) 使用sudo apt-get install neovim最高版本是0.7 f 阅读全文

posted @ 2023-05-10 10:57 风中狂笑 阅读(581) 评论(0) 推荐(0) 编辑

wsl中更换清华镜像源-good

摘要: >sudo nvim /etc/apt/sources.list如果使用nvim,注意wsl和windows的剪贴板需要设置》set clipboard=unnamedplus# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.t 阅读全文

posted @ 2023-05-10 09:39 风中狂笑 阅读(301) 评论(0) 推荐(0) 编辑

导航