摘要:
1、TAG框架 TAG框架指的是 Target, Action, Goals。它的目的是帮助提问者明确自己希望从对话中获得的结果。通常通过这三个元素来制定更具方向性的提问: T (Target):你想要解决的问题或主题是什么? A (Action):你希望采取什么行动或步骤? G (Goals):你 阅读全文
摘要:
My browser was working for a bit then suddenly I got this: This page isn’t working right now cn.bing.com redirected you too many times. To fix this is 阅读全文
摘要:
以下为错误代码 public class firstClass { public static void main(String[] args) { byte num1 = 1; short num2 = 2; int num3 = 3; long num4 = 4L; //转换byte short 阅读全文
摘要:
下面的代码问题是因为把6、7行写反了,互换一下即可。 因为是要先把用用户需要打印的结果运行出来,然后再利用导入的scanner包,进行if判断。 1 import java.util.Scanner; 2 3 public class firstClass { 4 public static voi 阅读全文