代码仓库创建规范 1、 项目创建需符合Group规范。 2、 创建项目必须添加Project description说明。 3、 每个项目都需要README.md文件。 4、 除文档说明类型仓库,所有代码仓库都需要.gitignore。 注:有模板的项目,要以统一的模板创建项目 Groups使用规范 ...
分类:
其他好文 时间:
2020-09-17 16:21:02
阅读次数:
28
GNU开发工具——Bochs模拟器一、Bochs简介1、Bochs简介Bochs是一款X86硬件平台的开源模拟器。VMware、VirtualPC、VirtualBox等虚拟机软件采用虚拟化技术,部分指令直接交给硬件执行,而Bochs模拟器完全靠软件模拟来实现,从启动到重启,包括PC外设键盘、鼠标、VGA卡、磁盘、网卡等全部由软件来模拟,因此Bochs模拟器非常适合开发操作系统,其自带bochsd
分类:
其他好文 时间:
2020-09-17 16:01:54
阅读次数:
23
使用airtest连接ios测试时,每次都要用xcode去编译运行WDA,很不方便,所以改用命令行 1.从github下克隆iOS-Tagent项目后,进入目录 2.xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgent ...
分类:
Web程序 时间:
2020-09-17 13:01:45
阅读次数:
43
""" Django settings for swiper project. Generated by 'django-admin startproject' using Django 1.11.15. For more information on this file, see https:// ...
分类:
其他好文 时间:
2020-09-16 12:28:25
阅读次数:
36
{ 简单记录下过程,以防将来重装系统等情况,备忘。 https://github.com/ShiftMediaProject/FFmpeg git clone 此项目,运行SMP\project_get_dependencies.bat 下载。 不过我之前并不知道这个自动下载依赖,我直接clone了 ...
分类:
其他好文 时间:
2020-09-15 21:25:27
阅读次数:
39
Recently I am working on a project whose prerequisite is that developer must figure out how a field for example Material description in ERP and Produc ...
分类:
数据库 时间:
2020-09-15 20:52:46
阅读次数:
45
Django 文件导入实现方案 by:授客 QQ:1033553122 开发环境 Win 10 Python 3.5.4 Django-2.0.13.tar.gz 官方下载地址: https://www.djangoproject.com/download/2.0.13/tarball/ vue 2 ...
分类:
其他好文 时间:
2020-09-11 14:25:15
阅读次数:
49
1.使用模板系统 在之前的model.py文件中新增加Detail from django.db import models # Create your models here. class ProjectInfo(models.Model): """ 项目信息模型 """ project_name ...
分类:
其他好文 时间:
2020-09-10 22:55:59
阅读次数:
37
python创建包 Python包实际上是一个文件夹,只不过这个文件夹必须包含__init__.py文件。__init__.py文件可以自己手动创建。 如果用pycharm来创建Python包的话,更方便一些,直接在project的任何一个地方右键,选择new --> python package, ...
分类:
编程语言 时间:
2020-09-09 19:02:59
阅读次数:
41
一.环境介绍1.centos7.6vmware虚拟机主节点190.168.3.250slave190.168.3.251slave190.168.3.2522.每个节点配置好hosts解析3.下载好软件https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.htmlhadoop-3.
分类:
其他好文 时间:
2020-09-07 19:16:59
阅读次数:
68