maven常用命令介绍 mvn 3.0.4 创建maven项目命令 mvn archetype:generate -DgroupId=damocles-autocredit -DartifactId=damocles-autocredit -DarchetypeArtifactId=maven-ar ...
分类:
其他好文 时间:
2017-10-07 12:25:35
阅读次数:
271
如果使用图形界面,ubuntu默认的界面真是丑的一批,所以简单美化一下: 1.安装unity-tweak-tool: sudo apt-get install unity-tweak-tool 2.安装flatabulous主题: Flatabulous主题是一款ubuntu下扁平化主题,也是我试过 ...
分类:
系统相关 时间:
2017-10-06 22:28:18
阅读次数:
1905
一、引言 在自学node.js的过程中有一个非常重要的框架,那就是Express。它是一个基于NodeJs http模块而编写的高层模块,弥补http模块的繁琐和不方便,能够快速开发http服务器。这里,就要用Express创建一个Web服务器,用来深入的理解这个框架,并熟悉创建Web服务器的过程。 ...
分类:
Web程序 时间:
2017-10-06 19:03:54
阅读次数:
257
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update sudo apt-get install ffmpeg ...
分类:
系统相关 时间:
2017-10-06 11:37:38
阅读次数:
163
原生Windows安装TensorFlow 0.12方法 原生Windows安装TensorFlow 0.12方法 标签: tensorflowwindows 2016-12-04 11:23 37737人阅读 评论(24) 收藏 举报 标签: tensorflowwindows 2016-12-0 ...
Configure the package management system (yum). Create a /etc/yum.repos.d/mongodb-org-3.2.repo file so that you can install MongoDB directly, using yum ...
分类:
数据库 时间:
2017-10-03 16:26:30
阅读次数:
213
// [RoutePrefix("api/ssm")]// public class ValuesController : ApiController// {// ///<summary>// ///订单查询// ///<para>通过手机号码、姓名、身份证、订单号或者其他关键字查询当日可入住订单, ...
IDE升级到VS2017之后,出现了如题所示的报错,重新引用DLL的方法如下: 1、右键引用,选择添加引用。 2、左侧选择浏览,下面点击浏览按钮。 3、分别添加Microsoft.ReportViewer.Common.DLL及Microsoft.ReportViewer.WinForms.DLL两 ...
分类:
其他好文 时间:
2017-10-02 09:39:14
阅读次数:
220
from django.shortcuts import render,HttpResponse import json # Create your views here. from repository import models from aip.plugins import Plugins d ...
分类:
其他好文 时间:
2017-10-01 20:36:30
阅读次数:
249