编程资源

操作系统大全

WinWorld
https://winworldpc.com/library/operating-systems

C/C++

微软各版本运行时库的最新版本页面
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

微软 Windows SDK 编程示例
https://github.com/microsoft/Windows-classic-samples

Java

Java 基本操作的示例代码
Mkyong.com – Learn Java and Spring.

Go

UI 库

Gio UI – Cross-Platform GUI for Go:Gio UI

goey – declarative, cross-platform GUI for the Go language:https://bitbucket.org/rj/goey

数据库访问模型

zorm:https://gitee.com/chunanyong/zorm

lingorm:xiaolingzi/lingorm: orm for go (github.com)

前端

CSS

教程与讲解

The Magic of CSS:https://adamschwartz.co/magic-of-css/

框架

Bulma – The Modern CSS Framework:https://bulma.io/

Milligram – A minimalist CSS framework:https://milligram.io/

Pico CSS • Minimal CSS Framework for semantic HTML:https://picocss.com/

Simple.css – A classless CSS framework:https://simplecss.org/

Water.css – Water.css is a drop-in collection of CSS styles to make simple websites:https://watercss.kognise.dev/

MVP.css — A minimalist stylesheet for HTML elements:https://andybrewer.github.io/mvp/

markdown.css – CSS for Markdown:https://github.com/LearnShare/markdown.css

FICTOAN:FICTOAN Framework • Mockups with markup (sujan-s.github.io)

SPCSS:susam/spcss: A simple, minimal, classless stylesheet for simple HTML pages (github.com)

Nexmoe.css – Use only HTML to write modern websites with smooth animations and beautiful interfaces:https://github.com/nexmoe/nexmoe.css

以上列出的数个 CSS 小框架也在此处被收录,称之为 No-Class CSS Frameworks。

框架合辑:Awesome CSS Frameworks | Curated list of awesome lists | Project-Awesome.org。CSS 的框架有 SASS、SCSS、LESS 等变种,简言之,前两者是同一技术的先后演进,后者略有区别(如变量的前缀,跟前者使用的 $ 不同,是用 @)。共同之处在于,跟 C 语言的预处理阶段类似,它们相较原始 CSS 引入了代码生成的步骤。简明的介绍可以参考此文《Sass/Scss 和 Less 的区别》。

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注