码迷,mamicode.com
首页 >  
搜索关键字:symbolic links    ( 992个结果
连结档
连结档连结档有点类似 Windows 底下的『快捷方式』!也就是很多的连结档案( link file )其实都指向同一个来源档案( source file )。连结档还分成 Hard link 与 symbolic link 两种[root@linux ~]# ln [-sf] 来源文件 目标文件 ...
分类:其他好文   时间:2015-05-14 18:16:28    阅读次数:108
[ACM] HUST 1017 Exact cover (Dancing Links,DLX模板题)
DESCRIPTIONThere is an N*M matrix with only 0s and 1s, (1 #include using namespace std;const int maxnode=100010;const int maxm=1010;const int maxn=101...
分类:其他好文   时间:2015-05-12 20:53:24    阅读次数:149
C++ classics
common Business-Oriented LanguageBASIC(Beginner's All-purpose Symbolic Instruction Code)1972 C1983 C++1995 Javaportability performanceObject-Oriented ...
分类:编程语言   时间:2015-05-10 23:38:26    阅读次数:202
优秀程序员必须知道的32个算法,提高你的开发效率
导 读:奥地利符号计算研究所(Research Institute for Symbolic Computation,简称RISC)的Christoph Koutschan博士在自己的页面上发布了一篇文章,提到他做了一个调查,参与者大多数是计算机科学家,他请这些科学家投票选出最重要的算法,以下是这 ...
分类:编程语言   时间:2015-05-08 12:29:05    阅读次数:275
Spark下的PageRank实现
val sc = new SparkContext(...) val links = sc.parallelize(Array(('A',Array('D')),('B',Array('A')),('C',Array('A','B')),('D',Array('A','C'))),2).map(x => (x._1,x._2)).cache() var ranks = sc.paralleliz...
分类:其他好文   时间:2015-05-07 18:53:41    阅读次数:129
Notes for Apue —— chapter 4 Files and Directories(文件和目录)
4.1 Introduction 4.2 stat, fstat, fstatat, and lstat Functions The lstat function is similar to stat, but when the named file is a symbolic link, lsta...
分类:其他好文   时间:2015-05-04 23:38:09    阅读次数:194
document.images、document.forms、doucument.links——>HTMLCollection
由于历史原因,HTMLDocument类定义了一些快捷属性来访问各种各样的节点。例如,images、forms、links等属性指向香味类似只读数组的、、(但只包含哪些有href属性的a标签)元素集合。这些属性指代HTMLCollection对象,他们很像NodeList对象,但是除此之外他们可以用...
分类:Web程序   时间:2015-05-04 21:57:53    阅读次数:151
子域名查询
学了一天python的写了个小工具接口调用的是:http://i.links.cn/subdomain/#coding:utf-8 #date:2015年5月4日 #author:sanr importrequests,re defdomain(url): payload={‘domain‘:url,‘b2‘:‘1‘,‘b3‘:‘1‘,‘b4‘:‘1‘} r=requests.get("http://i.links.cn/subdomain/",params=pa..
分类:其他好文   时间:2015-05-04 20:28:28    阅读次数:200
转: linux文件链接(软链接和硬链接)
链接:一种在共享文件和访问它的用户的若干目录项之间建立联系的一种方法。Linux中包括两种链接:硬链接(Hard Link)和软链接(Soft Link),软链接又称为符号链接(Symbolic link)。我们首先来了解一下几个名词:索引节点(inode)要了解链接,我们首先得了解一个概念,叫索引...
分类:系统相关   时间:2015-05-04 17:16:56    阅读次数:142
热键虚拟码Virtual-Key Codes
http://msdn.microsoft.com/zh-cn/data/dd375731 Virtual-Key CodesVirtual-Key CodesThe following table shows the symbolic constant names, hexadecimal val...
分类:其他好文   时间:2015-04-30 21:43:51    阅读次数:411
992条   上一页 1 ... 80 81 82 83 84 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!