由买买提看人间百态

topics

全部话题 - 话题: ragel
(共0页)
w***g
发帖数: 5958
1
来自主题: Programming版 - 推荐一个C++ restful框架
https://github.com/datasift/served
支持C++11,接口非常干净。这东西我估计写C++的自己或多或少都写过。
这个至少从接口上来说是我见过最好的,也没有啥乱七八糟的依赖,
除boost外就一个google的RE2。(网页上写了Ragel,其实不需要,因为
Ragel是编译期用的,输出已经在git里了,没必要自己重新跑一次。
或者说不装Ragel完全不影响使用,除非你要自己改它的代码。)
#include
int main(int argc, char const* argv[])
{
served::multiplexer mux;
mux.handle("/query")
.get([&](served::response & res, const served::request & req) {
res << "test: " << req.query["test"] << "\n";
});
served::net::serve... 阅读全帖
a*******a
发帖数: 4212
2
来自主题: Automobile版 - 翻车咯
第二张图里那个黑车是不是Buick Ragel?
t*****g
发帖数: 7455
3
Malibu配置和ragel差不多的话价格也差不多吧
毕竟定位不同
d*******l
发帖数: 4745
4
来自主题: FleaMarket版 - [长期出售]AMC&Regal电影票
这个……取决于你那边电影院的价格吧……
我这边都是amc……所以不太用ragel
下面是regal官网的解释:
“Surcharge fees apply to all IMAX, RPX, Large Format, or 3-D Films and
Manhattan, NY locations. **Location surcharge fees may also be applied at
select theatres. Regal Entertainment Group reserves the right to change any
upgrade or surcharge fee without notice.
**Location Surcharge Fees
Please call the theatre direct, at the number below, to obtain the dollar
amount of the Location Surcharge Fee.
Island Stadium 7, Newport Beach, CA – (949) ... 阅读全帖
(共0页)