前期数据准备 通过程序往数据库插入 50w 数据 数据表: CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `time_date` datetime NOT NULL, `time_timestamp` timestamp N ...
分类:
数据库 时间:
2020-07-18 16:02:17
阅读次数:
70
给Xcode命令行工具指定路径 sudo xcode-select --switch /Applications/Xcode.app 其他命令参考 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ //查 ...
分类:
其他好文 时间:
2020-07-18 15:36:16
阅读次数:
87
只有csr没有crt,每次创建新的证书的时候都报错失效日期错误,只有请求证书信息没有生成证书信息
分类:
其他好文 时间:
2020-07-18 11:40:11
阅读次数:
104
最近在学习中使用idea进行代码开发,有时候为了方便会在类路径下添加一些文件,但是编译后发现在target文件下竟然会没有,简单说就是没有把类路径下的文件同步到target路径下,遇到这种情况需要在pom.xml下加一些配置 <build> <resources> <resource> <direc ...
分类:
其他好文 时间:
2020-07-18 11:28:39
阅读次数:
144
1. We need to build the environemnt for the deepctr first pip install -U deepctr_torch 2. The current version is not supported by torch 1.5.0, we need ...
分类:
其他好文 时间:
2020-07-18 00:41:06
阅读次数:
80
路飞项目环境搭建 1 pip换源 %APPDATA% 来到C:\Users\oldboy\AppData\Roaming 创建一个pip文件夹 新建一个文件pip.ini 写入 [global] index-url = http://pypi.douban.com/simple [install] ...
分类:
其他好文 时间:
2020-07-17 22:16:11
阅读次数:
63
我在月初接入了uwa的性能测试SDK,需要提交一个development build的游戏安装包给uwa进行真人真机测试,本文说下如何判断安装包是否为development build。 直观上判断 如果是development build模式打包出来的安装包,在游戏的画面的右下角会有develop ...
分类:
编程语言 时间:
2020-07-17 22:11:00
阅读次数:
204
1、官网下载地址:https://github.com/alibaba/DataX DataX 是阿里巴巴集团内被广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、TableStore(OTS)、MaxC ...
分类:
其他好文 时间:
2020-07-17 22:02:27
阅读次数:
140
部署kube-dns https://console.cloud.google.com/gcr/images/google-containers/GLOBAL #kube-dns镜像下载地址 kube-dns简介 kube-dns 的 pod 中包含了 3 个容器,分别是: 1、kube-dns:提 ...
分类:
其他好文 时间:
2020-07-17 19:19:07
阅读次数:
70
部署kube-dns https://console.cloud.google.com/gcr/images/google-containers/GLOBAL #kube-dns镜像下载地址 kube-dns简介 kube-dns 的 pod 中包含了 3 个容器,分别是: 1、kube-dns:提 ...
分类:
其他好文 时间:
2020-07-17 16:11:24
阅读次数:
55