1.点击launcher图标 LauncherApp.onClick-> onClickAppShortcut()->startAppShortcutOrInfoActivity()->launcher.startActivitySafely() Activity.startActivity->st ...
分类:
移动开发 时间:
2020-05-25 19:15:49
阅读次数:
86
使用注解的时候再service层的两个方法中分贝添加了@Scheduled注解和@Transactional注解,启动项目时报错,报错信息为: log4j:WARN Please initialize the log4j system properly.log4j:WARN See http://l ...
分类:
其他好文 时间:
2020-05-25 17:24:16
阅读次数:
89
1.添加依赖 <dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-support-oauth-webflow</artifactId> <version>${cas.version}</version> </de ...
分类:
其他好文 时间:
2020-05-25 15:25:04
阅读次数:
153
Car model and year: Porsche 996 Purpose: Reset airbag light I was taking out the seats for some nice Recaros and at one point did not have the seat be ...
分类:
其他好文 时间:
2020-05-25 12:36:43
阅读次数:
65
参考:https://support.huaweicloud.com/bpicg-bms/bms_03_0031.html add_drivers+="ahci megaraid_sas mpt3sas scsi_transport_sas hisi_sas_main hisi_sas_v3_hw ...
分类:
其他好文 时间:
2020-05-25 12:18:02
阅读次数:
66
一、工具 https://developer.android.google.cn/studio?hl=zh-cn Android Studio ...
分类:
移动开发 时间:
2020-05-25 12:04:56
阅读次数:
82
客户端(Client):移动应用(iOS、android等应用) 服务器(Server):为客户端提供服务、提供数据、提供资源的机器 请求(Request):客户端向服务器索取数据的一种行为 响应(Response):服务器对客户端的请求做出的反应,一般指返回数据给客户端 https://blog. ...
分类:
其他好文 时间:
2020-05-25 00:30:03
阅读次数:
82
今天做了一下关于天气方面的东西。下面简单展示一下布局和实验代码(主要的问题。是关于github的时间托管问题): 明天后天。主要看一下自己的那本书(第一行代码)里面有这个天气的项目。对其进行更深的掌握。 package com.hbweather_2.android; import android. ...
分类:
其他好文 时间:
2020-05-25 00:27:52
阅读次数:
60
这里需要介绍一个伴随着GraphicBuffer的Fence,包括Fence的诞生,Fence的处理。 在前面介绍Surface的时候,提到过Surface会通过BufferQueueProducer申请GraphicBuffer,用作显存,所以我们这里看一下BufferQueueProducer/ ...
分类:
移动开发 时间:
2020-05-24 16:38:11
阅读次数:
76
Android在应用中直接使用surface的场景不多见,一般我们使用SurfaceView,通过SurfaceView.SurfaceHolder.getSurface来间接得到Surface。这条路径比较长。首先必须有SurfaceView,SurfaceView必须添加到窗口上才会显示,并得到 ...
分类:
移动开发 时间:
2020-05-24 16:33:48
阅读次数:
111