码迷,mamicode.com
首页 >  
搜索关键字:android build ota    ( 116646个结果
win10 openpose vs2015 cmake build
win10 openpose vs2015 cmake build Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.19042. CMAKE_VERSION = 3.20.0 Building with CUDA. ...
分类:Windows程序   时间:2021-04-06 14:39:49    阅读次数:0
GitLab CI/CD入门
在项目的根目录下放置.gitlab-ci.yml文件来达到持续集成和部署的目的。 .gitlab-ci.yml被runner进程读取,从而完成CI/CD的任务。默认情况下有三个阶段的流水线阶段:build、test、deploy。 简而言之,具体的CI所需要的步骤就两步: 添加.gitlab-ci. ...
分类:其他好文   时间:2021-04-06 14:19:41    阅读次数:0
311-STM32+Air724UG基本控制篇(自建物联网平台)-加密通信测试-Android以SSL单向认证方式连接MQTT服务器(不验证服务器证书)
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/my.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifram ...
分类:移动开发   时间:2021-04-06 14:13:51    阅读次数:0
MyBatis学习
MyBatis 官方文档:https://mybatis.org/mybatis-3/ Github:https://github.com/mybatis/mybatis-3 Maven仓库: <!-- https://mvnrepository.com/artifact/org.mybatis/m ...
分类:其他好文   时间:2021-04-05 12:36:13    阅读次数:0
XWAF安装遇到的坑
存在的问题:需要的编译环境没有安装配置好的话出现下面的问题: 1、error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudi ...
分类:其他好文   时间:2021-04-05 12:34:37    阅读次数:0
linux第一次部署gin项目记录
windows开发gin项目,最后生成linux 可以直接运行的文件 1.vs code 终端运行: PS L:\ginProject>set GOARCH=amd64PS L:\ginProject> set GOOS=linuxPS L:\ginProject> go build -o test ...
分类:系统相关   时间:2021-04-05 12:11:44    阅读次数:0
JDBC原生操作
JDBC 原生JDBC package com.jdbc.test; import com.jdbc.model.Person; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedSt ...
分类:数据库   时间:2021-04-05 12:11:30    阅读次数:0
m端访问pc端 让跳到对应m端
function isMobile(){ if( navigator.userAgent.match(/Android/i)|| navigator.userAgent.match(/webOS/i)|| navigator.userAgent.match(/iPhone/i)|| navigato ...
分类:其他好文   时间:2021-04-02 13:34:15    阅读次数:0
Android基础-Activity生命周期
状态说明: onCreate(生成) onStart(启动) onResume(恢复) onPause(暂停) onStop(停止) onDestroy(销毁) onRestart(重新启动) 生命周期的流程 对于单个Activity的生命周期 1.正常启动的时候onCreate-->onStart ...
分类:移动开发   时间:2021-04-02 13:25:51    阅读次数:0
Android 调用相册返回路径以及返回Uri的总结
今天在做调取相册返回的时候, 出现一种新型的类型, 也许是我以前没碰到过这种类型吧.如下 content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2 ...
分类:移动开发   时间:2021-04-02 13:09:59    阅读次数:0
116646条   上一页 1 ... 31 32 33 34 35 ... 11665 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!