比赛链接:https://pintia.cn/market/item/1371703238093053952 7-1 打印三角形拼图 (15 分) 题解 找规律。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::s ...
分类:
其他好文 时间:
2021-03-17 15:03:51
阅读次数:
0
一.jenkins容器已经启动起来了,但是浏览器打不开地址 1.查看容器日志, 是不是日志里已经抛错了 docker logs XXXX(容器id) 2.看看网络,确认一下你本机到宿主机的网络是不是通的 3.如果是在云上, 确认一下云上的安全组设置 有些云可能会把一些端口封掉, 你得打开 4.第四步 ...
分类:
其他好文 时间:
2021-03-17 15:03:06
阅读次数:
0
如何检测GPS有没有开启我是写在高德地图API接口中fail函数里的 openGps(){ let system = uni.getSystemInfoSync();// 获取系统信息 if (system.platform 'android') { // 判断平台 var context = pl ...
分类:
移动开发 时间:
2021-03-17 14:37:45
阅读次数:
0
下载Jenkins Control Plugin 地址 Intellij中设置Jenkins 其中Crumb Data请求方式为:http://URL/crumbIssuer/api/json?tree=crumb.返回中即包含指定数据,如: { "_class": "org.jenkinsci.p ...
分类:
其他好文 时间:
2021-03-16 14:02:35
阅读次数:
0
1. 引言 现在的应用开发层出不穷,基于浏览器的网页应用,基于微信的公众号、小程序,基于IOS、Android的App,基于Windows系统的桌面应用和UWP应用等等,这么多种类的应用,就给应用的开发带来的挑战,我们除了分别实现各个应用外,我们还要考虑各个应用之间的交互,通用模块的提炼,其中身份的 ...
分类:
其他好文 时间:
2021-03-16 12:03:30
阅读次数:
0
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-15 11:32:55
阅读次数:
0
PAT 2021 春季 甲级 7-1 Arithmetic Progression of Primes ...
分类:
其他好文 时间:
2021-03-15 11:19:56
阅读次数:
0
Jenkins详细教程 一、jenkins是什么? Jenkins是一个开源的、提供友好操作界面的持续集成(CI)工具,起源于Hudson(Hudson是商用的),主要用于持续、自动的构建/测试软件项目、监控外部任务的运行(这个比较抽象,暂且写上,不做解释)。Jenkins用Java语言编写,可在T ...
分类:
其他好文 时间:
2021-03-15 11:06:18
阅读次数:
0
APICloud 3.0发布了全翻译式跨平台App引擎Deep Engine3.0和多端开发框架AVM,开发者可以一个技术栈同时开发 Android & iOS 原生 App、小程序、H5和iOS 轻 App,强大的 Native渲染引擎为App&小程序提供了更出色的性能和体验。 我们鼓励开发者将自 ...
http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-10 13:26:07
阅读次数:
0