From 49b7a0998c12ead8f0ce2d9ca4f75169859431a8 Mon Sep 17 00:00:00 2001 From: dathlin Date: Mon, 24 Jul 2017 21:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Account/AccountDetail.cshtml | 6 +++++ 软件系统浏览器模版/Views/Home/Index.cshtml | 24 +++++++++---------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/软件系统浏览器模版/Views/Account/AccountDetail.cshtml b/软件系统浏览器模版/Views/Account/AccountDetail.cshtml index a812581..db009b1 100644 --- a/软件系统浏览器模版/Views/Account/AccountDetail.cshtml +++ b/软件系统浏览器模版/Views/Account/AccountDetail.cshtml @@ -6,6 +6,7 @@ CommonLibrary.UserAccount account = ViewData[SessionItemsDescription.UserAccount] as CommonLibrary.UserAccount; } +

账户详细信息

@@ -55,5 +56,10 @@ + + + + +
上次登录Ip @account.LastLoginIpAddress
9上次登录方式@account.LastLoginWay
\ No newline at end of file diff --git a/软件系统浏览器模版/Views/Home/Index.cshtml b/软件系统浏览器模版/Views/Home/Index.cshtml index 8810cc0..ef31ee8 100644 --- a/软件系统浏览器模版/Views/Home/Index.cshtml +++ b/软件系统浏览器模版/Views/Home/Index.cshtml @@ -5,27 +5,27 @@

C-S 软件系统架构设计框架

本框架是一个免费开源的框架系统,集成了C-S和B-S架构设计,采用了统一的模型机制,快速便捷的开发C-B-S混合系统,也可以选择中间的一个模式。

-

Learn more »

+

开源地址 »

-

准备开始

+

Winform 客户端

- 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中支持最好。

-

Learn more »

-

Get more libraries

-

NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.

-

Learn more »

+

Wpf 客户端

+

+ Wpf 客户端是最新的windows窗体应用程序,直接基于directx绘制界面,充分发挥了显卡的性能,所以在界面表现上要远远大于winform程序,可以轻松实现动画。数据绑定机制可以方便 + 实现主题机制。 +

-

Web Hosting

-

You can easily find a web hosting company that offers the right mix of features and price for your applications.

-

Learn more »

+

Web 服务器客户端

+

+ 最新添加的B-S系统,该系统的S端仍然作为C端连接winform版的S端,提供了大多数数据模型的一致性,与原有功能无缝集成。 +

\ No newline at end of file