项目中使用的同一套代码,但需要开发多个app,app中内容基本上相同,只有一些小小的区别,例如名称等等,每个app中又需要分开发环境(Dev)、测试环境(Test)、正式环境(Pro)。 下面就开始搭建这样的配置: 第一步,对目标target进行复制(Duplicate) 如果当前项目为iPhone ...
分类:
移动开发 时间:
2019-08-14 17:05:31
阅读次数:
163
Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the arr ...
分类:
其他好文 时间:
2019-08-10 17:40:21
阅读次数:
92
Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] and the ...
分类:
其他好文 时间:
2019-08-10 17:01:29
阅读次数:
75
Given a fixed length array arr of integers, duplicate each occurrence of zero, shifting the remaining elements to the right. Note that elements beyond ...
分类:
其他好文 时间:
2019-08-10 10:08:31
阅读次数:
95
本系列主要讲解centos7系统下的k8s集群部署
分类:
其他好文 时间:
2019-08-08 18:53:10
阅读次数:
125
会判断主键或唯一键,存在就更新,不存在就插入 ...
分类:
数据库 时间:
2019-08-03 13:13:34
阅读次数:
110
1.问题描述 MySQL插入数据的时候报错,提示如下: IntegrityError: (1062, "Duplicate entry 'xx' for key 'xxxxx'")2.问题分析 根据错误提示我们可以大致得到以下信息: 1.IntegrityError表示这个字段在MySQL中的类型为 ...
分类:
数据库 时间:
2019-07-29 09:28:36
阅读次数:
152
一、部署环境 1、服务器规划 IP地址 主机名 CPU 内存 10.0.0.100 k8s-master01 2C 2G 10.0.0.101 k8s-node01 2C 2G 10.0.0.102 k8s-node02 2C 2G 2、Kubernetes 1.13包下载 所用到包的版本: 3、K ...
分类:
Web程序 时间:
2019-07-26 01:42:05
阅读次数:
208
这几天离职在家,正好没事可以疯狂的输出一下,本来想写DUBBO的源码解析的,但是发现写DUBBO源码的太多了,所以找一个写的不那么多的框架,所以就选中SOFARPC这个框架了。 SOFARPC是蚂蚁金服开源的一个RPC框架,相比DUBBO它没有这么多历史的包袱,代码更加简洁,设计思路更加清晰,更加容 ...
分类:
其他好文 时间:
2019-07-22 13:09:43
阅读次数:
83
1、主键不唯一:ERROR 1062 (23000) :Duplicate entry '1' for key 'PRIMARY' 2、不存在的外键:ERROR 1052 (23000) :Cannot add or update a child row : a foreign key constr ...
分类:
数据库 时间:
2019-07-21 16:44:57
阅读次数:
100