- 博客(6)
- 收藏
- 关注
原创 Python模拟查询2020天津考研成绩
1.找到成绩查询地址111.160.75.143:9081/KWService/cjcx_G02.do2.控制台发现进行了302重定向根据经验,考试院的查询系统应该都是一样的所以找到了“2020年天津市普通高校招生艺术类专业统考成绩查询”果然是这样的,发现里面就两个js文件,一个是用于验证码,一个是检验信息是否正确,由此推断考研成绩查询页面也应该有两个js,然后访问http:/...
2020-02-13 11:48:36 1718 5
转载 Android 跳转到拨号界面如何自动填写手机!
、跳转到拨号界面,代码如下: 1)直接拨打12Intent intentPhone = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phoneNumber));startActivity(intentPhone); 2)跳转到拨号界面123Intent intent = newIntent(Intent.ACTION_DIAL,Uri....
2018-06-25 14:55:36 2036
原创 mplicitly using the default locale is a common source of bugs: Use String.format(Locale, ...)
学习中遇到这个问题!as警告mplicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) 在String.format(Locale.CHINA,"……加上如下代码即可Locale.CHINA,@Overridepublic void onLocationChange...
2018-06-03 21:42:14 7307 1
转载 关于错误:android.widget.Toolbar无法转换为android.support.v7.widget.Toolbar
原因是导入库错误,删掉import android.widget.Toolbar;增加import android.support.v7.widget.Toolbar;
2018-06-01 16:10:13 6230 6
原创 Snackbar
在使用Snackbar时 sbar = Snackbar.make(findViewById(R.id.root),"",Snackbar.LENGTH_SHORT); case R.id.btnPlace:// sbar.setText("选择地图应用打开");// sbar.show();findViewById(R.id...
2018-05-29 21:24:04 522
原创 java.lang.RuntimeException: Unable to start activity ComponentInfo{}java.lang.ClassCastException: co
package com.xylophone.twenty_one;import android.app.DatePickerDialog;import android.app.TimePickerDialog;import android.icu.util.Calendar;import android.os.Build;import android.os.Bundle;import...
2018-05-27 18:33:15 1023
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人