摘要: 一开始,我用的是android studio3.1,碰到Get “.gradle”的问题。解决方法是https://www.zhihu.com/question/37810416。在project中的build.gradle添加 Gradle sync failed: Could not find 阅读全文
posted @ 2018-04-09 12:17 笨笨coding 阅读(597) 评论(0) 推荐(0)
摘要: http://www.visionbib.com/bibliography/contents.html 阅读全文
posted @ 2018-01-23 17:02 笨笨coding 阅读(179) 评论(0) 推荐(0)
摘要: 直接输出,是会乱码的,得先解码,再编码。 参考网址:http://blog.csdn.net/devil_2009/article/details/39526713 阅读全文
posted @ 2018-01-20 18:05 笨笨coding 阅读(3434) 评论(0) 推荐(0)
摘要: 使用波浪键的时候会输出>或<。 解决办法:http://atodorov.org/blog/2015/04/30/fixing-tilde-and-function-keys-mapping-for-macbook-air-on-linux/ 在终端输入:echo 0 > /sys/module/h 阅读全文
posted @ 2017-12-25 21:15 笨笨coding 阅读(449) 评论(0) 推荐(0)
摘要: Please run $ source /opt/anaconda/bin/activate root $ source /opt/anaconda/bin/deactivate rootto activate and deactivate the anaconda enviroment. pych 阅读全文
posted @ 2017-12-20 14:22 笨笨coding 阅读(430) 评论(0) 推荐(0)
摘要: 出错信息: ==> Creating package "anaconda"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTRE 阅读全文
posted @ 2017-12-19 21:23 笨笨coding 阅读(1644) 评论(0) 推荐(0)
摘要: 1。Targets, Prerequisites, Commands Targets: 大意是生成的可执行文件。 Prerequisites: 生成可执行文件的目标文件或C 语言源文件。 Targets和Prerequisites应该不是固定的,只是相对的。Prerequisites是Targets 阅读全文
posted @ 2017-12-19 21:12 笨笨coding 阅读(634) 评论(0) 推荐(0)
摘要: 解决方法:https://videoconverter.wondershare.com/vlc/flv-not-displaying-video-vlc-media-player.html。 在preference 中的video选项把output调到opengl或x11什么的都可以,automat 阅读全文
posted @ 2017-12-19 16:46 笨笨coding 阅读(2638) 评论(0) 推荐(0)
摘要: 解决方法:https://forum.manjaro.org/t/no-sound-solved/3517 LOL i feel like such a noob. Fixed my problem after searching these forums and found this thread 阅读全文
posted @ 2017-12-19 13:55 笨笨coding 阅读(4222) 评论(0) 推荐(0)
摘要: 首先有两个.c文件:circle.c和circulararea.c。 分别对两个源文件生成目标文件,circle.o和circulararea.o。 gcc -c circle.c circularrea.c。 阅读全文
posted @ 2017-12-18 21:26 笨笨coding 阅读(218) 评论(0) 推荐(0)