摘要: .Net Framework项目,Nuget restore的packages文件夹总是和solution文件放同一个目录,项目文件(XXX.csproj)会按照相对路径去找相应的Libraries依赖,当solution文件移动到上级目录后,就会出现项目找不到Libraries依赖的情况,最好在刚开始就把solution文件保存到项目文件夹的上级目录 阅读全文
posted @ 2020-05-28 23:30 天琊蓝 阅读(947) 评论(0) 推荐(0) 编辑
摘要: .NET core自带的System.Text.Json和Newtonsoft.Json有同名的Attribute,如上面所说的JsonIgnore,在使用Newtonsoft.Json的时候要注意引用正确的包 阅读全文
posted @ 2020-05-24 22:50 天琊蓝 阅读(2978) 评论(1) 推荐(1) 编辑
摘要: 1.PowerShell连接常规远程主机 2.使用PowerShell以Http方式连接Azure虚拟机 3.使用PowerShell以Https方式连接Azure虚拟机 阅读全文
posted @ 2020-05-03 00:41 天琊蓝 阅读(6319) 评论(2) 推荐(0) 编辑
摘要: SQL70004: In this context, you must specify columns by using a CREATE TABLE statement instead of by using an ALTER TABLE statement 阅读全文
posted @ 2020-04-09 00:15 天琊蓝 阅读(467) 评论(0) 推荐(0) 编辑
摘要: By default, Windows and Windows server allow a single Remote Desktop session. If you have multiple administrators working on your computer and only one session is available you will take over another person’s live session. However, following the instructions below allows you to enable multiple RDP sessions. 阅读全文
posted @ 2020-04-01 23:26 天琊蓝 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 使用SqlLocalDB Utility查看SqlLocalDB的版本,返回以下错误: C:\>SqlLocalDB versions Windows API call "RegGetValueW" returned error code: 0. 搜了一下,发现是注册表配置问题(MSDN Commu 阅读全文
posted @ 2020-04-01 16:58 天琊蓝 阅读(756) 评论(1) 推荐(0) 编辑
摘要: 1.Understand Distributed Version Control System(VCS)/Software Configuration Management(SCM); 2.Check in your source code correctly and elegantly 阅读全文
posted @ 2020-02-13 23:46 天琊蓝 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Core Services of AWS: EC2, S3, RDS,Route53 阅读全文
posted @ 2019-11-17 21:41 天琊蓝 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 已知的TCP/UDP端口可以在wikipedia上找到: List of TCP and UDP port numbers, 太多了,按组列举了最常用的 阅读全文
posted @ 2019-07-30 19:12 天琊蓝 阅读(799) 评论(2) 推荐(1) 编辑
摘要: 使用PowerShell比较本地文本文件是否相同通常有两种方式:1.通过Get-FileHash这个命令,比较两个文件的哈希是否相同;2.通过Compare-Object这个命令,逐行比较两个文件的内容是否相同。 阅读全文
posted @ 2019-07-14 16:12 天琊蓝 阅读(1193) 评论(2) 推荐(0) 编辑
摘要: 使用Group-Object(group)按组统计,在Format-Table里使用-GroupBy按组显示结果 阅读全文
posted @ 2019-06-26 16:59 天琊蓝 阅读(1616) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-06-02 00:09 天琊蓝 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 使用OMS查询Api Management的调用日志 阅读全文
posted @ 2019-04-26 13:19 天琊蓝 阅读(366) 评论(0) 推荐(0) 编辑
摘要: Overview of Azure Storage: Azure Storage types, Controlling access to storage 阅读全文
posted @ 2019-01-01 20:03 天琊蓝 阅读(161) 评论(0) 推荐(0) 编辑
摘要: ping is used for testing the connectivity between two devices(knock on the door of remote server). telnet is used to login to another device and you can manage it by commands line if it is running telnet daemon. 阅读全文
posted @ 2018-11-21 14:50 天琊蓝 阅读(4681) 评论(0) 推荐(0) 编辑
摘要: overview of most of the available .rdp file settings 阅读全文
posted @ 2018-09-14 18:23 天琊蓝 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 原以为span不同于input,事件冒泡会被父级标签吞噬,写了个测试事件冒泡的Demo,发现并不是想得那样。另外:event.stopPropagation()以及event.stopImmediatePropagation()并不能阻止span冒泡到a标签中,而简单粗暴的return false却可以。 阅读全文
posted @ 2017-10-11 23:46 天琊蓝 阅读(802) 评论(1) 推荐(0) 编辑
摘要: 最近对集合相关的命名空间比较感兴趣,以前也就用下List 阅读全文
posted @ 2017-10-11 03:51 天琊蓝 阅读(6091) 评论(2) 推荐(0) 编辑
摘要: Java中的常用集合类型总结:List, Set, Map 阅读全文
posted @ 2017-10-03 00:00 天琊蓝 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 使用Html5的数据属性(data-*)Map级联关系,filter方法的使用 阅读全文
posted @ 2017-09-11 18:03 天琊蓝 阅读(2988) 评论(0) 推荐(0) 编辑