51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ELL
使用IntelliJ IDEA 14和Maven创建java web项目
http://mark.leanote.com/post/%E4%BD%BF%E7%94%A8IntelliJ-IDEA-14%E5%92%8CMaven%E5%88%9B%E5%BB%BAjava-web%E9%A1%B9%E7%9B%AE下载安装去maven官网下载最新版。解压到安装目录。配置右键桌面的计算机图标,...
代码星球
·
2021-02-11
使用
IntelliJ
IDEA
Maven
创建
Intellij IDEA 的使用(创建项目、导入项目、同时部署多个项目、JRebel)等常见eclipse、myeclipse换idea必看
第一篇:IntellijIDEA的使用1.黑色主题中文乱码修改2.WEB项目的部署以及自动编译3.多项目的同时部署4.相关插件提高工作效率1.JRebel插件实现热部署2.Tasks插件集成任务管理5.其它的一些技巧配置(未完待续)第二篇: IntelliJIDEAWEB项目的部署配置1.前言2.项目配置(P...
代码星球
·
2021-02-11
项目
Intellij
IDEA
使用
创建
Intellij Idea 12 生成serialVersionUID的方法
默认情况下IntellijIDEA是关闭了继承了java.io.Serializable的类生成serialVersionUID的警告。如果需要ide提示生成serialVersionUID,那么需要做以下设置:1、setting->Inspections->Serializationissues,将ser...
代码星球
·
2021-02-11
Intellij
Idea
生成
serialVersionUID
方法
intellij idea +maven4+springmvc4搭建
0、淘宝mave培训PPThttp://www.open-open.com/doc/view/4058453cde4b429c82ff2807d8aa81f01、intellij创建空的maven工程 http://blog.csdn.net/zht666/article/details/86736092、搭建spr...
代码星球
·
2021-02-11
intellij
idea
+maven4+springmvc4
搭建
Win7系统上配置使用Intellij Idea 13的SVN插件
Win7系统上配置使用IntellijIdea13的SVN插件http://blog.csdn.net/jeepxiaozi/article/details/39856081...
代码星球
·
2021-02-11
Win7
系统
配置
使用
Intellij
shell 自定义函数
函数就是把一小段代码整理到了一个小单元中,并给这个小单元起一个名字,当用到这段代码时直接调用这个小单元的名字即可.格式:函数语法中,前面的funcation表示声明一个函数!!!function函数名(){指令...}实例1:#!/bin/bashfunctioncolor_echo(){printf"e[%dm%se...
代码星球
·
2021-02-10
shell
自定义
函数
Zabbix 3.2.6通过SNMP和iDRAC监控DELL服务器
一、总览SNMP(简单网络管理协议),由一组网络管理的标准组成,包含一个应用层协议(applicationlayerprotocol)、数据库模型(databaseschema)和一组资源对象。该协议能够支持网络管理系统,用以监测连接到网络上的设备是否有任何引起管理上关注的情况.SNMP是监控服务器以外设备的非常好的方...
代码星球
·
2021-02-10
Zabbix
3.2.6通过
SNMP
iDRAC
监控
linux shell 编程
一、Linux中变量$#,$@,$0,$1,$2,$*,$$,$?的含义:可以通过脚本测试来区分这几个变量的具体作用和用法.脚本如下:#vimvariable#!/bin/shecho"number:$#"echo"scname:$0"echo"first:$1"echo"second:$2"echo"argume:$...
代码星球
·
2021-02-10
linux
shell
编程
算法笔记_070:BellmanFord算法简单介绍(Java)
/目录1问题描述2解决方案2.1具体编码何为BellmanFord算法?BellmanFord算法功能:给定一个加权连通图,选取一个顶点,称为起点,求取起点到其它所有顶点之间的最短距离,其显著特点是可以求取含负权图的单源最短路径。BellmanFord算法思想:第一,初始化所有点。每一个点保存一个值,表示从原点到达这个...
代码星球
·
2021-02-09
算法
笔记
BellmanFord
简单
介绍
使用powershell来设置时间
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-date?view=powershell-6Set-Date"2018-04-1709:20:28" Set-Date"2018-04-170...
代码星球
·
2021-02-08
使用
powershell
设置
时间
GeHost powershell
TypeName:System.Net.DnsNameMemberTypeDefinition------------------------BeginGetHostAddressesMethodstaticSystem.IAsyncResultBeginGetHostAddresses(stringhostNameO...
代码星球
·
2021-02-08
GeHost
powershell
Module in powershell
https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-6 https://docs.microsoft.com/en-us/powershell/developer/mod...
代码星球
·
2021-02-08
Module
in
powershell
add environment path to powershell
https://4sysops.com/archives/use-powershell-to-execute-an-exe/https://stackoverflow.com/questions/714877/setting-windows-powershell-path-variable#If,sometimedur...
代码星球
·
2021-02-08
add
environment
path
to
powershell
wirte function in powershell
https://github.com/dahlbyk/posh-git/blob/master/src/Utils.ps1#L102https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_funct...
代码星球
·
2021-02-08
wirte
function
in
powershell
string operation in powershell
https://blogs.technet.microsoft.com/heyscriptingguy/2014/07/15/keep-your-hands-clean-use-powershell-to-glue-strings-together/ powershellconcatstringBecause...
代码星球
·
2021-02-08
string
operation
in
powershell
首页
上一页
...
15
16
17
18
19
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他