首页 > TAG信息列表 > 帮帮忙

android studio 导入别人的项目求助,求各位帮帮忙

  ERROR: Failed to resolve: com.android.support:support-v4:26.0.0-alpha1 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app ERROR: Failed to resolve: com.android.support:recyclerview-v7:26.0.0-alpha1 Add G

师兄帮帮忙 UVa12412 一个简单的成绩查询问题

师兄帮帮忙 UVa12412 题目要求代码部分 题目要求 请自行查阅。 代码部分 用线性结构实现。 #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <ctype.h> #include <iostream> #include <vector> #include <algorithm>

熟悉seaborn的大佬帮帮忙!

如图,seaborn的kdeplot画出来的图,plt.xscale(“log”),plt.yscale(“log”)以后,这个图就不封闭了,不太懂,有没有大佬指点一下,谢谢!

求Java转换流问题,各位大神帮帮忙

代码: private static void readerUTF8()throws IOException { InputStreamReader isr = new InputStreamReader(new FileInputStream(“src\IOTest\utf83.txt”),“utf-8”); int len = 0; while( (len = isr.read()) != -1) { System.out.print((char)len);// } } 输出

2021-01-01

我这个是怎么回事?麻烦看见的大佬帮帮忙!