#1.团队名称、团队成员介绍 ##黄力强(组长) 带带带带...带佬 ##陈汉煜(组员) 划水.gif #2.Gitee部分 项目git地址:https://gitee.com/alpha-beta2001/java-code/tree/master/PlaneWar 提交记录:https://gi ...
分类:
编程语言 时间:
2021-01-29 12:07:13
阅读次数:
0
1. 首先打开Xcode11,然后使用command + shift + n 快捷键创建一个新的工程 选择 Single View App 完成之后点击next 2. 会弹出 Choose options for your new project 的页面 以此填写 Product Name 、 Or ...
分类:
移动开发 时间:
2021-01-29 11:56:11
阅读次数:
0
原文地址:https://www.cnblogs.com/chevin/p/5683281.html 一、使用mysqldump导出/导入sql数据文件 二、使用infile/outfile导入/导出txt/csv数据文件 ———————————————-库操作———————————————-1.① ...
分类:
数据库 时间:
2021-01-29 11:47:21
阅读次数:
0
原文 https://github.com/bitcoin/bitcoin/blob/master/src/test/README.md 基本情况 使用语言为Python,通过如下文件执行 test/functional/test_runner.py 单元测试源代码的目录为: /src/test/ ...
分类:
其他好文 时间:
2021-01-29 11:43:00
阅读次数:
0
Code Structure 代码结构 命名保持规范,驼峰命名。 Boolean方法,起名要以"is" / "has"开头。 方法名称要是动词。 ...... Design Principles 设计原则 Apply the Single-Responsibility principle to in ...
分类:
其他好文 时间:
2021-01-28 12:20:52
阅读次数:
0
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2021-01-28 12:14:24
阅读次数:
0
spark 从数据库中读取数据的几种方式,以Mysql 为例 创建spark val spark = SparkSession.builer().appName("用户标签").master("local[*]").getOrCreate() val url = "jdbc:mysql://数据库地 ...
分类:
数据库 时间:
2021-01-27 13:56:39
阅读次数:
0
mac安装homebrew失败怎么办? 根据官网介绍的安装方式 https://brew.sh/index_zh-cn /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-01-27 13:25:07
阅读次数:
0
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:
系统相关 时间:
2021-01-26 12:01:22
阅读次数:
0
周末学习相关技术站,看到了memcched,那就看下和redis区别吧 redis和memcached的区别 Redis和Memcached都是将数据存放在内存中,都是内存数据库,不过memcache还用于缓存其他东西,例如:图片、视频等等 Redis不仅仅支持简单的k/v类型的数据,同时还提供li ...
分类:
系统相关 时间:
2021-01-26 11:45:03
阅读次数:
0