12 2020 档案

摘要: 阅读全文
posted @ 2020-12-31 14:36 lishidefengchen 编辑
摘要:修改为微软雅黑或其他字体尝试一下,一般就可以解决了。 阅读全文
posted @ 2020-12-23 17:51 lishidefengchen 编辑
摘要:其实跟winform一样,都是按住ctrl键+方向键进行的。 阅读全文
posted @ 2020-12-23 16:40 lishidefengchen 编辑
摘要:https://www.cnblogs.com/hao0oah/p/navicat15.html 阅读全文
posted @ 2020-12-20 14:18 lishidefengchen 编辑
摘要:c# 做了一个小demo,分析一下父子类的运行机制,感觉很有意思,做个备忘。 代码如下: class A { public A() { PrintFields(); } public virtual void PrintFields() { } } class B : A { int x = 1; 阅读全文
posted @ 2020-12-19 15:27 lishidefengchen 编辑
摘要:三种解决方式: 1.查看引用的location是否正确 2.删除项目的packages包,重新执行一下nuget还原 3.尝试在nuget包管理器中,把当前该引用的版本进行变更,进行update操作 阅读全文
posted @ 2020-12-17 13:12 lishidefengchen 编辑
摘要:注意:现在Material直接这么引入会报错了, import {MatCheckboxModule} from '@angular/material'; 现在改成了,用哪个模块就直接引入哪个模块了 ref: https://github.com/angular/components/issues/ 阅读全文
posted @ 2020-12-11 11:47 lishidefengchen 编辑
摘要:Flask配置Cors跨域 - 忧臣解读 - 博客园 (cnblogs.com) A访问B,如果请求任何资源从B,则就是同源的,没有跨域的问题; A访问B,但是这个时候需要从B的页面或服务里去请求C的资源,那就不是同源了,违反了同源策略。这个时候就会出现跨域问题了。 【关键】 如果我们要跨域请求C服 阅读全文
posted @ 2020-12-10 14:48 lishidefengchen 编辑
摘要:PowerDesigner的下载及安装 阅读全文
posted @ 2020-12-10 09:05 lishidefengchen 编辑
摘要:PowerDesigner的下载及安装 - 简书 (jianshu.com) 阅读全文
posted @ 2020-12-10 09:04 lishidefengchen 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style> body { background: url(123fff.jpg) no-repeat center center fixed; /*兼容浏 阅读全文
posted @ 2020-12-09 19:35 lishidefengchen 编辑
摘要:pip配置镜像 Linux 修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下: 1 2 [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple Windows 直接在user目 阅读全文
posted @ 2020-12-09 17:00 lishidefengchen 编辑
摘要:Α α [alpha] 阿尔法 Β β [beta] 贝塔 Γ γ [gamma] 伽马 Δ δ [delta] 德尔塔 Ε ε [epsilon] 伊普西龙 Ζ ζ [zeta] 截塔 Η η [eta] 艾塔 Θ θ [sita] 西塔 Ι ι [iota] 约塔 Κ κ [kappa] 卡帕 阅读全文
posted @ 2020-12-07 15:51 lishidefengchen 编辑
摘要:aspnetcore+angular项目,使用命令行启动会出现这个问题,但不影响页面正常浏览。 可以使用vs打开项目,使用f5来代替dotnet run命令启动 阅读全文
posted @ 2020-12-06 06:47 lishidefengchen 编辑
摘要:比淘宝的好用,哈哈 1. 设置镜像源 npm config set registry https://mirrors.huaweicloud.com/repository/npm/ 2.清空缓存 npm cache clean -f 3. 检查 npm config list 图示: 阅读全文
posted @ 2020-12-04 16:58 lishidefengchen 编辑
摘要:0. 打开windows powershell 1. 查看当前wsl的状态和版本 wsl -l -v 2. 关闭wsl 3. 再次查看wsl系统 wsl -l -v 证明确实已经关闭。 【拓展】 更多的使用命令,直接执行【wsl --help】来进行查看。 (完) 阅读全文
posted @ 2020-12-02 18:07 lishidefengchen 编辑

点击右上角即可分享
微信分享提示