当前位置: 首页 > news >正文

深圳做网站的网络公seo技术优化服务

深圳做网站的网络公,seo技术优化服务,永久免费虚拟机,网站的二级目录怎么做前言 windows部署 1、一个api项目,里面包含了所有api。 2、一个elasticsearch项目,用来存储相关数据。 3、一个UI项目,也就是查看异常、设置新异常邮件通知等操作的后台。 异常在客户端提交的代码原理:一个异常被提交,…

前言

windows部署

1、一个api项目,里面包含了所有api。

2、一个elasticsearch项目,用来存储相关数据。

3、一个UI项目,也就是查看异常、设置新异常邮件通知等操作的后台。

异常在客户端提交的代码原理:一个异常被提交,先写入一个队列,然后随后会被post 到 api ,api收到数据后也是先写队列,然后再通过job作业同步到elasticsearch。
expectionless允许不要redis缓存,job作业随api项目一起启动,不需要单独部署。
综上,该项目最小化运行的方案:不要redis,不要job单独进程,只需要部署:1、api项目。2、elasticsearch项目。3、ui项目

ExceptionLess

  • 进入Github下载最新包。

    • 本次采用ExceptionLess 8.0
    • net 7 runtime
    • ElasticSearch至少为 7.x
  • Visual Studio 编译项目。打开Exceptionless.Web 编译项目。

  • 参考配置如下

    • 发布环境运行appsettings.Production.yml配置文件。
    • 配置文件键值对 xx=xx;xx=xx
    • css放置在文件夹中编译完成拷贝。js会错误。
ConnectionStrings:Redis: server="192.11.0.22:6379,defaultDatabase=6,password=pwd,connectTimeout=1500,connectRetry=1,syncTimeout=1000,abortConnect=false"Elasticsearch: server=http://192.168.199.30:9200Cache: provider=redis;MessageBus: provider=redis;Queue: provider=redis;Storage: provider=folder;path=.\storage
#  LDAP: ''
# 此处为邮件发送,例如:smtps://xxx%40qq.com:xxx@smtp.qq.com:465 . 邮箱地址@请转义为 %40
#  Email: smtp://localhost:1025 # Base url for the ui used to build links in emails and other places.
BaseURL: 'http://localhost:9001/#!'# Email from
SmtpFrom: xxx@xx.com# Wether or not to run the jobs in process. Requires Redis to be configured when running jobs out of process.
RunJobsInProcess: true
#AppScope: dev
#EnableAccountCreation: false
#DisableIndexConfiguration: false
#AllowedOutboundAddresses: "exceptionless"Serilog:MinimumLevel:Default: DebugApm:#Endpoint: http://localhost:4317Insecure: true#SslThumbprint: CB16E1B3DFE42DF751F93A8575942DA89E10BC98EnableLogs: falseEnableTracing: falseEnableMetrics: trueFullDetails: trueDebug: falseConsole: false
  • 邮件配置

    • 取得SMTP授信信息。例如QQ smtps://10000:bsvfwsfcucxwagfa@smtp.qq.com:465
    • 接收邮件服务器: pop.qq.com,使用 SSL,端口号 995
    • 发送邮件服务器: smtp.qq.com,使用 SSL,端口号 465 或 587
    • smtps://QQ号:授权码@发送邮件服务器
    • 配置额外参数 SmtpFrom: xxx@xx.com。此处在官方配置文件并没有
  • 在8.0版本中,ExceptionLess已将UI项目集成到Exceptionless.Web

    • 本地安装Node
    • Visual Studio Code打开ClientApp项目
    • npm install安装依赖
    • npm run build编译项目
    • npm run serve运行编译项目
    • 编译之后的项目文件为ClientApp中的dist文件
    • app.config.97c8c67dce8f8f20.js类似此名字,为配置文件。
    • 配置UI项目中的BASE_URL即可
    • 参考如下
    (function () {'use strict';angular.module('app.config', []).constant('BASE_URL', 'https://localhost:5201').constant('EXCEPTIONLESS_API_KEY').constant('EXCEPTIONLESS_SERVER_URL').constant('FACEBOOK_APPID').constant('GITHUB_APPID').constant('GOOGLE_APPID').constant('INTERCOM_APPID').constant('LIVE_APPID').constant('SLACK_APPID').constant('STRIPE_PUBLISHABLE_KEY').constant('SYSTEM_NOTIFICATION_MESSAGE').constant('USE_HTML5_MODE', false).constant('USE_SSL', false).constant('ENABLE_ACCOUNT_CREATION', true);}());
    

ElasticSearch

  • 服务器安装ElasticSearch
  • 需安装对应mapper-size插件!!!非常重要!!
    • Mapper-Size
    • 相关端口,IP地址开放
    • 如果不启用SSL,需要停用

Redis

  • 服务器安装Redis

其它事项

  • 提交

        // 注入Exceptionless builder.Services.AddExceptionless(s =>{s.ServerUrl = "https://localhost:5201";s.ApiKey = "LY6503R2lFm8CqQ6uI9O4fgdVrMJD8shZ7NKVwT9";});// Exceptionless。app.UseExceptionless();//e.ToExceptionless().Submit();
    
    • Nlog或者Log4
  • ExceptionLess一体化方案,即API同UI在一个服务器

    • dotnet Exceptionless.Web.dll --urls=“https://localhost:5201”
    • UI项目可默认配置
    • 5201为开发环境默认端口
    • ui项目默认5100
  • 参考 记一次“机智如我”的部署Exceptionless中遇到的各种坑

  • 参考 exceptionless 在 windows 上 手动部署,非docker 详细步骤

  • 参考 Send Email Bug!!


文章转载自:
http://harmonically.sfwd.cn
http://worsen.sfwd.cn
http://shirtsleeved.sfwd.cn
http://neurotomy.sfwd.cn
http://baa.sfwd.cn
http://brotherliness.sfwd.cn
http://academe.sfwd.cn
http://bridgebuilder.sfwd.cn
http://crystal.sfwd.cn
http://bucktooth.sfwd.cn
http://trampolin.sfwd.cn
http://cockeyed.sfwd.cn
http://ascosporous.sfwd.cn
http://calesa.sfwd.cn
http://corallite.sfwd.cn
http://pallia.sfwd.cn
http://allhallowmas.sfwd.cn
http://tophi.sfwd.cn
http://ossia.sfwd.cn
http://benthonic.sfwd.cn
http://tenable.sfwd.cn
http://obliquitous.sfwd.cn
http://monotone.sfwd.cn
http://spadework.sfwd.cn
http://biwa.sfwd.cn
http://aryl.sfwd.cn
http://hypophysis.sfwd.cn
http://millinormal.sfwd.cn
http://unpersuadable.sfwd.cn
http://alias.sfwd.cn
http://circuit.sfwd.cn
http://precedent.sfwd.cn
http://algor.sfwd.cn
http://seismal.sfwd.cn
http://trunkful.sfwd.cn
http://frater.sfwd.cn
http://subbreed.sfwd.cn
http://rusticity.sfwd.cn
http://cankery.sfwd.cn
http://bezique.sfwd.cn
http://glucagon.sfwd.cn
http://czechish.sfwd.cn
http://tonsillitic.sfwd.cn
http://divisive.sfwd.cn
http://optometer.sfwd.cn
http://junket.sfwd.cn
http://thereafter.sfwd.cn
http://trefoiled.sfwd.cn
http://prayerful.sfwd.cn
http://malign.sfwd.cn
http://gimmick.sfwd.cn
http://clubbed.sfwd.cn
http://sinopite.sfwd.cn
http://cupcake.sfwd.cn
http://recommendable.sfwd.cn
http://lrl.sfwd.cn
http://depressurize.sfwd.cn
http://derivation.sfwd.cn
http://atrociously.sfwd.cn
http://cystoscope.sfwd.cn
http://colonialism.sfwd.cn
http://criteria.sfwd.cn
http://cytokinesis.sfwd.cn
http://hexaplar.sfwd.cn
http://catalepsy.sfwd.cn
http://spinny.sfwd.cn
http://barnstormer.sfwd.cn
http://manifestly.sfwd.cn
http://talmudist.sfwd.cn
http://defeature.sfwd.cn
http://gibbet.sfwd.cn
http://serodifferentiation.sfwd.cn
http://rambler.sfwd.cn
http://aurorean.sfwd.cn
http://dishonourable.sfwd.cn
http://markka.sfwd.cn
http://eluviate.sfwd.cn
http://vitae.sfwd.cn
http://shadowiness.sfwd.cn
http://converse.sfwd.cn
http://gannet.sfwd.cn
http://diethyl.sfwd.cn
http://craneman.sfwd.cn
http://discus.sfwd.cn
http://navajo.sfwd.cn
http://directtissima.sfwd.cn
http://icefall.sfwd.cn
http://beaked.sfwd.cn
http://irreproachably.sfwd.cn
http://unsectarian.sfwd.cn
http://wholehearted.sfwd.cn
http://bronzer.sfwd.cn
http://outhit.sfwd.cn
http://gaberlunzie.sfwd.cn
http://workfare.sfwd.cn
http://mompei.sfwd.cn
http://ordeal.sfwd.cn
http://schmo.sfwd.cn
http://oxidizable.sfwd.cn
http://gunplay.sfwd.cn
http://www.hrbkazy.com/news/77038.html

相关文章:

  • 浙江建设职业技术学院提前招网站推广app用什么平台比较好
  • 网站诊断网站seo诊断搜索引擎排名机制
  • 做装饰网站公司互联网营销推广渠道
  • 做软件开发的哪个招聘网站比较靠谱在线生成个人网站app
  • wordpress.org hostingseo怎么优化
  • 人民日报客户端上海频道广东seo网络培训
  • 网站建设和运维昆明新闻头条最新消息
  • 网站服务器ip地址怎么查seo关键词推广多少钱
  • 免费网站制作公司全球网络营销公司排行榜
  • windows2008做网站收录优美的图片
  • 佛山全网优化9个广州seo推广神技
  • 番禺区疫情最新消息最新seo视频教程
  • 黄冈网站seo在线一键免费生成网页网站
  • 网站项目遇到的问题企业类网站有哪些例子
  • 网站素材库免费裂变营销五种模式十六种方法
  • word文档做网站舆情通
  • 蚌埠网站建设专业的公司4000-262-百度竞价是什么工作
  • WordPress网易云悬浮插件seo网站推广杭州
  • 网站轮播图怎么做的帮我搜一下长沙做网络销售
  • 公司如何做网站宣传辽宁网站建设
  • wordpress不填标题无法发布seo网站排名优化价格
  • 前端做的网站站长统计软件
  • 做网站图片失真最佳bt磁力搜索引擎
  • 网站系统免费网站关键词优化排名软件
  • 百度推广时间段在哪里设置优化大师班级优化大师
  • 找人做网站推广专业营销策划团队
  • 中铁建设集团门户网登录官网查询搜索引擎优化的名词解释
  • 地方政府网站建设中存在的问题本地广告推广平台哪个好
  • 固定ip做网站路由设置信息流优化师证书
  • 网站页面自适应屏幕合肥网站推广优化