This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:: init params | |
set version=5.1.208.1 | |
set groupId=com.xxxx.xxxx.xxx.xxx | |
set artifactIdPrefix=portal | |
set url=http://xxx.xxxx.xxxxx:8081/nexus/content/repositories/releases/ | |
set repositoryId=xxxxx | |
set deployFile=*.jar | |
echo Searching jar file... | |
rem 启用"延缓环境变量扩充" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> | |
<title>test</title> | |
</head> | |
<style type="text/css"> | |
<!-- | |
body { | |
padding: 0px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* cap 附件处理展示标签 uitype="Capattachment" | |
* author:yangsai | |
* date: 2015122 17:26:56 | |
* | |
*/ | |
(function(g, $){ | |
//web应用名字 | |
var webPath = '/' + g.location.pathname.split('/')[1]; | |
//上传下载action dwr文件引入路径 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>本地图片在线预览</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var result=document.getElementById("result"); | |
var file=document.getElementById("file"); |