standard singleTop singleTask singleInstance 1.创建一个新的工程。Application name 叫做LaunchModeTest。 2.将MainActivity重构改名为FirstActivity。 3.在MainActivity对应的布局文件中创 ...
分类:
移动开发 时间:
2020-12-30 11:00:19
阅读次数:
0
1、搭建SVN服务器。
2、创建SVN仓库。
3、修改SVN仓库的配置文件。 ...
分类:
其他好文 时间:
2020-12-30 10:59:16
阅读次数:
0
最佳的UI体验——Material Design Material is a design system created by Google to help teams build high-quality digital experiences for Android, iOS, Flutter, ...
分类:
移动开发 时间:
2020-12-30 10:37:29
阅读次数:
0
Beta冲刺 (5/6)(2020/12/20-2020/12/23) 项目演示: 1.网页版: http://amoniaa.gitee.io/facemask-identify 2.Android版安装程序下载: 3.微信小程序版: 需要使用调试模式运行小程序(点击右上角->开发调试->打开调试 ...
分类:
其他好文 时间:
2020-12-29 11:36:42
阅读次数:
0
一:介绍 1.什么是git? 是一种用于协同开发的版本管理工具 2.git能干什么? 完成 协同开发 项目,帮助程序员整合代码 帮助开发者合并开发的代码 如果出现冲突代码的合并,会提示后 提交合并代码的开发者,让其解决冲突 2种Git软件:SVN、Git svn(集中式管理) git(分布式管理、协 ...
分类:
其他好文 时间:
2020-12-29 11:29:22
阅读次数:
0
版本控制:SVN 工作原理:客户端-服务端 一、发布项目(share project):将项目第一次发布到服务器(中央仓库)。 二、下载项目(检出项目、check out):将项目从中央仓库下载到本地。 三、提交(commit):将本地修改的内容同步到服务器(本地->服务器)。 编写一个小功能,下班 ...
分类:
其他好文 时间:
2020-12-28 10:58:36
阅读次数:
0
状态码用来告诉HTTP客户端,HTTP服务器是否产生了预期的回调数据. HTTP/1.1中定义了5类状态码, 状态码由三位数字组成,第一个数字定义了响应的类别 1XX 提示信息 - 表示请求已被成功接收,继续处理 2XX 成功 - 表示请求已被成功接收,理解,接受 3XX 重定向 - 要完成请求必须 ...
分类:
移动开发 时间:
2020-12-28 10:57:30
阅读次数:
0
<?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l ...
分类:
其他好文 时间:
2020-12-25 12:11:47
阅读次数:
0
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" and ...
分类:
其他好文 时间:
2020-12-25 11:58:52
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ ...
分类:
移动开发 时间:
2020-12-25 11:54:21
阅读次数:
0