码迷,mamicode.com
首页 >  
搜索关键字:symbolic links    ( 992个结果
linux 硬链接与软链接
Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。硬连接指通过索引节点来进行连接,硬连接的作用是允许一个文件拥有多个有效路径名,这样用户就可以建立硬连接到重要文件,以防止“误删”的功能。其原因如上所述,因...
分类:系统相关   时间:2015-01-12 23:49:25    阅读次数:357
android+Service
Service is like activity , but no UI.related links:http://www.cnblogs.com/zhangdongzi/archive/2012/01/08/2316711.html //goodhttp://blog.csdn.net/ryant...
分类:移动开发   时间:2015-01-12 00:08:58    阅读次数:241
Linux文档时间戳查看和修改——stat
查看文件时间戳命令:stat awk.txtFile: `awk.txt'Size: 20 Blocks: 8 IO Block: 4096 regular fileDevice: 801h/2049d Inode: 380730 Links: 1Access: (0644/-rw-r--r--) ...
分类:系统相关   时间:2015-01-04 15:04:02    阅读次数:159
UVA 796 - Critical Links (求桥按序输出)
tanjar求图中的桥,然后排序输出。 代码: #include #include #include #include #include #include #include #include #include #define rep(i,a,b) for(int i=(a);i=(b);i--) #def...
分类:其他好文   时间:2014-12-28 15:37:48    阅读次数:177
document的方法和属性
方法: close(); open() write() writeln() 属性: alinkColoe, linkColor, vlinkColor anchors[] applets[] bgClor, fgClor cookie domain forms[] images[] lastModefied links[] location referrer title u...
分类:其他好文   时间:2014-12-26 13:11:15    阅读次数:133
wx.html2.WebView在 target="_blank" or rel="external" 没有反映的解决方法
在wx.html2.EVT_WEBVIEW_LOADED中用WebView.RunScript运行删除连接目标的脚本javaScriptStr = '''function deleteBlank() { var links = document.links, i...
分类:Web程序   时间:2014-12-19 18:51:47    阅读次数:245
PAT-1074
首先先贴一下题目:Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2...
分类:其他好文   时间:2014-12-18 13:31:49    阅读次数:194
Lowest Common Ancestor of a Binary Tree, with Parent Pointer
Given a binary tree, find the lowest common ancestor of two given nodes in tree. Each node contains a parent pointer which links to its parent.int get...
分类:其他好文   时间:2014-12-17 01:28:42    阅读次数:152
反序链表
题目: Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, if K = 3, then you must output 3→2...
分类:其他好文   时间:2014-12-13 21:53:24    阅读次数:326
Linux软连接和硬链接
1.Linux链接概念Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。【硬连接】硬连接指通过索引节点来进行连接。在Linux的文件系统中,保存在磁盘分区中的文件不管是什么类型都给它分配一个编号,称为索引...
分类:系统相关   时间:2014-12-13 20:31:36    阅读次数:202
992条   上一页 1 ... 86 87 88 89 90 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!