ZealYoung
ZealYoung
全部文章
Problem...
C++Code(4)
Computer Network(3)
Computer Organization(6)
Coursera(30)
Daily Records(17)
Data Structure(5)
Geek(1)
IRON PKU(2)
Notes on Algorithm(25)
Operating Systems(5)
PTA(34)
Thinking in Algorithm(10)
Unsolved(1)
算法思想(1)
自学之道(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
ZealYoung Blog
一直如我,永远生长~
全部文章
/ Problems&Solutions
(共6篇)
CLion CMake环境配置问题
报错 The CMAKE_C_COMPILER: /usr/local/Cellar/gcc/11.2.0/bin/gcc-11 is not a full path to an existing compiler tool. 问题的解决思路很简单 就是将CMake的路径重新设置,在CLion...
C++
2022-03-12
0
407
Visual Studio 2017 多源文件同时编译,及C Primer Plus代码无法运行的解决办法。
步骤如下: 1、新建项目,选择【Windows桌面向导】 2、选择建立【控制台应用程序】,选后只选择【空项目】,去选【安全开发生命周期检查(SDL)】 (否者会出现 已完成生成项目“.vcxproj”的操作 - 失败) 3、使用.c后缀,并且多个.c文件时,一起编译后,调试即可运行。 ...
2022-03-03
0
401
PTA 1027 Colors in Mars(读懂题目意思很重要!!)
题目描述如下: 1027 Colors in Mars (20 point(s)) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a co...
2022-03-03
0
385
Win10 更新后,移动硬盘无法正常弹出,提示设备被占用(已解决)
问题起因 不清楚什么时候开始的,应该是升级到专业版之后,然后版本升级为1909。 从那之后,每次插入硬盘,都会自动打开(也就是自动播放,autoplay),而问题也正是出现在此。 根治的方法 直接关闭“自动播放”。 位置在: Win → 设置 → 设备 → 自动播放 (默认开启,点击关闭...
2022-03-03
0
904
关于Flask通过局域网访问(局域网内任意设备通过ip:port访问)
0.0.0.0 flask 在0.0.0.0这个ip上运行,可以监听所以外部的请求,但是,得知道flask运行程序所在的ip是什么才行。 一把,家用路由器的ip是172.16.x.1或192.168.x.1之类,而这个地址是通往路由器的,与上面说的局域网访问无关。 内网ip 一般可以在路...
2022-03-03
0
1182
解决raw.githubusercontent.com无法解析等导致的各种安装问题(DNS被污染)
很多涉及Github的安装问题,都会因为raw.githubusercontent.com无法解析而导致无法下载等问题, 比如: sudo rosdep init ERROR: cannot download default sources list from: https://raw.gith...
2022-03-03
0
1863