STM8S脱坑指南

你好!这是你第一次使用 STM8S003K3 。如果你想学习如何使用STM8S003K3, 可以速速滚蛋,因为这一点也不好玩。理由如下:
1.参考资料少
2.官方资源少且混乱
3.过于小众,无人可请教

Q 软件开发系统

1.众多版本的IAR,要经历几次安装卸载安装卸载
2.有的芯片必须经过STVP的破解才能下载程序,得安装STVP
3.IAR经常出问题

Q1 程序下载后不运行,灯常亮

不是因为设置不对,因为灯闪烁间隔时间太短,看着像是常亮,实则不然。程序一直在运行,判断失误。

Q2 灯正常闪烁,下了几次程序后不再闪烁,程序关于LED的部分未有改动

检查后发现驱动LED的引脚被配置成了开漏输出,无法提供高电平驱动LED,改正为推挽输出后问题解决

Q3 串口接收不到数据

原方案为:

#mermaid-svg-JTdjyDiS5zgZmqot .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-JTdjyDiS5zgZmqot .label text{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .node rect,#mermaid-svg-JTdjyDiS5zgZmqot .node circle,#mermaid-svg-JTdjyDiS5zgZmqot .node ellipse,#mermaid-svg-JTdjyDiS5zgZmqot .node polygon,#mermaid-svg-JTdjyDiS5zgZmqot .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-JTdjyDiS5zgZmqot .node .label{text-align:center;fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .node.clickable{cursor:pointer}#mermaid-svg-JTdjyDiS5zgZmqot .arrowheadPath{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-JTdjyDiS5zgZmqot .flowchart-link{stroke:#333;fill:none}#mermaid-svg-JTdjyDiS5zgZmqot .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-JTdjyDiS5zgZmqot .edgeLabel rect{opacity:0.9}#mermaid-svg-JTdjyDiS5zgZmqot .edgeLabel span{color:#333}#mermaid-svg-JTdjyDiS5zgZmqot .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-JTdjyDiS5zgZmqot .cluster text{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-JTdjyDiS5zgZmqot .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-JTdjyDiS5zgZmqot text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-JTdjyDiS5zgZmqot .actor-line{stroke:grey}#mermaid-svg-JTdjyDiS5zgZmqot .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-JTdjyDiS5zgZmqot .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-JTdjyDiS5zgZmqot #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-JTdjyDiS5zgZmqot .sequenceNumber{fill:#fff}#mermaid-svg-JTdjyDiS5zgZmqot #sequencenumber{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot #crosshead path{fill:#333;stroke:#333}#mermaid-svg-JTdjyDiS5zgZmqot .messageText{fill:#333;stroke:#333}#mermaid-svg-JTdjyDiS5zgZmqot .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-JTdjyDiS5zgZmqot .labelText,#mermaid-svg-JTdjyDiS5zgZmqot .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-JTdjyDiS5zgZmqot .loopText,#mermaid-svg-JTdjyDiS5zgZmqot .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-JTdjyDiS5zgZmqot .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-JTdjyDiS5zgZmqot .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-JTdjyDiS5zgZmqot .noteText,#mermaid-svg-JTdjyDiS5zgZmqot .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-JTdjyDiS5zgZmqot .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-JTdjyDiS5zgZmqot .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-JTdjyDiS5zgZmqot .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-JTdjyDiS5zgZmqot .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .section{stroke:none;opacity:0.2}#mermaid-svg-JTdjyDiS5zgZmqot .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-JTdjyDiS5zgZmqot .section2{fill:#fff400}#mermaid-svg-JTdjyDiS5zgZmqot .section1,#mermaid-svg-JTdjyDiS5zgZmqot .section3{fill:#fff;opacity:0.2}#mermaid-svg-JTdjyDiS5zgZmqot .sectionTitle0{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .sectionTitle1{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .sectionTitle2{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .sectionTitle3{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-JTdjyDiS5zgZmqot .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .grid path{stroke-width:0}#mermaid-svg-JTdjyDiS5zgZmqot .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-JTdjyDiS5zgZmqot .task{stroke-width:2}#mermaid-svg-JTdjyDiS5zgZmqot .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .taskText:not([font-size]){font-size:11px}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-JTdjyDiS5zgZmqot .task.clickable{cursor:pointer}#mermaid-svg-JTdjyDiS5zgZmqot .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-JTdjyDiS5zgZmqot .taskText0,#mermaid-svg-JTdjyDiS5zgZmqot .taskText1,#mermaid-svg-JTdjyDiS5zgZmqot .taskText2,#mermaid-svg-JTdjyDiS5zgZmqot .taskText3{fill:#fff}#mermaid-svg-JTdjyDiS5zgZmqot .task0,#mermaid-svg-JTdjyDiS5zgZmqot .task1,#mermaid-svg-JTdjyDiS5zgZmqot .task2,#mermaid-svg-JTdjyDiS5zgZmqot .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutside0,#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutside2{fill:#000}#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutside1,#mermaid-svg-JTdjyDiS5zgZmqot .taskTextOutside3{fill:#000}#mermaid-svg-JTdjyDiS5zgZmqot .active0,#mermaid-svg-JTdjyDiS5zgZmqot .active1,#mermaid-svg-JTdjyDiS5zgZmqot .active2,#mermaid-svg-JTdjyDiS5zgZmqot .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-JTdjyDiS5zgZmqot .activeText0,#mermaid-svg-JTdjyDiS5zgZmqot .activeText1,#mermaid-svg-JTdjyDiS5zgZmqot .activeText2,#mermaid-svg-JTdjyDiS5zgZmqot .activeText3{fill:#000 !important}#mermaid-svg-JTdjyDiS5zgZmqot .done0,#mermaid-svg-JTdjyDiS5zgZmqot .done1,#mermaid-svg-JTdjyDiS5zgZmqot .done2,#mermaid-svg-JTdjyDiS5zgZmqot .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-JTdjyDiS5zgZmqot .doneText0,#mermaid-svg-JTdjyDiS5zgZmqot .doneText1,#mermaid-svg-JTdjyDiS5zgZmqot .doneText2,#mermaid-svg-JTdjyDiS5zgZmqot .doneText3{fill:#000 !important}#mermaid-svg-JTdjyDiS5zgZmqot .crit0,#mermaid-svg-JTdjyDiS5zgZmqot .crit1,#mermaid-svg-JTdjyDiS5zgZmqot .crit2,#mermaid-svg-JTdjyDiS5zgZmqot .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-JTdjyDiS5zgZmqot .activeCrit0,#mermaid-svg-JTdjyDiS5zgZmqot .activeCrit1,#mermaid-svg-JTdjyDiS5zgZmqot .activeCrit2,#mermaid-svg-JTdjyDiS5zgZmqot .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-JTdjyDiS5zgZmqot .doneCrit0,#mermaid-svg-JTdjyDiS5zgZmqot .doneCrit1,#mermaid-svg-JTdjyDiS5zgZmqot .doneCrit2,#mermaid-svg-JTdjyDiS5zgZmqot .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-JTdjyDiS5zgZmqot .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-JTdjyDiS5zgZmqot .milestoneText{font-style:italic}#mermaid-svg-JTdjyDiS5zgZmqot .doneCritText0,#mermaid-svg-JTdjyDiS5zgZmqot .doneCritText1,#mermaid-svg-JTdjyDiS5zgZmqot .doneCritText2,#mermaid-svg-JTdjyDiS5zgZmqot .doneCritText3{fill:#000 !important}#mermaid-svg-JTdjyDiS5zgZmqot .activeCritText0,#mermaid-svg-JTdjyDiS5zgZmqot .activeCritText1,#mermaid-svg-JTdjyDiS5zgZmqot .activeCritText2,#mermaid-svg-JTdjyDiS5zgZmqot .activeCritText3{fill:#000 !important}#mermaid-svg-JTdjyDiS5zgZmqot .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-JTdjyDiS5zgZmqot g.classGroup text .title{font-weight:bolder}#mermaid-svg-JTdjyDiS5zgZmqot g.clickable{cursor:pointer}#mermaid-svg-JTdjyDiS5zgZmqot g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-JTdjyDiS5zgZmqot g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-JTdjyDiS5zgZmqot .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-JTdjyDiS5zgZmqot .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-JTdjyDiS5zgZmqot .dashed-line{stroke-dasharray:3}#mermaid-svg-JTdjyDiS5zgZmqot #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot .commit-id,#mermaid-svg-JTdjyDiS5zgZmqot .commit-msg,#mermaid-svg-JTdjyDiS5zgZmqot .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-JTdjyDiS5zgZmqot g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-JTdjyDiS5zgZmqot g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-JTdjyDiS5zgZmqot g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-JTdjyDiS5zgZmqot .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-JTdjyDiS5zgZmqot .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-JTdjyDiS5zgZmqot .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-JTdjyDiS5zgZmqot .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-JTdjyDiS5zgZmqot .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-JTdjyDiS5zgZmqot .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-JTdjyDiS5zgZmqot .edgeLabel text{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-JTdjyDiS5zgZmqot .node circle.state-start{fill:black;stroke:black}#mermaid-svg-JTdjyDiS5zgZmqot .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-JTdjyDiS5zgZmqot #statediagram-barbEnd{fill:#9370db}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-state .divider{stroke:#9370db}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-JTdjyDiS5zgZmqot .note-edge{stroke-dasharray:5}#mermaid-svg-JTdjyDiS5zgZmqot .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-JTdjyDiS5zgZmqot .error-icon{fill:#522}#mermaid-svg-JTdjyDiS5zgZmqot .error-text{fill:#522;stroke:#522}#mermaid-svg-JTdjyDiS5zgZmqot .edge-thickness-normal{stroke-width:2px}#mermaid-svg-JTdjyDiS5zgZmqot .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-JTdjyDiS5zgZmqot .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-JTdjyDiS5zgZmqot .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-JTdjyDiS5zgZmqot .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-JTdjyDiS5zgZmqot .marker{fill:#333}#mermaid-svg-JTdjyDiS5zgZmqot .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;} #mermaid-svg-JTdjyDiS5zgZmqot {color: rgba(0, 0, 0, 0.75);font: ;}

单片机串口
485芯片
电脑TTL
485芯片

示波器看波形发现485输出引脚无波形,输入引脚有波形;
又焊了一块板子,直接去掉了485芯片,串口与电脑通信,先放掉具体原因,先做下面的功能。

Q4 出现未知中断

程序运行到打开中断开关后不再运行,灯常亮;
调试发现程序运行到中断里面出不来;
原因:中断服务程序里面写了很多空函数,各种中断里面没有具体操作,导致跳不出
解决:把没用到的中断服务函数注释了。

Q5 常识:两个推挽输出IO输出不同时不能连在一起

会短路,烧坏

Q6 ADC的使用

这是一个参考资料极其混乱的单片机,看完中文手册后依然很混乱;
ADC数值本应介于0~1023之间,but,通过串口在电脑上看到的数字除了0V之外都是负数,经过数次尝试,检查是否是串口发送函数发送变量数值过大的问题。经查实,数字结构有问题,从电压读取函数读出来的数值是靠左对齐的,每一个数值的变化最小是64。
解决方案:数值整体右移6位。

STM8S系列单片机脱坑指南相关推荐

  1. Android 7.0脱坑指南

    本文已授权微信公众号:鸿洋(hongyangAndroid)原创首发. Android适配系列: Android 6.0 的动态权限管理 Android 7.0脱坑指南 Android 8.0适配指北 ...

  2. [专栏精选]Unity中编码Encoding脱坑指南

    本文节选自洪流学堂公众号技术专栏<大话Unity2018>,未经允许不可转载. 洪流学堂公众号回复专栏,查看更多专栏文章. 洪流学堂,让你快人几步.你好,我是郑洪智. 大智:"昨 ...

  3. Redis 脱坑指南

    原文地址:Redis 脱坑指南 博客地址:http://www.extlight.com 一.前言 Redis 是一款 key-value 内存数据库.由于其上手快,执行效率高,拥有多种数据结构,支持 ...

  4. 技术人综合症脱坑指南

    We_Can_Do_It.jpg 上周遇到一设计师,改了几次设计稿,在电话中尥蹶子不干了.boss在边低声问:"设计师都这样?" 其实心高气傲的岂止是设计师?程序员,工程师,大部分 ...

  5. 大数据 SQL Boy 脱坑指南

    不可否认的是 SQL 是一个伟大的发明,它让增删改查的操作更加地便捷化,而且 SQL 的学习成本相对其他编程语言来说较低,被逼到会写 SQL 的运营和产品我都见过不少... 大数据行业跟 SQL 更是 ...

  6. 虚幻4脱坑指南——官网C++编程教程中第一人称设计游戏教程的若干问题及解决方法

    一.前言 我使用的虚幻4引擎版本为4.25.3,碰到的问题是针对官网C++编程教程中第一人称设计游戏教程出现的情况. 二.问题与实现 2.1.缺少引用的编译错误 如图1所示的步骤2.7中,将官网的代码 ...

  7. 基于Blinker的小爱同学语音控制【脱坑指南】

    基于Blinker的小爱同学语音控制ESP8266 前些天在使用esp8266时遇到很多小爱不能控制设备问题,现在来叙述我控制过程中所遇到的问题,以及到完整的小爱能成功控制Esp8266的过程. 1. ...

  8. CV脱坑指南(二):ResNet·downsample详解

    到这儿来-(feat.美丽的嫦娥姐姐 嗯经过了一周的实(mo)践(yu)之后,打算还是给ResNet出个续集 毕竟downsample这一块儿实在是挺费解的 其中ResNet出现的downsample ...

  9. 脱坑指南:Vant选择器没有确认按钮和标题?!的解决办法

    文章目录 问题描述 解决方法! 在van-picker标签中加入 show-toolbar!!! 问题描述 项目用了vant选择器,代码怎么看都觉得没有问题,就死活不出确认取消按钮和标题,找bug找到 ...

最新文章

  1. Winform开发的界面处理优化
  2. iOS翻页视图控制器UIPageViewController的应用
  3. visual studio installer正在提取文件_并非危言耸听,赶紧检查自己网盘内的私密文件...
  4. YTKNetwork使用application json方式传递参数
  5. iOS控件之UILabel
  6. PagedList.Mvc只有一行时不显示分页
  7. Redis 五种数据结构以及三种高级数据结构解析以及使用
  8. SIGIR 2021 | 推荐系统中的自监督图表征学习
  9. 【Linux】一步一步学Linux——cksum命令(235)
  10. 机械硬盘 mysql调优_【MYSQL】使用RAID增加传统机器硬盘的性能
  11. 360互联网技术训练营第七期 -“遇见”PIKA
  12. gba徽章机器人_《徽章机器人》倒计时网站开启 20周年纪念插画欣赏
  13. linux 2.6 内核的移植
  14. PDF编辑软件如何编辑PDF文件
  15. 哪吒之魔童降世视听语言影评_《哪吒之魔童降世》成功的要素与视听语言
  16. linux office 永中,永中Office Linux版
  17. 同时安装 TensorflowPytorch
  18. OVQQ框架-一个免费的QQ机器人框架
  19. 《边境之地》僵尸游戏大作公布
  20. 网传鸿蒙系统测试版pS,鸿蒙系统测试版3.0-鸿蒙系统app测试版3.0安卓v3.0下载-pszxw下载站...

热门文章

  1. 万字长文教你如何做需求分析,建议收藏
  2. 论企业销售管理的重要性
  3. Kafka系列之:延时队列
  4. 那些触动人心的产品细节
  5. 开源 API 管理工具 v 1.6.0 发布:切换 tab 不再担心数据丢失
  6. 【向上取整/向下取整】C语言向上或向下取整 函数
  7. 买了一个 RTL2832U 玩,听听电台广播,接收附近无线信号
  8. 第八章:Scipy-色彩聚类提取
  9. 记一次美团外卖推送报文丢失
  10. 使用querybuilder做忽略大小写查询的例子