码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
在vs2015上使用asp.net core+ef core
官方的文档https://docs.asp.net/en/latest/tutorials/first-mvc-app/start-mvc.html 先来看一下实现的效果 开始之前,确定本机已经有.NET Core环境。https://www.microsoft.com/net/core#windo ...
分类:Web程序   时间:2016-07-08 17:57:05    阅读次数:256
Upgrading Applications
Upgrading Applications If you have an existing Zend Framework v2 application, and want to update it to the latest versions, you will have some special ...
分类:移动开发   时间:2016-07-05 12:07:05    阅读次数:294
.NET core for docker
本文描述下 .net core 在 docker 里面的玩法 首先按照官方文档先 拉取镜像 docker pull microsoft/dotnet:latest 然后就有了 dotnet 这个运行时了,这里以一个 web 项目举例子 先创建一个 web 类型的 project dotnet new ...
分类:Web程序   时间:2016-07-05 10:10:06    阅读次数:200
Python描述器引导(转)
原文:http://pyzh.readthedocs.io/en/latest/Descriptor-HOW-TO-Guide.html 1. Python描述器引导(翻译) 作者: Raymond Hettinger 联系: <python at rcn dot com> 翻译: hit9, ic ...
分类:编程语言   时间:2016-07-04 20:23:25    阅读次数:222
cmd运行sql server安装
cmd运行sql server安装 SQL2012非群集安装_更新到最新版本.bat setup.exe /UpdateSource=.\hotfix\Latest /ACTION="Install" SQL2012非群集升级_更新到最新版本.bat setup.exe /UpdateSource= ...
分类:数据库   时间:2016-07-04 20:23:25    阅读次数:338
nginx+apache+redis实现负载均衡、动静分离、session共享
环境centos6.5nginx:192.168.1.202tomcat1:192.168.1.240tomcat2:192.168.1.201redis:192.168.1.116nginx安装:yuminstall-ynginx如提示包不存在,安装epel源即可rpm-ivhhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm修改nginx配置文件vim/etc/nginx..
分类:Web程序   时间:2016-07-04 19:02:07    阅读次数:1036
Net Core环境开发与调试
一、环境安装 本人: win10 x64 下载 .NET Core SDK Installer: https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-dev-win-x64.latest.exe V ...
分类:Web程序   时间:2016-07-03 17:31:57    阅读次数:664
Linux软件大全
https://www.linux-apps.com/browse/cat/239/ord/latest/http://www.cnblogs.com/riskyer/p/3262745.htmlhttp://www.cnblogs.com/xiajun/archive/2011/09/11/229 ...
分类:系统相关   时间:2016-07-03 07:03:20    阅读次数:206
PowerShell 自动化管理 AWS(4)- VPC
豆子继续来看看PowerShell如何管理AWS的虚拟网络VPC。网上我没有找到快速上手的文档,相关的命令主要来自官方api文档和get-command的搜索。http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html#route-tables-api-cliVPC的配置向导里面默认给了4种场..
分类:系统相关   时间:2016-07-01 16:30:12    阅读次数:337
三 APPIUM Android自动化 测试初体验
1.创建一个maven项目 成功新建工程: 编辑pom.xml,在下添加appium相关依赖: org.testng testng 6.9.10 test io.appium java-client LATEST org.seleniumhq.selenium selenium-java com.s... ...
分类:移动开发   时间:2016-06-30 12:33:33    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!