master
editor 1 year ago
commit 8708a61f41

@ -0,0 +1,43 @@
最简单的移动客户端AndroidApple通用开发框架源码
一、源码描述
        最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用
二、功能介绍
        1.安卓Android苹果Apple通用
        2.分为客户端,服务器端两个部分
        3.简单配置,简单修改,使用配置说明文档详细
        4.客户端通用设置
        5.服务端通用开发
        6.已完成欢迎页,主页部分内容
        7.欢迎页倒计时广告展示
        8.适合web2.0 ,MVC 构架
        9.客户端发布以后无需升级,方便安全!
        10.升级服务器端即可更新
        11.客户端安装包极小,不占用内存
        12.配置合理,服务器端内配置网客户端配置亦可使用,无论大项目,还是小项目,家庭版最佳
        13.不可多得简单详细安全完美移动构架
        14.开发说明配置文档详细在内,快速开发移动客户端最佳选择
三、注意事项
      1、开发语言C#无数据库框架版本V4.0
作者: 512929249
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/SimplestMobileClientAndroidAppleUniversalBox
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="refresh" content="6;url=http://www.mflife.cc/3G/index.html" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="max-age=6000000" />
<link href="includes/css/xk-style.css" rel="stylesheet">
<style type="text/css">
html, body {
overflow: hidden;
text-align: center;
vertical-align: middle;
margin: 0px auto;

@ -0,0 +1,15 @@
{
"@platforms": ["android", "iPhone", "iPad"],
"id": "H50DA38A8",/**/
"name": "蓦然回首",/**/
"version": {
"name": "2.0",/**/
"code": ""
},
"description": "蓦然回首魔法智能",/**/
"icons": {
"72": "icon.png"
},
"launch_path": "index.html",/*index.htmlhttp://https://*/
"developer": {
"name": "",/**/

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
IIS configuration sections.
For schema documentation, see
%IIS_BIN%\config\schema\IIS_schema.xml.
Please make a backup of this file before making any changes to it.
NOTE: The following environment variables are available to be used
within this file and are understood by the IIS Express.
%IIS_USER_HOME% - The IIS Express home directory for the user
%IIS_SITES_HOME% - The default home directory for sites

@ -0,0 +1,15 @@
using System.Reflection;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列特性集
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("WebApp")]
[assembly: AssemblyDescription("蓦然回首魔法智能")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("蓦然回首魔法智能")]
[assembly: AssemblyProduct("WebApp")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("蓦然回首魔法智能 htttp//www.mflife.cc")]
[assembly: AssemblyCulture("")]

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 有关使用 web.config 转换的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
在下例中“SetAttributes”转换将更改
“connectionString”的值以仅在“Match”定位器
找到值为“MyDB”的特性“name”时使用“ReleaseSQLServer”。
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 有关使用 web.config 转换的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
在下例中“SetAttributes”转换将更改
“connectionString”的值以仅在“Match”定位器
找到值为“MyDB”的特性“name”时使用“ReleaseSQLServer”。
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
</connectionStrings>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" />
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{327FCC47-A2CD-4D3D-ABA9-DAA15BCAF40B}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
</assembly>
<members>
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
<summary>
Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
<summary>
Default Constructor
</summary>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" />
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<configuration>
<runtime>
<gcServer enabled="true"/>
<gcConcurrent enabled="false"/>
</runtime>
<appSettings>
<!-- Number of seconds with no activity before the server times out and closes.
Set to -1 to never shut down the server. -->
<add key="keepalive" value="600"/>
</appSettings>
</configuration>

@ -0,0 +1,15 @@
@font-face {
font-family: 'ecoico';
src: url('../fonts/timelineicons/ecoico.eot');
src: url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'), url('../fonts/timelineicons/ecoico.woff') format('woff'), url('../fonts/timelineicons/ecoico.ttf') format('truetype'), url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
font-weight: normal;
font-style: normal;
}
/* Made with http://icomoon.io/ */
.cbp_tmtimeline {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
position: relative;
}

@ -0,0 +1,15 @@
/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
font-family: 'bpicons';
src: url('../fonts/bpicons/bpicons.eot');
src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
font-weight: normal;
font-style: normal;
}
/* Made with http://icomoon.io/ */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

@ -0,0 +1,15 @@
@font-face {
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
src: url('../fonts/mui-icons-extra.ttf') format('truetype'); /* iOS 4.1- */
}
.mui-icon-extra {
font-family: MuiiconSpread;
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1;
display: inline-block;
text-decoration: none;

@ -0,0 +1,15 @@
/*!
* =====================================================
* Mui v3.7.2 (http://dev.dcloud.net.cn/mui)
* =====================================================
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}

@ -0,0 +1,15 @@
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background: white;
}
.mui-content {
height: 100%;
}
.mui-bar {
background: white;
}

@ -0,0 +1,15 @@
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@ -0,0 +1,15 @@
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1568865693097'); /* IE9 */
src: url('iconfont.eot?t=1568865693097#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
url('iconfont.woff?t=1568865693097') format('woff'),
url('iconfont.ttf?t=1568865693097') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1568865693097#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

File diff suppressed because one or more lines are too long

@ -0,0 +1,15 @@
{
"id": "1424465",
"name": "plemp",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "915603",
"name": "发布",
"font_class": "fabu",
"unicode": "e66f",
"unicode_decimal": 58991
},
{

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>倒计时</title>
<style>
body, div {
margin: 0;
padding: 0;
}
.bg {
margin: 0;
padding: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title></title>
<script src="js/mui.min.js"></script>
<link href="css/mui.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="fonts/ali-iconfonts/iconfont.css" rel="stylesheet" />
<style>
.mui-bar-tab .mui-tab-item {
display: table-cell;
overflow: hidden;

@ -0,0 +1,15 @@
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\csc.exe
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.CodeAnalysis.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.CSharp.Core.targets
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\Microsoft.VisualBasic.Core.targets
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\System.Collections.Immutable.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\System.Reflection.Metadata.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\vbc.exe
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\VBCSCompiler.exe
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\roslyn\VBCSCompiler.exe.config
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\WebApp.dll.config
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\WebApp.dll
D:\最简单的移动客户端开发框架安卓Android苹果Apple通用\最简单的移动客户端通用开发框架源码安卓Android苹果Apple通用\服务器端源码用vs2015打开\smart\WebApp\bin\WebApp.pdb

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net452" />
<package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net452" developmentDependency="true" />
</packages>

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.CodeDom.Providers.DotNetCompilerPlatform</name>
</assembly>
<members>
<member name="T:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider">
<summary>
Provides access to instances of the .NET Compiler Platform C# code generator and code compiler.
</summary>
</member>
<member name="M:Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider.#ctor">
<summary>
Default Constructor
</summary>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<configuration>
<runtime>
<gcServer enabled="true"/>
<gcConcurrent enabled="false"/>
</runtime>
<appSettings>
<!-- Number of seconds with no activity before the server times out and closes.
Set to -1 to never shut down the server. -->
<add key="keepalive" value="600"/>
</appSettings>
</configuration>
Loading…
Cancel
Save