可以从网上搜索域名注册 关键词,进入域名注册提供商网站去注册自己想要的域名,看自己的情况选择购买合适价格的域名进行注册。
本人是在阿里云注册的域名,现在注册需要实名认证之后才能成功解析域名。否则在网站上输入自己的域名无法访问到ip地址,即打不开网站。
本人注册的域名解析的是解析至GitHub主机上。
GitHub pages 是一个静态网页托管平台,你可以把你制作的HTML静态网页通过git工具上传至GitHub代码仓库。
GitHub上的某个项目上设置你的自定义域名
在你的项目仓库下, 点击 **Settings **设置标签进入设置界面jaylin.top),之后点击 Save.按钮保存。 To check if your custom domain is supported, see “About supported custom domains.”HTTPS 协议. For more information, see “Securing your GitHub Pages site with HTTPS.”A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Flutter is an open-source project currently in beta.
1、前台进程:
用户交互的Activity,绑定到service的用户正在交互Activity,
startForground()的service,
托管正执行一个生命周期回调的 Service(onCreate()、onStart() 或 onDestroy(),
broadcast的正在执行onReceive()
2、可见进程
托管不在前台、但仍对用户可见的 Activity(已调用其 onPause() 方法)。例如,如果前台 Activity 启动了一个对话框,允许在其后显示上一 Activity,则有可能会发生这种情况。
托管绑定到可见(或前台)Activity 的 Service。
clik topic to see more…
上面的5种反编译相关的工具都是开源的。
最开始反编译工具是
dex2jar可以将dex转化成jar包,然后可以将jar通过jd-gui来转换。
发现这个过程需要两步才能完成,后来直接使用jadx将apk
1、视频是怎么创建的
2、视频怎么播放的
3、数据库升级策略
4、APP路线图
APP
|——HTPP请求
|——JSON
|——GSON
|——SQLite数据库存储
|——升级策略
|——图片加载
|——缓存机制
|——编码压缩
|——解码图片,参数的含义等
|——内存管理
|——RxJava响应式编程
|——注解自动生成代码
|——Android的Gradle配置说明
|——Gradle 3.0.0新依赖配置
|——Canvas画图API
|——Matrix用于图像变换
|——自定义Android View
|——多媒体技术
|——视频推流技术
|——视频录制
|——视频编辑处理技术
|——Material的新功能设计、动画设计
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets: