码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
vue2.* 环境搭建01
搭建vue的开发环境: https://cn.vuejs.org/v2/guide/installation.html 1、必须要安装nodejs 2、搭建vue的开发环境 ,安装vue的脚手架工具 官方命令行工具 npm install --global vue-cli / cnpm instal ...
分类:其他好文   时间:2018-08-29 10:46:42    阅读次数:119
Servlet 打包部署
默认情况下,Servlet 应用程序位于路径 <Tomcat-installation-directory>/webapps/ROOT 下,且类文件放在 <Tomcat-installation-directory>/webapps/ROOT/WEB-INF/classes 中。 如果您有一个完全合 ...
分类:其他好文   时间:2018-08-26 19:01:53    阅读次数:129
编译包中的 Servlet
编译包中的类与编译其他的类没有什么大的不同。最简单的方法是让您的 java 文件保留完全限定路径,如上面提到的类,将被保留在 com.myorg 中。您还需要在 CLASSPATH 中添加该目录。 假设您的环境已正确设置,进入 <Tomcat-installation-directory>/weba ...
分类:其他好文   时间:2018-08-26 19:00:14    阅读次数:137
【php练习源码】
Something is wrong with the XAMPP installation :-( value[$name]=$sex; } public function getInfomation($myClass){ foreach($this->vars as $name=>$value) ...
分类:Web程序   时间:2018-08-25 20:10:08    阅读次数:185
vue的开发环境与项目的创建
搭建vue的开发环境: https://cn.vuejs.org/v2/guide/installation.html 1、必须要安装nodejs 2、搭建vue的开发环境 ,安装vue的脚手架工具 官方命令行工具 npm install --global vue-cli / cnpm instal ...
分类:其他好文   时间:2018-08-25 18:48:15    阅读次数:137
python-PS图片
fromPILimportImageColor#pipinstallpillow#http://pillow-zh-cn.readthedocs.io/zh_CN/latest/installation.htmlImageColor.getcolor(‘red‘,‘RGB‘)(255,0,0)ImageColor.getcolor(‘red‘,‘RGBA‘)#A透明度,png图片(255,0,0,
分类:编程语言   时间:2018-08-23 22:21:32    阅读次数:253
Noxim配置运行
Noxim - the NoC Simulator that is implemented by SystemC 第一步: C++ compiler installation 第二步: YAML installation 第三步: SystemC installation 第四步: Build No ...
分类:其他好文   时间:2018-08-23 20:57:31    阅读次数:538
poj 1328 Radar Installation
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2018-08-23 00:15:15    阅读次数:231
python学习1,python3.6安装
一、Windows 1.下载:https://www.python.org/downloads/ 2.安装 勾选“Add Python3.6 to PATH”, 点击“Customize installation” 设置安装路径 3.测试是否安装成功 二、Linux Debian安装python3. ...
分类:编程语言   时间:2018-08-21 01:06:38    阅读次数:234
CentOS 7.2二进制安装mysql-5.7.19
官方文档地址:https://dev.mysql.com/doc/refman/5.7/en/binary-installation.html 开始安装 1、下载mysql二进制包 2、下载mysql依赖的libaio 库 3、创建组和用户 4、解压 5、配置环境变量 6、配置 7、创建必要目录 8 ...
分类:数据库   时间:2018-08-20 15:37:26    阅读次数:209
1730条   上一页 1 ... 32 33 34 35 36 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!