上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="markline.aspx.cs" Inherits="BaiduSDKDemo1203.EchartDemo.markline" %> <!DOCTYPE html PUBLIC " 阅读全文
posted @ 2020-12-25 09:02 .net&new 阅读(4318) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="demo1.aspx.cs" Inherits="BaiduSDKDemo1203.EchartDemo.demo1" %> <!DOCTYPE html PUBLIC "-//W3C 阅读全文
posted @ 2020-12-22 19:14 .net&new 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 什么是session: 服务器为每个用户创建一个会话,存储用户的相关信息,以便多次请求能够定位到同一个上下文。 当用户请求来自应用程序的 Web 页时,如果该用户还没有会话,则 Web 服务器将自动创建一个 Session 对象。当会话过期或被放弃后,服务器将终止该会话并销毁。 分布式session 阅读全文
posted @ 2020-11-26 08:54 .net&new 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1.分布式 将一个大的系统划分为多个业务模块,业务模块分别部署到不同的机器上,各个业务模块之间通过接口进行数据交互。区别分布式的方式是根据不同机器不同业务。 上面:service A、B、C、D 分别是业务组件,通过API Geteway进行业务访问。 注:分布式需要做好事务管理。 2.微服务架构 阅读全文
posted @ 2020-11-26 08:51 .net&new 阅读(1251) 评论(0) 推荐(0) 编辑
摘要: 1.场景描述 因为要做网关的高可用,用到了keepalived+nginx,来保证nginx的高可用,如下图: 安装了keepavlived,走了一些弯路,记录下吧,nginx的安装就不多说了,博客已经介绍了好几篇了。 2. 解决方案 2.1 安装keepalived 2.1.1 安装相关依赖包 [ 阅读全文
posted @ 2020-11-26 08:45 .net&new 阅读(66) 评论(0) 推荐(0) 编辑
摘要: yum,是Yellow dog Updater Modified的简称,起初是由yellow dog这一发行版的开发者Terra Soft研发,用python写成,那时还叫做yup(yellow dog updater),后经杜克大学的Linux@Duke开发团队进行改进,遂有此名。yum的宗旨是自 阅读全文
posted @ 2020-11-26 08:33 .net&new 阅读(3764) 评论(0) 推荐(0) 编辑
摘要: 1:下载nginx-1.19.2 2:修改confi目录下的nginx.conf 3:配置如下图 4:启动nginx.exe 5:运行网站1 6:运行网站2 7:输入http://127.0.0.1:8800 结果1: 结果2: 阅读全文
posted @ 2020-11-24 08:42 .net&new 阅读(74) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using Xiaowu.Model;using Xiaowu.BLL;using System 阅读全文
posted @ 2020-11-19 08:46 .net&new 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-18 22:32 .net&new 阅读(90) 评论(1) 推荐(0) 编辑
摘要: SysUserInfoController代码 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using Xiaowu.Model;using 阅读全文
posted @ 2020-11-18 22:27 .net&new 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页