代码改变世界

Install VS Code in Raspberry pi OS 3

2020-10-12 22:57 by 蜡笔小旧, 196 阅读, 0 推荐, 收藏, 编辑
摘要:Linux ARM builds - VS Code is now available for both Linux ARMv7 and ARM64. (1) Visit Link:https://code.visualstudio.com/docs/?dv=linuxarmhf and downl 阅读全文

docker run

2020-10-05 10:56 by 蜡笔小旧, 147 阅读, 0 推荐, 收藏, 编辑
摘要:These are docker run examples for my need(run docker container that mounts the host file system without using .Dockerfile): 1. Run docker Nginx contai 阅读全文

Restore Microsoft.RemoteDesktop on Windows 10

2020-06-26 22:22 by 蜡笔小旧, 408 阅读, 0 推荐, 收藏, 编辑
摘要:A few months ago, I installed software, called 'Debotnet' that it run the PowerShell "Get-AppxPackage Microsoft.RemoteDesktop | Remove-AppxPackage". T 阅读全文

Linux Commands

2020-02-17 21:16 by 蜡笔小旧, 166 阅读, 0 推荐, 收藏, 编辑
摘要:卸载腾讯云云服务器安全监控组件 step1: /usr/local/qcloud/YunJing/YDDelCrontab.sh step2: /usr/local/qcloud/YunJing/uninst.sh step3: /usr/local/qcloud/stargate/admin/de 阅读全文

[Translation] Introduction to ASP.NET Core

2018-09-14 00:09 by 蜡笔小旧, 214 阅读, 0 推荐, 收藏, 编辑
摘要:Orignal Link: Introduction to ASP.NET Core 09/13/2018 The following content typing by hands. asp.net core 是一个跨平台,高性能的开源框架, 它能构建 现代的,基于云的,互联网交互的 应用。 使用 阅读全文

Create a private nuget server

2017-12-18 13:57 by 蜡笔小旧, 386 阅读, 0 推荐, 收藏, 编辑
摘要:?(1)https://docs.microsoft.com/en-us/nuget/hosting-packages/nuget-server (1.2) depoly to IIS(http://localhost:53673) (1.3) config you apiKey if need. 阅读全文

Cunningham's Law

2017-12-12 22:37 by 蜡笔小旧, 219 阅读, 0 推荐, 收藏, 编辑
摘要:Cunningham's Law states "the best way to get the right answer on the internet is not to ask a question; it's to post the wrong answer." Ref:https://me 阅读全文

[转]Migrating HTTP handlers and modules to ASP.NET Core middleware

2017-02-01 23:13 by 蜡笔小旧, 193 阅读, 0 推荐, 收藏, 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/core/migration/http-modules 阅读全文

js 四舍五入

2016-09-12 21:14 by 蜡笔小旧, 210 阅读, 0 推荐, 收藏, 编辑
摘要:举例excel: ROUND 会四舍五入的;ROUNDDOWN 取小数点后两位数据,不管进位问题;ROUNDUP 取小数点后两位数据,只要有第三位小数都会进位的。关键看你取数的要求 在js如果要求roundup可以使用accounting.js库 (0.615).toFixed(2); // "0. 阅读全文

ko trick

2016-04-30 14:38 by 蜡笔小旧, 196 阅读, 0 推荐, 收藏, 编辑
摘要:(1)let a = ko.observable(‘A’)绑定到select,如果下拉列表中找不到'A', 变量a会赋值成undefined. 要解决此问题可以使用绑定valueAllowUnset (2)<div data-bind='abcd'> abcd绑定找不到不会报错 (3)compone 阅读全文
上一页 1 2 3 4 5 6 ··· 21 下一页