代码拉取完成,页面将自动刷新
同步操作将从 Small Warm/wensiqun.github.io 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2015-04-06 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Maven – Project Information</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20150406" />
<meta http-equiv="Content-Language" content="en" />
<title>ASMSupport 0.4 - Document</title>
</head>
<body class="composite">
<div id="banner">
<div id="bannerLeft">
asmsupport
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2015-04-06</span>
| <span id="projectVersion">Version: 0.4</span>
</div>
<div class="xright">
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>概述</h5>
<ul>
<li class="none">
<a href="summary/summary.html" title="简介">简介</a>
</li>
<li class="none">
<a href="summary/release-note.html" title="Release Note">Release Note</a>
</li>
</ul>
<h5>使用手册</h5>
<ul>
<li class="none">
<a href="manual/introduction.html" title="介绍">介绍</a>
</li>
<li class="none">
<a href="manual/operators.html" title="基本操作">基本操作</a>
</li>
<li class="none">
<a href="manual/interface.html" title="创建接口">创建接口</a>
</li>
<li class="none">
<a href="manual/class.html" title="创建类">创建类</a>
</li>
<li class="none">
<a href="manual/enum.html" title="创建枚举">创建枚举</a>
</li>
<li class="none">
<a href="manual/modify_class.html" title="修改类">修改类</a>
</li>
<li class="none">
<a href="manual/block.html" title="创建程序块">创建程序块</a>
</li>
<li class="none">
<a href="manual/seeLog.html" title="如何查看Log日志">如何查看Log日志</a>
</li>
</ul>
<h5>字节码相关</h5>
<ul>
<li class="none">
<a href="bytecode/init_clinit.html" title="init方法与clinit方法">init方法与clinit方法</a>
</li>
<li class="none">
<a href="bytecode/declare_variable.html" title="变量声明">变量声明</a>
</li>
<li class="none">
<a href="bytecode/condition_block.html" title="条件控制">条件控制</a>
</li>
<li class="none">
<a href="bytecode/enum.html" title="枚举类型">枚举类型</a>
</li>
<li class="none">
<a href="bytecode/label.html" title="字节码Label">字节码Label</a>
</li>
<li class="none">
<a href="bytecode/stack_simple_desc.html" title="Java栈">Java栈</a>
</li>
<li class="none">
<a href="jvmref/opcodes.html" title="字节码指令集">字节码指令集</a>
</li>
</ul>
<h5>ASMSupport实现原理</h5>
<ul>
<li class="none">
<a href="theory/localvariable.html" title="局部变量的实现">局部变量的实现</a>
</li>
<li class="none">
<a href="theory/instruction_order.html" title="指令顺序的控制">指令顺序的控制</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<strong>Project Information</strong>
<ul>
<li class="none">
<a href="dependencies.html" title="Dependencies">Dependencies</a>
</li>
<li class="none">
<a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
</li>
<li class="none">
<a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
</li>
<li class="none">
<a href="index.html" title="About">About</a>
</li>
<li class="none">
<a href="license.html" title="Project License">Project License</a>
</li>
<li class="none">
<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
</li>
<li class="none">
<a href="plugins.html" title="Project Plugins">Project Plugins</a>
</li>
<li class="none">
<a href="team-list.html" title="Project Team">Project Team</a>
</li>
<li class="none">
<a href="source-repository.html" title="Source Repository">Source Repository</a>
</li>
<li class="none">
<a href="project-summary.html" title="Project Summary">Project Summary</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section">
<h2><a name="Project_Information"></a>Project Information</h2>
<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
<div class="section">
<h3><a name="Overview"></a>Overview</h3>
<table border="0" class="bodyTable">
<tr class="a">
<th>Document</th>
<th>Description</th></tr>
<tr class="b">
<td><a href="dependencies.html">Dependencies</a></td>
<td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
<tr class="a">
<td><a href="dependency-info.html">Dependency Information</a></td>
<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr>
<tr class="b">
<td><a href="distribution-management.html">Distribution Management</a></td>
<td>This document provides informations on the distribution management of this project.</td></tr>
<tr class="a">
<td><a href="index.html">About</a></td>
<td>This project is will help developer to dynamic create/modify
class at runtime simply, and it's base on ASM framework. but
it's different to ASM, it's make developer don't care about
LocalVariables and Stack status at JVM layer, and also don't
care the underlying instructions of JVM.</td></tr>
<tr class="b">
<td><a href="license.html">Project License</a></td>
<td>This document lists the project license(s).</td></tr>
<tr class="a">
<td><a href="plugin-management.html">Plugin Management</a></td>
<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
<tr class="b">
<td><a href="plugins.html">Project Plugins</a></td>
<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
<tr class="a">
<td><a href="team-list.html">Project Team</a></td>
<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
<tr class="b">
<td><a href="source-repository.html">Source Repository</a></td>
<td>This document lists ways to access the online source repository.</td></tr>
<tr class="a">
<td><a href="project-summary.html">Project Summary</a></td>
<td>This document lists other related information of this project</td></tr></table></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright © 2015.
All rights reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。