书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 19 个相关结果.
  • [英文]The FeathersJS documentation

    Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
  • vue-analytics document

    vue-analytics,Vue plugin for Google Analytics. The plugin isn't just a wrapper of the Google Analytics API, but provides a solution to issues that most of the time you don't want t...
  • Serenity Developer Guide(英文)

    Serenity is an ASP.NET Core / MVC / TypeScript application platform which has been built on open source technologies. It aims to make development easier while reducing maintenance...
  • virtualenvwrapper 4.8.4 document

    virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing you...
  • WebRTC v1.0 Documentation

    WebRTC,网页即时通信(英语:Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的API。
  • Modern CMake

    I'm talking about Modern CMake. CMake 3.1+, maybe even CMake 3.19+! It's clean, powerful, and elegant, so you can spend most of your time coding, not adding lines to an unreadable,...
  • Secure Mobile Development

    At NowSecure we spend a lot of time attacking mobile apps - hacking, breaking encryption, finding flaws, penetration testing, and looking for sensitive data stored insecurely. We d...
  • Microservices in Golang

    This is a ten part series on writing microservices in Golang. Making use of protobuf and gRPC as the underlying transport protocol. Why? Because it took me a long time to figure th...
  • Vuex v3.x 教程

    Vuex 是一个专为 Vue.js 应用程序开发的状态管理模式。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。Vuex 也集成到 Vue 的官方调试工具 devtools extension (opens new window),提供了诸如零配置的 time-travel 调试、状态快照导入导出等高级调试功能。