码迷,mamicode.com
首页 >  
搜索关键字:marked    ( 522个结果
一个shell脚本,让你的linux命令行酷炫起来
#!/bin/bash # This program is to modify showed marked## biaoshi.sh 207# by wangxianzheng 2011/12/20 PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/loc ...
分类:系统相关   时间:2017-06-19 17:45:21    阅读次数:335
uva 104 Arbitrage (DP + floyd)
uva 104 Arbitrage Description Download as PDF Background The use of computers in the finance industry has been marked with controversy lately as progr ...
分类:其他好文   时间:2017-06-19 12:41:31    阅读次数:162
leetCode 62.Unique Paths (唯一路径) 解题思路和方法
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2017-06-16 21:13:35    阅读次数:158
cfodeforces 741D Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths
题目链接:Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths 第一次写\(dsu\ on\ tree\),来记录一下 \(dsu\ on\ tree\)主要维护子树信息,往往可以省掉一个数据结构的启发式合并。大体思路如下: 轻重链路径 ...
分类:其他好文   时间:2017-06-16 10:19:43    阅读次数:150
python基础
一、多行语句 1、可以使用斜杠( \)将一行的语句分为多行显示 2、语句中包含 [], {} 或 () 括号不需要使用多行连接符。 二、引号 1、可以使用引号( ' )、双引号( " )、三引号( ''' 或 """ ) 来表示字符串 2、python 中多行注释使用三个单引号(''')或三个双引号 ...
分类:编程语言   时间:2017-06-14 14:18:53    阅读次数:128
unity(使用了NGUI) 在Build时遇见DontSave but is included in the build
错误提示: An asset is marked with HideFlags.DontSave but is included in the build:Asset: 'Library/unity editor resources'(You are probably referencing int ...
分类:编程语言   时间:2017-06-10 17:09:01    阅读次数:2245
HTML基础概念
什么是 HTML 文件? · HTML 的英文全称是 Hypertext Marked Language 中文叫做“超文本标记语言“。 · 和一般文本的不同的是,一个 HTML 文件不仅包含文本内容,还包含一些 Tag,中文称“标记”。 · 一个 HTML 文件的后缀名是.htm 或者.html。 ...
分类:Web程序   时间:2017-06-09 21:30:29    阅读次数:166
HTML学习总结
HTML学习总结 HTML:Hypertext Marked Language 即超文本标记语言,是一种用来制作超文本文档的简单标记语言。超文本传输协议规定了浏览器在运行 HTML 文档时所遵循的规则和进行的操作. 创建一个HTML文档,需要两个工具,一个是HTML编辑器,一个WEB浏览器。 HTM ...
分类:Web程序   时间:2017-06-04 13:42:09    阅读次数:217
json(原生态)
什么是 JSON ? JSON 指的是 JavaScript 对象表示法(JavaScript Object Notation) JSON 是轻量级的文本数据交换格式 JSON 独立于语言 * JSON 具有自我描述性,更易理解 JSON - 转换为 JavaScript 对象 JSON 文本格式在 ...
分类:Web程序   时间:2017-05-31 21:31:56    阅读次数:287
LeetCode 62. Unique Paths Java
题目: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at a ...
分类:编程语言   时间:2017-05-28 11:43:13    阅读次数:195
522条   上一页 1 ... 26 27 28 29 30 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!