摘要:
代码: 发送 Intent intent = new Intent(this, MainActivity2.class);//创建一个新的包裹,类似sessoinBundle bundle = new Bundle();int user_id = mHelper.findid(user_name); 阅读全文
posted @ 2023-03-06 23:01
实名吓我一跳
阅读(26)
评论(0)
推荐(0)
摘要:
第一种方式 Intent intent = new Intent();intent.setClass(this,MainActivity3.class);startActivity(intent); 第二种方式 Intent intent = new Intent();intent.setClass 阅读全文
posted @ 2023-03-06 22:58
实名吓我一跳
阅读(38)
评论(0)
推荐(0)
摘要:
今天上午上了工程数学,学的主要是搜索,学到了0.618直接搜索,还有一些其他的搜索,就是有点听不懂,然后下午上了建民老师的课,了解了一个优秀程序员的素质,然后对于Andriod Studio的应用,我应该可以完成建民老师的要求了,困扰我的主要问题是数据库的不共享,解决方法,删掉那个代码,我学的很懵, 阅读全文
posted @ 2023-03-06 22:50
实名吓我一跳
阅读(18)
评论(0)
推荐(0)
摘要:
一:题目描述: 二:代码实现 public class test { public static void main(String[] args) throws IOException { String Str=""; File file = new File("src/main/resources 阅读全文
posted @ 2023-03-06 15:04
实名吓我一跳
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号