首页 新闻 赞助 找找看
2
回答数

待解决问题 40 小程序的wx.downloadFile的downloadFile:fail downloadFile protocol must be http or https"

ViewFile:function(e){ let url = e.currentTarget.dataset.url; console.log(url); let that=this; if (ur
0
回答数

待解决问题 60 android的build.gradle

apply plugin: 'com.android.application'android { compileSdkVersion 26buildToolsVersion "29.0.2"defau
2
回答数

待解决问题 15 Java中的随机数

java中产生随机数的代码是Math.random(),Api写着这样产生的随机数是【0,1)。 要产生一个[a,b]之间的整数的方法是(int)(a+Math.random()*(b-a+1))这个
3
回答数

已解决问题 50 java中无法调用方法

public class Book { private String bookname,author,press; private double money; //通过构造方法实现属性赋值 publi
2
回答数

待解决问题 c语言数组问题

删除字符s中所有数字字符,空的是要填空的。 void dele(char *s) { in n=0,i; for(i=0;s[i];i++) if( ) //if(s[i]>='0'&&s[i]<='
1
回答数

待解决问题 c语言指针指针

#include <stdio.h> int main(){ int a = 100, b = 999, temp; int *pa = &a, *pb = &b; printf("a=%d, b=%
0
回答数

待解决问题 c语言中从键盘上读入一堆字母数字

#include<stdio.h>int main(){int x=0,y=0,z=0;char ch;ch=getchar();while(ch!='\n'){if(ch>=65&&ch<=90 |
3
回答数

待解决问题 30 eclipse问题

Multiple markers at this line - The method Restangle(double, double) of type Shape must override or
2
回答数

待解决问题 用c语言编写一个分子分母的最简式

#include<stdio.h>int main(){ int a,b,c,*d=0,*e=0; scanf("%d/%d",&a,&b); if(b==0)printf("no"); else i
6
回答数

已解决问题 java中我new一个对像,而且想传一个字符和一个数字,怎么办

随便new一个 Person c =new Person()这时候我想再括号中传进一个字符和一个数字, Person c =new Person(a,1)像这样的,但编译无法转为String类型的,怎
2
回答数

已关闭问题 30 jar 怎么弄

我知道在命令窗口打jar -cvf **.jar *.* 但结果只把我当前目录的文件弄进jar,子目录没弄进去。 我试着在这子目录弄一个jar,但显示没有。 我当前目录有java文件还有一个com目录
4
回答数

已解决问题 自己写的,求101到200的质数,但求不了,不知那错了,输出的都是从101数到200

public class zhishu { public static void main (String[] args) { for(int i = 101; i <= 200; i++) { fo
2
回答数

已解决问题 。输出没结果

public class zhishu { public static void main (String[] args) { for(int i = 101; i <= 200; i++) { bo