代码改变世界

阅读排行榜

Install VS Code in Raspberry pi OS 3

2020-10-12 22:57 by 蜡笔小旧, 227 阅读, 收藏,
摘要: 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 阅读全文

[Translation] Introduction to ASP.NET Core

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

Cunningham's Law

2017-12-12 22:37 by 蜡笔小旧, 227 阅读, 收藏,
摘要: 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 阅读全文

Ubuntu 10.10 install window7 theme

2011-01-18 10:43 by 蜡笔小旧, 227 阅读, 收藏,
摘要: http://ubuntu.sun.ac.za/index.php?title=W7_Theme 阅读全文

js 四舍五入

2016-09-12 21:14 by 蜡笔小旧, 223 阅读, 收藏,
摘要: 举例excel: ROUND 会四舍五入的;ROUNDDOWN 取小数点后两位数据,不管进位问题;ROUNDUP 取小数点后两位数据,只要有第三位小数都会进位的。关键看你取数的要求 在js如果要求roundup可以使用accounting.js库 (0.615).toFixed(2); // "0. 阅读全文
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页