2023 中国开源开发者报告应用程序。 Dart 3 正式发布,100% 健全的空安全 Dart 3 包含了三个主要改进:完成了 100% 健全的空安全;添加了记录、 模式和类修饰符的新语言特性;以及对未来进行了预览,即,通过 Wasm 编 译扩大了对网络原生代码的平台支持。 Cython 3.0 正式发布 经过近五年的漫长岁月,Cython 3.0 于 2023 年 7 月宣布正式发布。 Cython 3.0 在各个方面都优于之前的任何其他 了「Python in Excel」项目,他负责架构制定方面的工作。 Next.js Conf 2023 展示的一张截图,里面的代码使用了名为「Server Actions」的特性:在前端代码中使用 SQL 语句直接操作数据库。其团队表 示,Server Actions 改进了开发者在编写数据变更方面的体验。但许多人表 示这是过去 24 小时内 Twitter 上最让人讨厌的图片。 微软将 Python WebAssembly 垃圾回收(WasmGC)功能——能够将具有 GC 的编程语言编译 为 WebAssembly(Wasm)。这意味着 Chrome 将支持运行 Kotlin、Java 等 GC 编程语言。 WasmGC 是 WebAssembly 社区群组发布的一项提案。通过 WasmGC,将编 程语言移植到 Wasm 意味着编程语言的垃圾回收器不再需要成为移植的一 部分,而是可以直接使用现有的垃圾回收器。 Wikimedia0 码力 | 87 页 | 31.99 MB | 1 年前3
2021 中国开源年度报告量问题,还是因为国内开源项目对华人发起的 Vue 情有独钟。 2021 中国开源年度报告 25 3.15 数据库 数据库使用情况中,不出意外地,MySQL 以绝对优势遥遥领先,SQL Server 与 Oracle 跟随其后。 专家点评 段夕华:Mysql 和 Postgres 的对比关系也有国内外差异,估计还是惯性使然 26 3.16 版本控制工具 毫无疑问的是,Git 一枝 OpenDistro for Elasticsearch。2021 年 1 月,Elastic 公司宣布即将变更 Elasticsearch 的 Apache License 2.0 为双授权许可,即 Server Side Public License (SSPL) + Elastic License,主要是针对 AWS 基于 Elasticsearch 的托管服务。作为应对措施,AWS 宣布创建“真正”开源的 NoSQL 数据库平台。当前产品主要包括企业级数据库 产品 MongoDB Enterprise Advanced、云数据库产品 MongoDB Atlas、开源数据库产品 Community Server 和移 动数据库及同步平台 MongoDB Realm。公司对于不同产品采用不同的定价方式,企业版按服务器节点 订阅,云产品按需付费。以云数据库产品 MongoDB Atlas 为例,公司面向小型团队提供共享集群,共0 码力 | 132 页 | 14.24 MB | 1 年前3
2021 中国开源年度报告Database 数据库使用情况中,不出意外地,MySQL 以绝对优势遥遥领先,SQL Server 与 Oracle 跟 随其后。 Not surprisingly, MySQL leads the pack in terms of database usage, with SQL Server and Oracle trailing behind. 【专家点评】/ [Expert managing servers. Serverless solutions take the server out of application development, leaving the cloud provider to build, maintain and scale the server infrastructure, while developers can package code OpenDistro for Elasticsearch。2021 年 1 月,Elastic 公司宣布 即将变更 Elasticsearch 的 Apache License 2.0 为双授权许可,即 Server Side Public License (SSPL) + Elastic License,主要是针对 AWS 基于 Elasticsearch 的托管服务。 作为应对措施,AWS 宣布创建“真正”开源的0 码力 | 199 页 | 9.63 MB | 1 年前3
全球开源发展态势洞察(2023年第八期)k0s。新版本与全新的Kubernetes 1.27版本 兼容,并进行了各种其他改进和错误修复,版 本特性更新如下: • 兼容Kubernetes1.27; • 支持容器插件,如WebAssembly(WASM) 和gVisor容器沙箱; • k0s将用自建的镜像来运行所有的系统组件; • 支持控制Helm chart的安装顺序。 全球开源态势洞察|第十期 03 Azure AKS正式推出网络方案0 码力 | 22 页 | 1.99 MB | 1 年前3
Krita 5.2 ManualIf you want to write unit tests for your plugin, have a look at the mock krita module [https://github.com/rbreu/krita-python-mock]. Conclusion Okay, so that covers all the Krita specific details for sourceforge, to save a copy to your harddrive (sourceforge has, at this time of writing, some issues with server uptime): User Manual: Primer [http://docutils.sourceforge.net/docs/user/rst/quickstart.html] Quick right words, make pictures. If you need a drawing program, I heard Krita is pretty good. In fact, mock-ups are super useful! And why wouldn’t you make them? Krita is a drawing program made for artists0 码力 | 1502 页 | 79.07 MB | 1 年前3
Google Java Style Guidemultiple annotations (possibly parameterized) may be listed on the same line; for example: @Partial @Mock DataLoader loader; There are no specific rules for formatting annotations on parameters, local vari-0 码力 | 19 页 | 84.76 KB | 1 年前3
Krita 5.2 브로셔If you want to write unit tests for your plugin, have a look at the mock krita module [https://github.com/rbreu/krita-python-mock]. Conclusion Okay, so that covers all the Krita specific details for right words, make pictures. If you need a drawing program, I heard Krita is pretty good. In fact, mock-ups are super useful! And why wouldn’t you make them? Krita is a drawing program made for artists feature in another application has been discussed on the forums with other artists is illustrated with mock-ups and example gets discussed with UX people and is finally prepared as a proposal and then it’s0 码力 | 1531 页 | 79.11 MB | 1 年前3
Krita 4.x 官方文档中文版 2021-08-06A在使⽤⾮标准 Python 对象的信息和信息槽时,你要把它们的名称 放到引号⾥⾯。 关于单元测试的提醒 如果你打算为你的插件编写单元测试,可参考 mock krita module [https://github.com/rbreu/krita-python-mock] ⻚⾯。 结语 以上便是给 Krita 创建⼀个 Python 插件所必须的全部技术细节。 虽然本教程既没有介绍如何解析像素数据,也没有介绍处理⽂档时 right words, make pictures. If you need a drawing program, I heard Krita is pretty good. In fact, mock-ups are super useful! And why wouldn’t you make them? Krita is a drawing program made for artists feature in another application has been discussed on the forums with other artists is illustrated with mock-ups and example gets discussed with UX people and is finally prepared as a proposal and then it’s0 码力 | 1594 页 | 110.95 MB | 1 年前3
Krita 4.x 官方文档中文版 2021-08-06A在使用非标准 Python 对象的信息和信息槽时,你要把它们的名称放到引号里 面。 关于单元测试的提醒 如果你打算为你的插件编写单元测试,可参考 mock krita module [https://github.com/rbreu/krita-python-mock] 页面。 结语 以上便是给 Krita 创建一个 Python 插件所必须的全部技术细节。虽然本教程既 没有介绍如何解析像素数据,也 right words, make pictures. If you need a drawing program, I heard Krita is pretty good. In fact, mock-ups are super useful! And why wouldn’t you make them? Krita is a drawing program made for artists feature in another application has been discussed on the forums with other artists is illustrated with mock-ups and example gets discussed with UX people and is finally prepared as a proposal and then it’s0 码力 | 1373 页 | 74.74 MB | 1 年前3
Krita 5.2 中文手册在使用非标准 Python 对象的信息和信息槽时,你要把它们的名称放到引号里 面。 关于单元测试的提醒 如果你打算为你的插件编写单元测试,可参考 mock krita module [https://github.com/rbreu/krita-python-mock] 页面。 结语 以上便是给 Krita 创建一个 Python 插件所必须的全部技术细节。虽然本教程既 没有介绍如何解析像素数据,也没有介绍处理文档时的最佳做法,但只要你有 right words, make pictures. If you need a drawing program, I heard Krita is pretty good. In fact, mock-ups are super useful! And why wouldn’t you make them? Krita is a drawing program made for artists feature in another application has been discussed on the forums with other artists is illustrated with mock-ups and example gets discussed with UX people and is finally prepared as a proposal and then it’s0 码力 | 1594 页 | 79.20 MB | 1 年前3
共 409 条
- 1
- 2
- 3
- 4
- 5
- 6
- 41













