源码聚合搜索 - 壹搜网为您找到"

Wails v3 正式发布:用 Go 写桌面应用,体积仅 12MB,性能飙升 40%!

"相关结果 20条

JavaScript

JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, garbage-collected, dynamic language, supporting multiple paradigms such as imperative, functional, and object-oriented.
developer.mozilla.org

Golang 跨平台轻量GUI界面对比:Wails vs Fyne vs Webview - 知乎

写代码的安徒生 23 人赞同了该文章 为什么要说是轻量GUI?因为不想用 Electron 这样的庞然大物。下面的这些 GUI 编译出来最多也就 50M,压缩后只有 20M,还算可以。 Wails:Github 4.2k C/S模式,一个后端服务,一个前端页面作为UI。前端可以使用 Vue / Re
zhuanlan.zhihu.com

Multimedia: video

As we learned in the previous section, media, namely images and video, account for over 70% of the bytes downloaded for the average website. We have already taken a look at optimizing images. This article looks at optimizing video to improve web performance.
developer.mozilla.org

go+wails实现跨平台桌面应用程序,实现Host动态切换,仿照SwitchHosts,仅仅大小9M_go wails_xiaolong_tong的博客-CSDN博客

EasyHost 介绍 简单的跨平台桌面应用程序,实现Host动态切换,仿照SwitchHosts实现,仅仅大小9M。 适用于Windows,Linux和MacOS。 利用由Wails开发的vue3前端和Go lang后端,codemirror6作为文本编辑。 如何安装 该应用程序目前在Window
blog.csdn.net

Codecs in common media types

At a fundamental level, you can specify the type of a media file using a basic MIME type, such as video/mp4 or audio/mpeg. However, many media types—especially those that support video tracks—can benefit from the ability to more precisely describe the format of the data within them. For instance, just describing a video in an MPEG-4 file with the MIME type video/mp4 doesn't say anything about what format the actual media within takes.
developer.mozilla.org

go - 从零开始Wails2编写Web桌面应用 - 01小径 - SegmentFault 思否

前端要写桌面应用的话首先想到的肯定是Electron,Electron的应用成熟度已经无可置疑,但包体积始终是个令人头疼的问题。如果很在意体积问题,而且喜欢尝试新技术的话,在现代其他编程语言不断侵入前端生态的情况下,我们选择的眼光也不一定要局限在JavaScript上。 Wails就是基于Go+We
segmentfault.com

Handling common HTML and CSS problems

With the scene set, we'll now look specifically at the common cross-browser problems you will come across in HTML and CSS code, and what tools can be used to prevent problems from happening, or fix problems that occur. This includes linting code, handling CSS prefixes, using browser dev tools to track down problems, using polyfills to add support into browsers, tackling responsive design problems, and more.
developer.mozilla.org

golang 开发windows应用 - KelvinQ的个人空间 - OSCHINA - 中文开源技术交流社区

闲着无聊又玩go语言找虐。。。——用go开发windows应用程序 想要用go开发windows应用必须先要安装必要的组件:    walk集成了很多windows的控件 go get github.com/lxn/walk    win是go调用windowsApi的一种实现 go get git
my.oschina.net

Storing the information you need — Variables

After reading the last couple of articles you should now know what JavaScript is, what it can do for you, how you use it alongside other web technologies, and what its main features look like from a high level. In this article, we will get down to the real basics, looking at how to work with the most basic building blocks of JavaScript — Variables.
developer.mozilla.org

google/guestbook-python-redis

A simple guestbook example written in Python. It works against a redis backend.
hub.docker.com