摘要: cmd命令查看: javac -version查看编译版本为1.7,java -version查看java版本 ——不匹配 修改方法: https://blog.csdn.net/zhong12270107/article/details/80831746 阅读全文
posted @ 2019-08-27 14:50 游歌 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 问题:pyCharm打开后无法输入代码; 原因:安装pycharm时自动装了vimVim插件; 解决方法: 1. 输入前先按一下a键,即可正常输入; 2. tools—Vim emulator,将对勾去掉; 阅读全文
posted @ 2019-05-09 19:15 游歌 阅读(1535) 评论(0) 推荐(0) 编辑
摘要: 题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2019-03-24 16:25 游歌 阅读(191) 评论(0) 推荐(0) 编辑
摘要: OS实验——多线程实现生产者-消费者问题时,正确输入代码生成文件pthread.c,在终端运行: gcc编译:输入gcc -o pthread pthread.c 无法成功编译,错误提示如下: CSDN查找解决方案后,发现pthread库并不是Linux系统默认的库,链接时需要使用库libpthre 阅读全文
posted @ 2018-12-03 20:09 游歌 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: 在写体育分析项目时,采用由顶至下的方法: Ctrl+F5运行—— 定位错误—— CSDN查询—— https://blog.csdn.net/zhangkongzhongyun/article/details/27309593 使用文本编辑器Notepad++,可以显示所有的字符的——视图 -> 显 阅读全文
posted @ 2018-09-13 11:11 游歌 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 错误背景: 对txt生成词云; 错误代码: 错误提示: cannot open resource; 查找问题:没有对应字体的文件; 解决方案:网上下载微软雅黑MSYH.ttf 阅读全文
posted @ 2018-09-12 21:04 游歌 阅读(4233) 评论(1) 推荐(0) 编辑
摘要: 首先创建了一个简单的py项目; 编译报错: ——解决办法CSDN: https://blog.csdn.net/BeautyJingJing/article/details/80306731 文件名不可与wordcloud相同,将文件名改为 运行编译,出现错误提示: 估计为为安装第三方库matplo 阅读全文
posted @ 2018-09-12 20:31 游歌 阅读(4396) 评论(0) 推荐(0) 编辑