码迷,mamicode.com
首页 >  
搜索关键字:bottle    ( 196个结果
解题报告 之 模拟 (HNUOJ 13391-换瓶模拟)
汽水瓶有三个部分cap+plastic bottle+ label(瓶盖-瓶身-瓶底),给出数据:n为原瓶数,x,y,z为这三个部分可以用相应的数字换取新瓶子,求最大总瓶数。
分类:其他好文   时间:2015-08-14 13:28:21    阅读次数:128
简单性能测试: bottle vs flask
###目的测试在不同的部署方式下的性能。###硬件环境IntelCorei5-3230MCPU@2.60GHz×4内存:7.4GiB操作系统:Ubuntu14.0464位###uwsgi```uwsgi_python--http-socket=:8000--workers=2--wsgi-filehello.py--callableapp2>/dev/null```###bottle测试代码(hello.py)```frombottlei..
分类:其他好文   时间:2015-08-06 02:13:10    阅读次数:1116
Coins(2015嘉杰信息杯+dp)
Coins Problem Description: Duoxida buys a bottle of MaiDong from a vending machine and the machine give her n coins back. She places them in a line randomly showing head face or tail face on. And Duoxida wants to know how many situations that m continuou...
分类:其他好文   时间:2015-08-06 00:30:16    阅读次数:141
gunicorn、uwsgi性能测试
目的,测试在不同的部署方式下的性能。硬件环境IntelCorei5-3230MCPU@2.60GHz×4内存:7.4GiB操作系统:Ubuntu14.0464位测试代码(hello.py)frombottleimportBottle,runapp=Bottle()@app.route(‘/hello‘)defhello():return"HelloWorld!"if__name__=="__main__":run(app,host=‘loca..
分类:其他好文   时间:2015-07-31 06:42:27    阅读次数:219
ACM第三次比赛UVA11877 The Coco-Cola Store
Once upon a time, there is a special coco-cola store. If you return three empty bottles to the shop,you’ll get a full bottle of coco-cola to drink. If...
分类:其他好文   时间:2015-07-17 22:42:09    阅读次数:195
ACM空瓶换饮料问题
DescriptionOnce upon a time, there is a special coco-cola store. If you return three empty bottles to the shop, you’ll get a full bottle of coco-cola ...
分类:其他好文   时间:2015-07-17 18:23:15    阅读次数:217
比赛--可乐商店问题--解题报告
可乐商店问题题目大意:Once upon a time, there is a special coco-cola store. If you return three empty bottles to the shop,you’ll get a full bottle of coco-cola t...
分类:其他好文   时间:2015-07-17 17:47:18    阅读次数:148
空瓶子换可乐
题目: Once upon a time, there is a special coco-cola store. If you return three empty bottles to the shop,you’ll get a full bottle of coco-cola to drink...
分类:其他好文   时间:2015-07-17 00:17:22    阅读次数:115
Flask --- Python的另一个轻量级Web框架
Flask是Python中的另一个轻量级Web框架, 在github上有接近15000的star. github地址为Flask 其用法跟Bottle非常类似, 有兴趣可以参考Bottle—Python的轻量级....
分类:编程语言   时间:2015-07-12 19:01:28    阅读次数:177
python微框架Bottle
目前项目中需要添加一个激活码功能,打算单独弄一个http服务器来写。 因为之前的游戏中已经有了一套生成激活码和激活码验证的http服务器,所以直接拿过来使用了。 Bottle是一个非常精致的WSGI框架,它提供了 Python Web开发中需要的基本支持: URL路由, Request/Response对象封装, 模板支持, 与WSGI服务器集成支持。 环境: wi...
分类:编程语言   时间:2015-07-06 21:46:05    阅读次数:162
196条   上一页 1 ... 13 14 15 16 17 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!