This commit is contained in:
Vanessa
2018-02-11 16:05:43 +08:00
parent 235403e1c0
commit 79f67df23f
707 changed files with 11725 additions and 11721 deletions

View File

@@ -0,0 +1,211 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>1111111111111111111111 - B3log Solo 示例</title>
<meta name="keywords" content="11" />
<meta name="description" content="11" />
<meta name="author" content="B3log Solo 示例" />
<meta name="generator" content="B3log Solo" />
<meta name="copyright" content="B3log" />
<meta name="owner" content="B3log Team" />
<meta name="revised" content="B3log Solo 示例, 2014" />
<meta http-equiv="Window-target" content="_top" />
<link type="text/css" rel="stylesheet" href="http://localhost:8080//skins/posart/css/posart.min.css?201401052230" charset="utf-8" />
<link href="http://localhost:8080//blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
<link rel="icon" type="image/png" href="http://localhost:8080//favicon.png" />
<script src="http://libs.baidu.com/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<style type="text/css">
#top {
background-color: #FFF;
background-image: linear-gradient(#FFFFFF,#E5E5E5);
background-image: -ms-linear-gradient(#FFFFFF,#E5E5E5);
background-image: -o-linear-gradient(#FFFFFF,#E5E5E5);
background-image: -webkit-linear-gradient(#FFFFFF,#E5E5E5);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#E5E5E5');
border-bottom: 1px solid #E5E5E5;
line-height: 26px;
display: none;
}
#top a, #top span span {
border-right: 1px solid #D9D9D9;
color: #4C4C4C;
float: left;
line-height: 14px;
margin: 6px 0;
padding: 0 6px;
text-decoration: none;
text-shadow: 0 -1px 0 #FFFFFF;
font-weight: normal;
}
#top a:hover, #top a.hover {
background-color: #EEF2FA;
border-left-color: #707070;
border-radius: 0 13px 13px 0;
margin: 0px;
line-height: 26px;
}
#showTop {
background-image: url("http://localhost:8080//images/arrow-right.png");
cursor: pointer;
height: 26px;
right: 0;
position: absolute;
top: 0;
width: 26px;
border-radius: 0 0 0 15px;
z-index: 10;
}
#showTop:hover {
background-image: url("http://localhost:8080//images/arrow-right.gif");
}
#top #hideTop {
background-image: url("http://localhost:8080//images/arrow-left.png");
height: 26px;
margin: 0;
padding: 0;
width: 26px;
border: 0;
}
#top #hideTop:hover {
background-image: url("http://localhost:8080//images/arrow-left.gif");
border-radius: 0;
}
</style>
<div id="showTop"></div>
<div id="top">
<a href="https://github.com/b3log/b3log-solo" target="_blank" class="hover">
B3log Solo
</a>
<span class="left">&nbsp;当前在线人数1</span>
<span class="right" id="admin" data-login="true">
<span id="adminName">ggchxx</span>
<a href="http://localhost:8080//admin-index.do#main" title="管理">
管理
</a>
<a href="//logout?goto=http%3A%2F%2Flocalhost%3A8080%2F%2F" title="登出">登出</a>
<a href="javascript:void(0)" id="hideTop"></a>
</span>
<div class="clear"></div>
</div>
<div id="header">
<ul class="z">
<li><a class="main" href="http://localhost:8080/" title="B3log Solo 示例"> B3log Solo 示例</a></li>
<li>
<a href="http://localhost:8080//dynamic.html">动态</a>
</li>
<li>
<a href="http://localhost:8080//tags.html">标签墙</a>
</li>
<li>
<a href="http://localhost:8080//archives.html">存档</a>
</li>
<li>
<a href="http://localhost:8080//links.html">友情链接</a>
</li>
<li>
<a rel="alternate" href="http://localhost:8080//blog-articles-feed.do">Atom<img src="http://localhost:8080//images/feed.png" alt="Atom"/></a>
</li>
</ul>
</div>
<div id="wrapper">
<a href="http://localhost:8080/" class="header mhidden"><img src="http://localhost:8080//skins/posart/images/ghead.png"></a>
<div id="container" class="cl">
<div class="body">
<ul class="breadcrumb">
<li><a href="http://localhost:8080/">首页</a> <span class="divider">/</span></li>
<li style="color:#333333">
1111111111111111111111</li>
<li class='y'>
标签:
<a rel="tag" href="http://localhost:8080//tags/11">11</a>
</li>
</ul>
<div class="content">
<div class="post-7 post type-post status-publish format-standard hentry category-uncategorized" style="position: relative; z-index: 1;">
<header class="entry-header">
<h2 class="entry-title">1111111111111111111111</h2>
<!--
<sup>
有更新!
</sup>
-->
</header>
<div class="entry-content">
<div class="article-body">
<pre class="brush: java;collapse: true">package com.jinyi.andon;
import greendroid.app.GDActivity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
public class About extends GDActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setActionBarContentView(R.layout.about);
}
/**
* 入口函数
*
* @param c
*/
public static void launch(Context c) {
Intent intent = new Intent(c, About.class);
intent.putExtra(greendroid.app.ActionBarActivity.GD_ACTION_BAR_TITLE,
"关于异呼通");
c.startActivity(intent);
}
}</pre>
</div>
</div>
</div>
<footer style="width:100%">
<p class="entry-meta" >
14-02-14 23:12
&nbsp;&nbsp;&nbsp;
<a rel="nofollow" href="http://localhost:8080//authors/1392346418581">ggchxx</a>
&nbsp;&nbsp;&nbsp;
<a href="http://localhost:8080//articles/2014/02/14/1392362277324.html#comments">
0&nbsp;&nbsp;评论
</a> &nbsp;&nbsp;&nbsp;
<a href="http://localhost:8080//articles/2014/02/14/1392362277324.html">
1&nbsp;&nbsp;浏览
</a>
</p>
</footer>
</div>
<ul class="breadcrumb">
<li class='active' >
</li>
<li class='y active'>
<a href="http://localhost:8080//b3log-hello-wolrd.html">世界,你好! <span class="ft-gray">&gt;</span></a>
</li>
</ul>
<script type="text/javascript" src="http://localhost:8080//js/page.min.js?201401052230" charset="utf-8"></script>
</div>
</body>
</html>
<!-- Generated by B3log Latke(23 ms), 2014/02/14 23:15:21 -->