腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(116)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Hunchentoot
启用CORS
我在
hunchentoot
上启用CORS时遇到了一些问题: (setf (
hunchentoot
:header-out "Access-Control-Allow-Origin") "*")(setf (
hunchentoot
:header-out "Accept&q
浏览 3
提问于2019-12-04
得票数 5
6
回答
使用ASDF启动
Hunchentoot
我正在开发一个使用
Hunchentoot
的web应用(在SBCL和Linux上),通常我只是在Emacs (SLIME)上运行它,但对于部署,我想要一些更容易自动化的东西。myapp.asd:(defsystem :myapp :depends-on ("
hunchentoot
") (list (
hunchentoot
:create-static-f
浏览 0
提问于2009-03-21
得票数 8
2
回答
安装"
hunchentoot
“错误?
我想在freebsd框上安装
hunchentoot
,但是quicklisp报告了错误:To load "
hunchentoot
":alexandria babel bordeaux-threads cffi chunga
hunchentoot
下面的重新启动是可用的:中止:R1放弃"<e
浏览 2
修改于2011-09-29
得票数 0
3
回答
如何启动
Hunchentoot
?
如何在项目中启动
Hunchentoot
?我看了一下Edi Weitz的指南,一切都很顺利,直到安装完成。列出的教程要么不完整,要么略过了服务器的实际使用情况。如何让
Hunchentoot
使用这些东西?
浏览 14
提问于2013-11-02
得票数 6
3
回答
更改
hunchentoot
的当前包
我已经用quickproject为每个Xach的设置了一个
hunchentoot
项目--包在文件的顶部运行,
hunchentoot
在文件的后面启动。REPL也切换到我的包,但很明显
hunchentoot
没有在我的包中运行。这会在REPL和浏览器中的测试之间造成一些差异。例如,有一个函数在列表中查找一些东西,但
hunchentoot
从中获取了NILs,因为它使用了另一个包中的符号。
Hunchentoot
最终在cl-user下使用了一些东西,可能是因为使用了类似于上面链接中的WITH-STANDARD-IO-
浏览 1
修改于2017-05-23
得票数 0
回答已采纳
2
回答
为什么CCL无法加载
hunchentoot
?
SBCL可以成功加载
hunchentoot
。然而,CCL报告说:To load "
hunchentoot
":
hunchentoot
; Loading "
hunchentoot
浏览 1
提问于2011-12-29
得票数 4
回答已采纳
2
回答
重定向至带有
hunchentoot
的https
我设置了一个带有ssl的
hunchentoot
服务器。我希望将常规的http请求重定向到https。似乎
hunchentoot
:define-easy-handler和
hunchentoot
:redirect的某种组合是可行的,但我搞不清楚。这是我到目前为止所知道的: (defvar *https-handler* :ssl-certificate-f
浏览 27
提问于2019-05-03
得票数 5
回答已采纳
2
回答
Quicklisp无法为
Hunchentoot
安装LIBSSL
请不要批评我的环境选择,但是如果这个特定的设置有与Quicklisp和
Hunchentoot
相关的缺陷,请随时指出它们。我下载并安装了Quicklisp,并尝试使用它来获取
Hunchentoot
--然而,我似乎遇到了错误。我输入(ql:quickload "
hunchentoot
"),看起来一切正常,但有一件事-- CL+SSL?无论出于什么原因,该特定组件都不会安装。无法打开库"libssl32.dll“ 编辑:我尝试用LispBox安装
Hunchentoot
,得到了完全相同的错误。
浏览 0
修改于2012-07-18
得票数 5
回答已采纳
2
回答
使用
hunchentoot
我不能生成网页
我正在学习普通的lisp,并尝试使用
hunchentoot
来开发web应用程序。(ql:quickload "cl-who") (:use :cl :cl-who :
hunchentoot
(start (make-instance
浏览 1
提问于2013-07-23
得票数 2
1
回答
Hunchentoot
1.0仅返回空响应
我以前在这里做过
Hunchentoot
1.0之前的开发,所以我已经安装了它(通过asdf-install)。谢谢!
浏览 4
提问于2009-12-20
得票数 0
2
回答
如何在
hunchentoot
中处理多个文件上传?
我知道如何使用
hunchentoot
:post-paremter在
hunchentoot
中处理单个文件上传,但是当我添加一个属性multiple,即<input name="file" type="file" multiple="multiple"/>时,我只为其中一个添加了(
hunchentoot
:post-paraameter "file")。
浏览 7
提问于2013-03-06
得票数 3
回答已采纳
1
回答
Hunchentoot
是未知的处理程序
是什么导致了这些差异,是什么导致
Hunchentoot
失败并显示了这条消息?server.lisp (start) - WEBLOCKS/SERVER::SERVER-TYPE: :
HUNCHENTOOT
thread #<SB-THREAD:THREAD "main thread" RUNNING :<e
浏览 13
提问于2019-01-16
得票数 1
回答已采纳
1
回答
如何在
Hunchentoot
提供的页面上禁用缓存?
我正在尝试禁用
Hunchentoot
的页面缓存,以简化本地主机上的web开发。 (test-fn :uri "/test.html") (name) (
hunchentoot
:no-cache) (format nil "Hey~
浏览 5
提问于2021-04-26
得票数 2
1
回答
如何将Web应用程序连接到
Hunchentoot
我正在写一个网络应用程序,这将需要
hunchentoot
网络服务器。我几乎没有
hunchentoot
或任何web服务器的工作知识,我想知道我用Common Lisp编写的应用程序如何为web客户端提供页面。在
Hunchentoot
页面上列出的那个。你知道我在哪里可以找到更多这样的例子吗?谢谢。
浏览 5
修改于2009-06-20
得票数 5
1
回答
如何在
hunchentoot
中获得上传的文件创建日期?
我使用
hunchentoot
web服务器,并在那里上传文件。它将文件存储到临时位置(/tmp/
hunchentoot
/
hunchentoot
-XX),并将修改和创建日期设置为now。
浏览 1
提问于2013-10-28
得票数 0
回答已采纳
1
回答
如何禁用与
hunchentoot
一起使用的静态文件?
昨晚大部分时间我都在浏览
hunchentoot
文档和源文件,但是没有找到一个关于如何禁用静态文件服务的提示。 我所需要的只是编写一些处理程序,这些处理程序响应HTTP请求。我目前(未经测试的第一次尝试)是给:document-root值nil,但是没有文档说明
hunchentoot
将用它做什么(要么我想要什么,要么使用默认的root-dir.)。
hunchentoot
的另一个混淆点来自于一些(至少对我来说)新的全局变量用法(我以前从未见过defvar-unbound或任何类似的东西)。因此,如果您提供了如何禁用与
hunchentoo
浏览 4
修改于2021-12-14
得票数 1
回答已采纳
1
回答
当
Hunchentoot
在反向代理后面时如何重定向到HTTPS
我在http://localhost:4242上运行了一个
Hunchentoot
应用程序。此应用程序使用非SSL受体(即
hunchentoot
:easy-acceptor而不是
hunchentoot
:easy-ssl-acceptor)。因此,(
hunchentoot
:redirect "/some-page/")将重定向到http://example.test/some-page/而不是https://
浏览 9
修改于2022-05-05
得票数 2
回答已采纳
1
回答
从
Hunchentoot
服务器中删除默认项
Hunchentoot
附带了一些默认文件,无需添加任何新的处理程序即可提供这些文件。它们存储在/path/to/
hunchentoot
/www/中。我想不出怎样才能阻止他们被服务。
浏览 4
提问于2015-01-24
得票数 1
回答已采纳
2
回答
从REPL访问
Hunchentoot
请求对象以进行调试
我发现增量开发在为
Hunchentoot
编码时往往会中断。 (*session* (slot-value *request* '
hunchentoot
浏览 4
修改于2015-02-22
得票数 8
2
回答
如何告诉
Hunchentoot
在哪里可以找到静态网页服务?
Hunchentoot
文件指出: “接受者的方法尝试服务静态文件相对于它的受体-文档-根。有人能给我举个例子,说明如何告诉
Hunchentoot
在哪里寻找静态网页吗?
浏览 7
修改于2020-06-20
得票数 12
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
点击加载更多
领券