whcyaaa
码龄8年
求更新 关注
提问 私信
  • 博客:17,670
    17,670
    总访问量
  • 46
    原创
  • 10
    粉丝
  • 329
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
加入CSDN时间: 2018-12-05
博客简介:

qq_43977749的博客

查看详细资料
个人成就
  • 获得22次点赞
  • 内容获得5次评论
  • 获得20次收藏
  • 博客总排名809,015名
创作历程
  • 1篇
    2024年
  • 4篇
    2022年
  • 1篇
    2021年
  • 25篇
    2019年
  • 15篇
    2018年
成就勋章
TA的专栏
  • BUG
    5篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 14

TA参与的活动 0

兴趣领域 设置
  • 前端
    vue.js
  • 后端
    spring
创作活动更多

芯创视界・嵌入式视频创作征集大赛

嵌入式工程的价值,藏在每一次硬件调试、代码迭代与项目落地之中。 让我们因热爱相聚,用镜头与一众开发者互通心得、彼此启发,记录下探索的每一步,分享思路与经验。 让更多人看见嵌入式开发的魅力,也让每一次创作成为推动技术传播与社区成长的力量。 ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/0d445ffce72b42f997aaf1b030a652aa.png#pic_center)

18人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

关于笔记本电脑屏幕插上电源后一直闪烁而拔掉电源就不闪的问题

电脑出现这个问题已经一个多月了,关于这个问题我询问了电脑卖家,他说可能是电脑用久了或电脑周围有大功率电器使用造成干扰,也在网上查询了相关问题,都无法解决,今天在网上发现一个方法:先拔掉电源,然后在电脑上找到关于屏幕亮度的设置后再插上电源,最后把屏幕亮度拉到最大就可以了,我试了一下,没想到还真可以,好神奇。
原创
博文更新于 2024.01.06 ·
4953 阅读 ·
14 点赞 ·
3 评论 ·
15 收藏

运行renren-fast后台管理系统 报错:java:找不到符号

renren-fast:默认maven版本是 1.18.4.将版本调高为1.18.14即可解决
原创
博文更新于 2022.05.10 ·
521 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

解决:java.sql.SQLException: Access denied for user ‘‘@‘localhost‘ (using password: YES)

在浏览器输入地址后,idea出现java.sql.SQLException: Access denied for user ‘’@‘localhost’ (using password: YES)类似的报错,但是navicat可以正常连接服务器上docker安装的mysql。在网上找了许多资料,大多都是关于用户权限不够需要修改权限的。最后找了好久,在一篇文章的评论区找到了答案;我将username写成了name(看了几遍配置文件都没有发现)而且貌似以前也有这样的小错误,特此记录下来!...
原创
博文更新于 2022.05.09 ·
2063 阅读 ·
2 点赞 ·
0 评论 ·
1 收藏

application so that it contains a single, compatible version of com.google.gson.GsonBuilder 报错解决办法

启动eureka-server模块报错(Gson包冲突):Description:An attempt was made to call a method that does not exist. The attempt was made from the following location: java.lang.invoke.MethodHandleNatives.resolve(Native Method)The following method did not exist:
原创
博文更新于 2022.05.09 ·
546 阅读 ·
3 点赞 ·
1 评论 ·
0 收藏

springboot项目启动不报错但是无法访问地址

在学习SpringCloud时,其中一个服务启动没有报错,但是无法访问地址,也没有注册信息到Nacos中,在网上找了许多答案都不行,最后找到一篇关于spring-boot-starter-web依赖缺少的文章,去查看自己服务的依赖,果然缺少依赖,加上spring-boot-starter-web依赖后成功解决参考文章:https://www.cnblogs.com/jpfss/p/10765636.html...
原创
博文更新于 2022.05.09 ·
1355 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Vue跨域问题

跨域出现:Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, weapp, https.在网上查了许多资料都没有用,最后找到一个说是将请求的域名不是以http开头的,于是在请求的域名和接收请求的域名前都加上了http://,最后问题成功解决。...
原创
博文更新于 2021.08.12 ·
180 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

寒假训练4I

One of the first users of BIT’s new supercomputer was Chip Diller. He extended his exploration ofpowers of 3 to go from 0 to 333 and he explored taking various sums of those numbers.“This supercompu...
原创
博文更新于 2019.01.25 ·
226 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

ACM新生训练题

问题链接:第三题:https://vjudge.net/problem/CodeForces-266A问题分析:首先定义一个字符数组,数组内的个数由输入的整型数n决定,然后逐个访问数组内的字符,从左到右,如果第n个与第n+1个字符相等,则辅助变量s++(最开始的s=0),最后输出s的最后结果。AC通过的c++程序代码:#include<iostream>using namesp...
原创
博文更新于 2018.12.07 ·
158 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

hdu 2612

问题链接:https://cn.vjudge.net/problem/15717/origin用bfs记录两个人到每个KFC的距离之和,取最小值即可#include<iostream>#include<cstdio>#include<cstring>#include<string>#include<queue>#includ...
原创
博文更新于 2019.08.04 ·
137 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

poj 2251

链接:https://cn.vjudge.net/problem/15203/originBFS入门经典题#include<iostream>#include<cstdio>#include<cstring>#include<string>#include<queue>using namespace std;struct ...
原创
博文更新于 2019.08.04 ·
128 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

poj 1321

问题:https://cn.vjudge.net/problem/15202/origindfs入门简单题AC代码:#include<iostream>#include<cstring>#include<string>using namespace std;typedef long long ll;int n,m,res,ans;char p[...
原创
博文更新于 2019.08.04 ·
131 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

HDU 1233最小生成树 prim算法

某省调查乡村交通状况,得到的统计表中列出了任意两村庄间的距离。省政府“畅通工程”的目标是使全省任何两个村庄间都可以实现公路交通(但不一定有直接的公路相连,只要能间接通过公路可达即可),并要求铺设的公路总长度为最小。请计算最小的公路总长度。Input测试输入包含若干测试用例。每个测试用例的第1行给出村庄数目N ( < 100 );随后的N(N-1)/2行对应村庄间的距离,每行给出一对正整数...
原创
博文更新于 2019.04.14 ·
209 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

hdu 1002 大数相加

I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.InputThe first line of the input contains an integer T(1<=T<=20) which means the num...
原创
博文更新于 2019.04.06 ·
168 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

BZOJ 2456 求众数

给你一个n个数的数列,其中某个数出现了超过n div 2次即众数,请你找出那个数。Input第1行一个正整数n。第2行n个正整数用空格隔开。Output一行一个正整数表示那个众数。Sample Input53 2 3 1 3Sample Output3这题有点意思,内存限制只有1M,网上普遍都是这种方法#include<cstdio>using namespa...
原创
博文更新于 2019.04.01 ·
171 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

矩阵快速幂+斐波拉契数列

Problem Description众所周知,斐波那契数列F(1)=1,F(2)=1,F(n)=F(n-1)+F(n-2),(n>2);现在令A[i]=F[i]*2^i。Input多组测试数据。每组测试数据为一个n。(n<=1e12)Output输出A[n]的值。结果对1e9+7取模。Sample Input1234Sample Output2416...
原创
博文更新于 2019.03.19 ·
214 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

寒假训练3J

POJ - 1611Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmission to others, the best strat...
原创
博文更新于 2019.01.28 ·
180 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

寒假训练10H

HDU - 1541Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star be an amount of the stars that are not ...
原创
博文更新于 2019.01.28 ·
186 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

寒假训练10G

Today is Ignatius’ birthday. He invites a lot of friends. Now it’s dinner time. Ignatius wants to know how many tables he needs at least. You have to notice that not all the friends know each other, a...
原创
博文更新于 2019.01.28 ·
182 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

寒假训练5H

定义一个二维数组:int maze[5][5] = {0, 1, 0, 0, 0,0, 1, 0, 1, 0,0, 0, 0, 0, 0,0, 1, 1, 1, 0,0, 0, 0, 1, 0,};它表示一个迷宫,其中的1表示墙壁,0表示可以走的路,只能横着走或竖着走,不能斜着走,要求编程序找出从左上角到右下角的最短路线。Input一个5 × 5的二维数组,表示一个迷...
原创
博文更新于 2019.01.28 ·
150 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

寒假训练8I

今年暑假杭电ACM集训队第一次组成女生队,其中有一队叫RPG,但做为集训队成员之一的野骆驼竟然不知道RPG三个人具体是谁谁。RPG给他机会让他猜猜,第一次猜:R是公主,P是草儿,G是月野兔;第二次猜:R是草儿,P是月野兔,G是公主;第三次猜:R是草儿,P是公主,G是月野兔;…可怜的野骆驼第六次终于把RPG分清楚了。由于RPG的带动,做ACM的女生越来越多,我们的野骆驼想都知道她们,可现在有N多人,...
原创
博文更新于 2019.01.24 ·
180 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多