码迷,mamicode.com
首页 >  
搜索关键字:ssi    ( 7015个结果
[bzoj1571][Usaco2009 Open]滑雪课Ski
题目描述 Farmer John 想要带着 Bessie 一起在科罗拉多州一起滑雪。很不幸,Bessie滑雪技术并不精湛。 Bessie了解到,在滑雪场里,每天会提供S(0<=S<=100)门滑雪课。第i节课始于M_i(1<=M_i<=10000),上的时间为L_i(1<=L_i<=10000)。上 ...
分类:其他好文   时间:2018-09-01 23:53:08    阅读次数:205
Flask之视图(二)
2.2 扩展 上下文:相当于一个容器,保存了Flask程序运行过程中的一些信息。 Flask中有两种上下文,请求上下文和应用上下文。 请求上下文(request context) request和session都属于请求上下文对象。 request:封装了HTTP请求的内容,针对的是http请求。举 ...
分类:其他好文   时间:2018-09-01 12:37:33    阅读次数:142
SQL总结(一)基本查询
SQL查询的事情很简单,但是常常因为很简单的事情而出错。遇到一些比较复杂的查询我们更是忘记了SQL查询的基本语法。 本文希望通过简单的总结,把常用的查询方法予以总结,希望能够明确在心。 场景:学生信息系统,包括学生信息、教师信息、专业信息和选课信息。 1、基本查询 从表中查询某些列的值,这是最基本的 ...
分类:数据库   时间:2018-08-31 15:52:10    阅读次数:213
PuTTY 反向代理
Session 添加Host Name 例: dxc@123.206.*.* port:0000Saved Sessions:Tunnels SSH 中 Tunnels 添加通道:Source port :7001Destination:localhost:8080Auto Remote添加 Add ...
分类:其他好文   时间:2018-08-31 11:47:31    阅读次数:228
[LeetCode] Ambiguous Coordinates 模糊的坐标
We had some 2-dimensional coordinates, like "(1, 3)" or "(2, 0.5)". Then, we removed all commas, decimal points, and spaces, and ended up with the str ...
分类:其他好文   时间:2018-08-31 01:17:16    阅读次数:269
四川省赛 SCU - 4438
Censor frog is now a editor to censor so-called sensitive words (敏感词). She has a long text pp. Her job is relatively simple -- just to find the first ...
分类:其他好文   时间:2018-08-30 14:59:35    阅读次数:200
Codeforces 1027F. Session in BSU
题目直通车:Codeforces 1027F. Session in BSU 思路: 对第一门考试,使用前一个时间,做标记,表示该时间已经用过,并让第一个时间指向第二个时间,表示,若之后的考试时间和当前第一个时间冲突时,可以找到当前第二个时间来代替 对每一门考试,如果前一个时间没有被使用过,直接用前 ...
分类:其他好文   时间:2018-08-30 02:03:25    阅读次数:167
Heavy Cargo POJ 2263 (Floyd传递闭包)
Description Big Johnsson Trucks Inc. is a company specialized in manufacturing big trucks. Their latest model, the Godzilla V12, is so big that the am ...
分类:其他好文   时间:2018-08-29 21:29:27    阅读次数:205
Selenium二次封装-Python版本
1 from selenium import webdriver 2 from selenium.webdriver.support.wait import WebDriverWait 3 from selenium.webdriver.support import expected_conditi... ...
分类:编程语言   时间:2018-08-29 18:42:00    阅读次数:169
5G 初步 三大场景
eMBB (enhanced Mobile Broadband) URLLC (Ultra Reliable Low Latency Communications) mMTC (massive Machine Type Communications) ...
分类:其他好文   时间:2018-08-29 18:01:15    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!