JJ Chen

.NET Dev & Azure Opsᵇᵉᵗᵃ

All Posts

SignalR minimal demo

微软教程:ASP.NET Core SignalR 入门 项目结构 项目结构 运行效果 运行效果 前端 !DOCTYPE html html lang=en head meta charset=UTF-8 meta name=viewport content=width=device-width, initial-scale=1.0 titleSignalR Demo/title script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js/script script src=https://cdnjs.cloudflare.com/ajax/libs/microsoft-signalr/5.0.8/signalr.min.js/script /head
SignalR

Google 地图瓦片国内域名失效

今天用一个第三方的系统看地图,发现谷歌地图的卫星图挂了。 F12 查了下,一堆接口 404——发现瓦片是通过 gac-geo.googlecnapps.cn 获取的,比如: https://gac-geo.googlecnapps.cn/maps/vt?lyrs=shl=zh-CNx=223346y=103684z=18 (这域名还是谷歌自己注册😏) 试了下直接把域名换成 www.google.com,可以拿到瓦片(请求超时的,请使用魔法),比如: https://www.google.com/maps/vt?lyrs=shl=zh-CNx=223346y=103684z=18 因为是第三方的系统,改不了人家的代码,只能直接想办法重定向了。 找了个浏览器插件 Redirector,直接搜就有: Redirector-add-on 添加一个重定向: Example URL:直接用上面的。

EF Core 字段备注

参考:博客园:小技巧 EntityFrameworkCore 实现 CodeFirst 通过模型生成数据库表时自动携带模型及字段注释信息

基于 APISIX 的微入侵登录方案

参考:博客园:apisix基于username和password的JWT验证插件 实现 Lua 脚本 -- Licensed to the Apache Software Foundation (ASF) under one or more -- contributor license agreements. See the NOTICE file distributed with -- this work for additional information regarding copyright ownership. -- The ASF licenses this file to You under the Apache License, Version 2.0 -- (the License); you may not use this file except in
APISIX Solution

时间戳日志格式化插件

manifest.json { manifest_version: 3, name: TimeUtil, version: 1.0.0, description: XAG log timestamp transformer, icons: { 48: icon.png }, action: { default_icon: icon.png }, permissions: [ activeTab ], content_scripts: [ { matches: [ https://xrtk.xaggeo.com/log/*.log ],
Extention Chrome Edge JS

美化 Powershell

安装 Oh-my-push 官网指导:ohmyposh 微软教程:教程 - 使用 Oh My Posh 为 PowerShell 或 WSL 设置自定义提示符 新建profile note $profile 填写主题 oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\thecyberden.omp.json | Invoke-Expression 安装字体 nerdfonts 下载 个人比较喜欢 Cascadia Code,所以选了 CaskaydiaCove Nerd Font file PLAY file
Powershell Oh My Posh

系统重装

1. 下载镜像 MSDN I TELL YOU MSDN I TELL YOU NEXT 版本:零售版,企业版。当做没有区别。 迅雷下载 2. 制作启动U盘 ultraiso 软碟通,试用即可 UltraIOS 官网下载 3. 安装系统 根据主板选择快捷键启动 按住 Shift 重启 4. 安装驱动 主板官网下载 联想驱动管家 华硕主板官网 备用: 360驱动管家,驱动精灵 5. PLAY 安装软件
Windows