码迷,mamicode.com
首页 >  
搜索关键字:.project    ( 15901个结果
python已知散点图画3d图像
我觉得要死了,不会导入文件,手动输入了600多行数据.. from matplotlib import pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = A ...
分类:编程语言   时间:2020-09-17 22:27:24    阅读次数:39
ssm框架搭建
添加依赖: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x ...
分类:其他好文   时间:2020-09-17 21:15:05    阅读次数:30
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P ...
分类:其他好文   时间:2020-09-17 19:48:50    阅读次数:22
代码仓库创建规范
代码仓库创建规范 1、 项目创建需符合Group规范。 2、 创建项目必须添加Project description说明。 3、 每个项目都需要README.md文件。 4、 除文档说明类型仓库,所有代码仓库都需要.gitignore。 注:有模板的项目,要以统一的模板创建项目 Groups使用规范 ...
分类:其他好文   时间:2020-09-17 16:21:02    阅读次数:28
GNU开发工具——Bochs模拟器
GNU开发工具——Bochs模拟器一、Bochs简介1、Bochs简介Bochs是一款X86硬件平台的开源模拟器。VMware、VirtualPC、VirtualBox等虚拟机软件采用虚拟化技术,部分指令直接交给硬件执行,而Bochs模拟器完全靠软件模拟来实现,从启动到重启,包括PC外设键盘、鼠标、VGA卡、磁盘、网卡等全部由软件来模拟,因此Bochs模拟器非常适合开发操作系统,其自带bochsd
分类:其他好文   时间:2020-09-17 16:01:54    阅读次数:23
【airtest】命令行编译运行WebDriverAgent
使用airtest连接ios测试时,每次都要用xcode去编译运行WDA,很不方便,所以改用命令行 1.从github下克隆iOS-Tagent项目后,进入目录 2.xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgent ...
分类:Web程序   时间:2020-09-17 13:01:45    阅读次数:43
logging模块
""" 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
ffmpeg FFmpeg在VS2017下的编译
{ 简单记录下过程,以防将来重装系统等情况,备忘。 https://github.com/ShiftMediaProject/FFmpeg git clone 此项目,运行SMP\project_get_dependencies.bat 下载。 不过我之前并不知道这个自动下载依赖,我直接clone了 ...
分类:其他好文   时间:2020-09-15 21:25:27    阅读次数:39
如何通过阅读代码的方式查出SAP ERP和CRM里物料主数据描述信息的数据库存储表
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 文件导入实现方案
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
15901条   上一页 1 ... 30 31 32 33 34 ... 1591 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!