书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 179 个相关结果.
  • 了解通用前端开发

    学习前端开发 概要学习: 前端时事通讯, & 播客: 学习前端开发 概要学习: 成为一名前端开发者 [观看][$付费] 成为一名 Web 开发者 [阅读] 前端开发基础 [观看] freeCodeCamp [交互] 前端课程 [阅读] 精通前端开发 [观看][$付费] 前端开发纳米学位 [观看][$付费] 开启 Web 前端开...
  • 学习前端开发

    学习前端开发 常用资源: 常用前端时讯、新闻媒体 和 播客: 学习前端开发 常用资源: 前端[JS]开发者的基准线:2015 [阅读] 成为一名前端 Web 开发者 [观看][$] 成为一名 web 开发者的基本标准 [阅读] 前端 Web 开发基础 [观看][$] freeCodeCamp [互动] 前端课程 [阅读] 前端开...
  • Conditional count

    Conditional count Conditional count There is another way of using the count() function. Let’s assume that we want to get three numbers for each group: The number of studen...
  • 集成Freemarker

    871 2019-02-26 《Nutz 文档手册》
    将nutz-plugins-views加入到项目中 修改MainModule类,添加引用 用法及默认配置 自定义Freemarker的配置 可供参考的实例项目 集成Freemarker Mar 8, 2018 451 PM 作者:wendal 将nutz-plugins-views加入到项目中 下载地址: https://jfrog....
  • Match Expressions

    637 2020-09-03 《PonyLang Tutorial》
    Matching: the basics Else cases Matching on values Matching on type and value Captures Implicit matching on capabilities in the context of union types Matching tuples Guards...
  • Testing with Ponytest

    485 2020-09-03 《PonyLang Tutorial》
    Example program Test names Aggregation Long tests Exclusion groups Tear down Additional resources PonyTest is Pony’s unit testing framework. It is designed to be as simple ...
  • Generics and Reference Capabilities

    515 2020-09-03 《PonyLang Tutorial》
    An iso specific class A capability generic class In the examples presented previously we’ve explicitly set the reference capability to val : class Foo [ A : Any val ] ...
  • Consume and Destructive Read

    512 2020-09-03 《PonyLang Tutorial》
    Consuming a variable Destructive read An important part of Pony’s capabilities is being able to say “I’m done with this thing.” We’ll cover two means of handling this situation:...
  • Popup 弹出框

    Popup 弹出框 使用指南 在 page.json 中引入组件 示例 视频演示 API Popup props Popup externalClasses Popup 弹出框 用于显示弹出框。 使用指南 在 page.json 中引入组件 { "navigationBarTitleText" : "Popu...
  • As Operator

    587 2020-09-03 《PonyLang Tutorial》
    Safely converting to a more specific type (casting) Specify the type of items in an array literal The as operator in Pony has two related uses. First, it provides a safe way to...