码迷,mamicode.com
首页 >  
搜索关键字:visit    ( 1001个结果
CSS学习(一)
CSS 是什么? CSS 指层叠样式表 (Cascading Style Sheets),用来解决内容和变现分离的问题。 CSS 规则由两部分组成, 选择器+ 声明,声明包括属性+值 CSS 选择器的分组 h1,h2,h3,h4,h5,h6 { color: green; } 表明以上标题都是绿色的... ...
分类:Web程序   时间:2018-08-29 22:50:26    阅读次数:255
PAT 1134 Vertex Cover
A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with ...
分类:其他好文   时间:2018-08-20 17:53:26    阅读次数:219
poj-2488 a knight's journey(搜索题)
Time limit1000 ms Memory limit65536 kB Background The knight is getting bored of seeing the same black and white squares again and again and has decid ...
分类:其他好文   时间:2018-08-19 01:04:43    阅读次数:179
Class - 7 用户输入和while循环
7.1 函数input()的工作原理 函数input()让程序暂停运行,等待用户输入一些文本。获取用户输入后,python将其存储在一个变量中,以方便使用。例: 函数input()接受一个参数:即要向用户显示的提示或说明,让用户知道如何做。在这个示例中,Python运行第一行代码时,用户将看到的提示 ...
分类:其他好文   时间:2018-08-18 16:21:56    阅读次数:142
CF1016C Vasya And The Mushrooms 题解
这道题一眼就是一个DP(大雾),但题目中有一句很有趣的话 “He wants to visit all the cells exactly once and maximize the total weight of the collected mushrooms.” 也就是每个格子必须且只能经过一次 ...
分类:其他好文   时间:2018-08-18 13:09:47    阅读次数:206
Downloading jQuery
Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed f ...
分类:Web程序   时间:2018-08-17 23:32:08    阅读次数:431
POJ3255 Roadblocks [Dijkstra,次短路]
题目传送门 Roadblocks Description Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to ge ...
分类:数据库   时间:2018-08-17 20:02:43    阅读次数:182
[LeetCode] 811. Subdomain Visit Count
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:其他好文   时间:2018-08-17 12:52:41    阅读次数:166
css基础知识整理
1、css分类样式分为3类:内联、内嵌、外部 (1)内联:写在标签里面,样式为style=" " 举例说明: <div style=" width:100px; height: 110px; background-color: red;"> <p> 我是第一行h </p> 运行样图: style=" ...
分类:Web程序   时间:2018-08-13 00:47:50    阅读次数:190
【转】dependency injection 的例子
Dependency Injection in PHP. Create your own DI container. / blog / PHP By my opinion one of the biggest problems in programming are dependencies. If ...
分类:其他好文   时间:2018-08-12 17:17:41    阅读次数:179
1001条   上一页 1 ... 28 29 30 31 32 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!