修改主界面的显示
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
CommonLibrary.UserAccount account = ViewData[SessionItemsDescription.UserAccount] as CommonLibrary.UserAccount;
|
||||
}
|
||||
|
||||
<h2>账户详细信息</h2>
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -55,5 +56,10 @@
|
||||
<td>上次登录Ip</td>
|
||||
<td>@account.LastLoginIpAddress</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">9</th>
|
||||
<td>上次登录方式</td>
|
||||
<td>@account.LastLoginWay</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -5,27 +5,27 @@
|
||||
<div class="jumbotron">
|
||||
<h1>C-S 软件系统架构设计框架</h1>
|
||||
<p class="lead">本框架是一个免费开源的框架系统,集成了C-S和B-S架构设计,采用了统一的模型机制,快速便捷的开发C-B-S混合系统,也可以选择中间的一个模式。</p>
|
||||
<p><a href="https://github.com/dathlin/C-S-" class="btn btn-primary btn-lg">Learn more »</a></p>
|
||||
<p><a href="https://github.com/dathlin/C-S-" class="btn btn-primary btn-lg">开源地址 »</a></p>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h2>准备开始</h2>
|
||||
<h2>Winform 客户端</h2>
|
||||
<p>
|
||||
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
|
||||
enables a clean separation of concerns and gives you full control over markup
|
||||
for enjoyable, agile development.
|
||||
Winform 客户端是常规的windows窗体应用程序,虽然界面比较简单,但是功能齐全,稳定。winform的gdi+绘图也是很轻松的就可以绘制复杂的二维图形,在C-S中支持最好。
|
||||
</p>
|
||||
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301865">Learn more »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Get more libraries</h2>
|
||||
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
|
||||
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301866">Learn more »</a></p>
|
||||
<h2>Wpf 客户端</h2>
|
||||
<p>
|
||||
Wpf 客户端是最新的windows窗体应用程序,直接基于directx绘制界面,充分发挥了显卡的性能,所以在界面表现上要远远大于winform程序,可以轻松实现动画。数据绑定机制可以方便
|
||||
实现主题机制。
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Web Hosting</h2>
|
||||
<p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
|
||||
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301867">Learn more »</a></p>
|
||||
<h2>Web 服务器客户端</h2>
|
||||
<p>
|
||||
最新添加的B-S系统,该系统的S端仍然作为C端连接winform版的S端,提供了大多数数据模型的一致性,与原有功能无缝集成。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user