问题标签 [rebol]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rebol - 如何在 Rebol 中发送 http get 以下载 wordpress xml 备份文件?
我想使用 rebol 下载我博客的 xml 备份
http://reboltutorial.com/wp-admin/export.php
形式是
我想我首先需要登录http://reboltutorial.com/login/然后然后呢?做类似事情的任何代码示例(获取cookie,...)?
rebol - Rebol: How to use local variables with build-markup function?
Is there a way to do so including creating an other build-markup function ?
rebol - rebol esmtp失败?
我想用 smtp.hotpop.com 试试 esmtp
使用http://www.rebol.org/view-script.r?script=esmtp.r和 http://www.rebol.org/view-script.r?script=esend.r
但它失败了。
怎么了 ?
以下是帮助您设置邮件客户端所需的所有信息:
*HotPOP 的外发 (SMTP) 邮件服务器需要验证。用户名和密码与 POP 服务器和网站相同。不要选择“安全”密码验证。
rebol - rebol script embedded in html: why does it return ?
If tested in Rebol's Console this gives
Why does it return and how to prevent this if possible ?
rebol - Rebol 函数和无限参数
rebol 中的 do 函数似乎可以接受无限的参数。我可以用我自己的函数(不使用参数块)来做到这一点吗?
rebol - Rebol 模拟无限 args 这里所说的任何例子?
http://www.rebol.org/ml-display-thread.r?m=rmlJNWS
格雷厄姆写道:
函数可以有可变数量的参数吗?不,但是您可以使用 'any-type! 来模拟它!函数说明符和传递未设置!作为论据。更好的是使用细化。
rebol - rebol --do 不起作用?
根据这个 http://www.rebol.com/docs/changes.html#section-1.7
--do 应该再次工作
但是当我在 Rebview 1.3.2 / Core 2.6.3 rebol.exe helloworld.exe 上测试时 --do "verbose: true"
使用 helloworld.r:
这会触发错误
** 脚本错误:verbose 没有值 ** Near:探测详细输入
那么它最终是否再次起作用?:)
rebol - 重发网址?函数并没有真正检测到 url?
我想阅读剪贴板,如果它是一个 url 做一些事情。问题是网址?不做这项工作:
这是正常的吗?那我该怎么做我想要的检测呢?
rebol - 比 head remove back tail 更好的 Rebol 语法(删除模具 b)?
我想将一个块转换为这样的字符串
有比这更好的语法吗?
谢谢。
rebol - Rebol Parsing Rule:如何更正规则以分隔段落
我想解析下面的订单系列:
我在剪贴板中得到了这个
而我想得到这个
我应该如何修改我的解析规则?
谢谢。