码迷,mamicode.com
首页 >  
搜索关键字:symbolic links    ( 992个结果
Link Aggregation
Part 1: IntroductionLink Aggregation: the ability to create one logical link using multiple physical links between two devices.EhterChannel is a form ...
分类:其他好文   时间:2015-08-11 18:18:16    阅读次数:209
Android M新特性之APP Link
The Android M Developer Preview introduces support for App Links, which improves upon existing link handling by allowing app developers to associate.....
分类:移动开发   时间:2015-08-11 09:57:05    阅读次数:425
UVA 796 Critical Links(无向图求桥)
题目大意:给你一个网络要求这里面的桥。输入数据:n 个点点的编号 (与这个点相连的点的个数m) 依次是m个点的输入到文件结束。桥输出的时候需要排序知识汇总:桥: 无向连通图中,如果删除某条边后,图变成不连通了,则该边为桥。求桥:在求割点的基础上吗,假如一个边没有重边(重边 1-2, 1->2 有两....
分类:其他好文   时间:2015-08-10 19:22:47    阅读次数:94
DATABASE LINK 的查看、创建与删除
1.查看dblinkSELECT OWNER,OBJECT_NAME FROM DBA_OBJECTS WHERE OBJECT_TYPE='DATABASE LINK';或者SELECT * FROM DBA_DB_LINKS; 2.创建dblink前提:创建dblink的用户有对应的数据库...
分类:数据库   时间:2015-08-10 08:10:45    阅读次数:164
JS -- dom
JS – domJS – domdocument.forms[]document.images[]document.links[]document.bodydocument.titledocument.referrerdocument.URLdocument.getElementByIddocume...
分类:Web程序   时间:2015-08-09 20:20:17    阅读次数:169
gcc中文手册
GCC中文手册中文版维护人——徐明GCC 1Section: GNU Tools (1)Updated: 2003/12/05Other Links:GNU GPL ChineseNAMEgcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)总览(SYNOPSIS)gcc[option...
分类:其他好文   时间:2015-08-09 18:44:16    阅读次数:160
MySQL参数详解及优化
MySQL安装完成之后,需要对MySQL进行配置以及优化,从而使MySQL可以更高效的运行。vi/etc/my.cnf#打开配置文件[mysqld]datadir=/data/mysqldata#在此位置读取数据socket=/tmp/mysql.sock#sock通信设置user=mysql#使用mysql启动symbolic-links=0#是否支持快捷方式log-bin=mysql-..
分类:数据库   时间:2015-08-09 10:56:34    阅读次数:186
UVA 796 - Critical Links【求桥】
link:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737题意: 求桥的数目及边,要求输出边的点的次序由小到大代码:#include #include #include #includ...
分类:其他好文   时间:2015-08-07 00:24:39    阅读次数:123
UVA 796 Critical Links(无向图求桥)
题目来源:UVa Online Judgehttps://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737求一个连通图中必不可少的路径:#include#includ...
分类:其他好文   时间:2015-08-06 09:29:39    阅读次数:136
UVA 796 Critical Links
#include #include #include #include #include #include #include #include #include #include #include using namespace std;#define N 12005#define INF 0xff...
分类:其他好文   时间:2015-08-05 21:50:10    阅读次数:142
992条   上一页 1 ... 75 76 77 78 79 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!