- Twobit and Larceny
- R. Kent Dybvig
- The 90 minute Scheme to C compiler
- Ur-Scheme: A GPL self-hosting compiler from a subset of R5RS Scheme to fast Linux x86 asm
- A-Normalization: Why and How
- Closure conversion: How to compile lambda
- How to compile with continuations
- Compiling to lambda-calculus: Turtles all the way down
- Compilers :: CS 5470
- Compiling Scheme to C with closure conversion
- Compiling to Java
- The Original 'Lambda Papers' by Guy Steele and Gerald Sussman
- readscheme
-
Scheme
2016-07-29 14:05:30 -
scheme手册
2018-08-04 18:14:24适合深入研究 scheme 者 请勿在未经授权的情况下上传任何涉及著作权侵权的资源,除非该资源完全由您个人创作 点击上传资源即表示您确认该资源不违反资源分享的使用条款,并且您拥有该资源的所有版权或者上传资源... -
Scheme入门教程—Yet Another Scheme Tutorial
2018-09-06 14:12:45Yet Another Scheme Tutorial——Scheme入门教程 中文版。其中文地址为:http://deathking.github.io/yast-cn/。pdf只是于2018。08把上面的内容加了目录、标题序号,制作成了pdf。 本教程的目的在于给读者在Scheme... -
dubbo配置scheme文件
2014-10-14 15:43:24dubbo配置scheme文件 -
Scheme入门教程(Yet Another Scheme Tutorial)
2018-03-15 16:43:29Scheme入门教程(Yet Another Scheme Tutorial),从网页下载,转成PDF -
scheme compiler
2019-09-17 12:33:51Twobit and Larceny R. Kent Dybvig The 90 minute Scheme to C compiler Ur-Scheme: A GPL self-hosting compiler from a subset of R5RS Scheme to fast L...转载于:https://my.oschina.net/crcc/blog/904466
-
scheme语言的解释器scheme48
2012-09-20 22:29:34scheme语言的解释器scheme48 -
scheme简明教程
2018-04-06 13:34:21这是一本在国外比较有名的Scheme编程语言的入门教材。本教材适合任何对Scheme编程语言感兴趣的人阅读,尤其是有其他编程语言(特别是动态语言)编程经验,希望快速了解Scheme的不同点并且快速上手写点东西的人。 -
chez scheme 手册
2017-12-15 11:56:18kent 开发的chez scheme 用户文档,chezscheme是目前最快的scheme应用,不论是运行速度或是编译速度 -
URLScheme
2018-06-07 13:55:21[iOS]iOS中使用URLScheme进行App跳转 IOS10.3 URL Scheme 命名的调整 URL Scheme是如何实现app之间的跳转展开全文 -
Scheme Starter Package
2020-12-29 05:31:06<div><p>Implement support for the scheme programming language. An incomplete list of scheme implementations may be found on this page: ... -
Android Scheme
2018-05-15 11:30:08一、什么是 URL Scheme? android中的scheme是一种页面内跳转协议,是一种非常好的实现机制,通过定义自己的scheme协议,可以非常方便跳转app中的各个页面;通过scheme协议,服务器可以定制化告诉App跳转那个页面...一、什么是 URL Scheme?
android中的scheme是一种页面内跳转协议,是一种非常好的实现机制,通过定义自己的scheme协议,可以非常方便跳转app中的各个页面;通过scheme协议,服务器可以定制化告诉App跳转那个页面,可以通过通知栏消息定制化跳转页面,可以通过H5页面跳转页面等。
二、URL Scheme应用场景:
客户端应用可以向操作系统注册一个 URL scheme,该 scheme 用于从浏览器或其他应用中启动本应用。通过指定的 URL 字段,可以让应用在被调起后直接打开某些特定页面,比如商品详情页、活动详情页等等。也可以执行某些指定动作,如完成支付等。也可以在应用内通过 html 页来直接调用显示 app 内的某个页面。综上URL Scheme使用场景大致分以下几种:
- 服务器下发跳转路径,客户端根据服务器下发跳转路径跳转相应的页面
- H5页面点击锚点,根据锚点具体跳转路径APP端跳转具体的页面
- APP端收到服务器端下发的PUSH通知栏消息,根据消息的点击跳转路径跳转相关页面
- APP根据URL跳转到另外一个APP指定页面
三、使用方式
URL Scheme使用的三种方式
Android:你要的WebView与 JS 交互方式 都在这里了
-
抖音快手URL Scheme
2020-09-02 14:37:14抖音快手URL Scheme 里面包含了抖音快手,进入直播间,进入用户,hone,等 手机中的APP都有一个沙盒,APP就是一个信息孤岛,相互是不可以进行通信的。但是iOS的APP可以注册自己的URL Scheme,URL Scheme是为方便app... -
URL Scheme
2017-03-09 18:45:00URL Scheme是什么 URL Scheme有什么作用 URL Scheme怎么使用 URL Scheme是什么 由于苹果的app都是在沙盒中,相互是不能访问数据的。但是苹果还是给出了一个可以在app之间跳转的方法:URL Scheme。简单的说,... -
url scheme
2019-08-09 11:04:38所以研究 了一下这种通信方式应该是使用URL Scheme,URL Scheme是一种页面跳转协议,通过这个协议我们可以实现app内部各个页面相互跳转, 可以通过浏览器或H5页面唤起app,还可以在两个app之间相互唤起和通信。 ... -
JIRA Scheme
2019-10-08 20:23:11JIRA Scheme: 转载于:https://www.cnblogs.com/limei/archive/2012/05/20/2510931.html -
Testflight Scheme
2019-01-17 11:01:19itms-beta:// 苹果testflight 外部激活的scheme 外部打开testflight -
Scheme编程语言,第三版The Scheme Programming Language, Third Edition
2019-11-15 19:07:48介绍Scheme编程语言,涵盖正式和非正式标准中的所有内容。 -
scheme 学习
2016-05-06 17:19:24与Scheme共舞 -
Application#for_scheme doesn't find scheme in v2.0.3
2020-12-28 17:03:20(:scheme) test, but it tests true and then reassigns scheme to scheme.scheme -- which makes scheme blank instead of 'file' as it should be.</p><p>该提问来源于开源项目:copiousfreetime/... -
Use MARATHON_SCHEME_PORT label to define scheme of a given port
2020-12-08 19:29:26<div><p>The links in the tasks view use the same scheme as the Marathon UI web application but in some cases users expose a service with a different scheme on a given port. <p>In order to correctly ...
收藏数
37,397
精华内容
14,958
-
Metabase从入门到精通视频教程
-
kettle实验十二:子转换数据质量统计
-
Cascading optofluidic phase modulators for performance enhancement in refractive adaptive optics
-
安卓10源码开发定制(22)使用jadx反编译工具查看aidl文件实现代码
-
Unity游戏开发之数字华容道
-
微信小程序之颜值测试项目(测颜值)【项目实战】
-
字符串哈希1
-
计算机网络基础
-
数据类型转换、运算符、方法入门
-
【数据分析-随到随学】Spark理论及实战
-
MATLAB车票发票识别.zip
-
商业的本质——杰克·韦尔奇著
-
Linux与数据库基础
-
转行做IT-第5章 流程控制语句
-
PHP经典项目案例-(一)博客管理系统1
-
【数据分析-随到随学】数据分析建模和预测
-
MATLAB出入库车牌识别计费(语音播报,GUI界面,论文).zip
-
视频流分片编码的无人机视频传输方法
-
Java无损导出及转换word文档
-
基于多尺度融合的深度人群计数算法