码迷,mamicode.com
首页 >  
搜索关键字:sts    ( 4911个结果
eclipse jee tomcat 集成 结合 项目部署
eclipse jee 与 tomcat 集成,eclipse 版本是 eclipse-jee-galileo-win32,tomcat 版本是6.0 。这两个软件分别自己下载。具体集成步骤如下: 1、下载sysdeo tomcat plugin 的插件 (tomcatPluginV321.zip) ...
分类:系统相关   时间:2017-06-30 00:04:23    阅读次数:221
JavaSE基础练习001_IO,字符串,循环
对txt文件里的数据用BufferedReader处理了,可以每次读取一行身份号码进行处理,还涉及到了字符串的解析。 ...
分类:编程语言   时间:2017-06-30 00:03:48    阅读次数:215
Python_网页爬虫
1 import sys 2 import multiprocessing 3 import re 4 import os 5 import urllib.request as lib 6 7 def craw_links( url,depth,keyword,processed): 8 ''' u... ...
分类:编程语言   时间:2017-06-29 23:58:02    阅读次数:440
linux 域名
Linux 安装好后,其默认的主机名是 localhost。 1.修改 /etc/sysconfig/network 配置文件 vi /etc/sysconfig/network 修改HOSTNAMEHOSTNAME=new-hostname.domainname new-hostname主机名称 ...
分类:系统相关   时间:2017-06-29 22:36:50    阅读次数:255
springboot新建项目
软件152班杨锦宏 在开发SpringBoot之前,先下载STS开发工具,当然也可以用myeclipse等工具。 STS官方下载地址:https://spring.io/tools/sts 下载安装完成后:File-->New-->Spring Starter Project,根据自己需求填好相关信 ...
分类:编程语言   时间:2017-06-29 20:45:06    阅读次数:228
JAVAEE——spring02:使用注解配置spring、sts插件、junit整合测试和aop演示
一、使用注解配置spring 1.步骤 1.1 导包4+2+spring-aop 1.2 为主配置文件引入新的命名空间(约束) 1.3 开启使用注解代替配置文件 1.4 在类中使用注解完成配置 2.将对象注册到容器 3.修改对象的作用范围 4.值类型注入 通过反射的Field赋值,破坏了封装性: 通 ...
分类:编程语言   时间:2017-06-29 17:57:05    阅读次数:223
API文档自动生成,Swagger的配置
第一步:引用程序集 打开NuGet程序包管理器,搜索Swagger,安装第一个,注意画圈的地方, 已经包含主程序和UI了,安装完成后会在根目录App_Start文件夹下生成SwaggerConfig.cs。 第二步:配置信息 按照如下配置即可,注意命名空间。 1 using System.Web.H ...
分类:Windows程序   时间:2017-06-29 17:28:46    阅读次数:1890
打印可读字典及数组
@implementation NSArray (Log) - (NSString *)descriptionWithLocale:(id)locale indent:(NSUInteger)level { NSMutableString *mStr = [NSMutableString strin... ...
分类:编程语言   时间:2017-06-29 12:37:17    阅读次数:113
[LeetCode]2. Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:其他好文   时间:2017-06-29 10:04:21    阅读次数:161
论文笔记之:Deep Attributes Driven Multi-Camera Person Re-identification
Deep Attributes Driven Multi-Camera Person Re-identification 2017-06-28 21:38:55 【Motivation】 本文的网络设计主要分为三个部分: Stage 1: Fully-supervised dCNN training ...
分类:其他好文   时间:2017-06-28 23:14:19    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!