码迷,mamicode.com
首页 >  
搜索关键字:soft link    ( 20674个结果
angular学习笔记(三十)-指令(6)-transclude()方法(又称linker()方法)-模拟ng-repeat指令
在angular学习笔记(三十)-指令(4)-transclude文章的末尾提到了,如果在指令中需要反复使用被嵌套的那一坨,需要使用transclude()方法.在angular学习笔记(三十)-指令(5)-link文章也提到了link函数的第五个参数linker.这篇文章就来讲解一下transcl...
分类:其他好文   时间:2014-09-18 20:30:24    阅读次数:138
CSS中伪类:after的用法
CSS中存在一些比较特殊的属性,称之为伪类,它们之中最常用的就是定义链接的伪:link,:visited,:hover,:active等。 除了它们,还有一些不被常使用的伪类,有:focus,:first-child,:lang等。 而且CSS里不光有伪类,还有伪元素,比如::first-lett....
分类:Web程序   时间:2014-09-18 20:24:34    阅读次数:274
图表插件--jqplot简单示例及参数说明
最简陋的线形图 第一步:引入必要的CSS、JS文件 [html] view plaincopy link rel="stylesheet" type="text/css" href="js/jqPlot/1.0.4/jquery.jqplot.min.css"/>    >script language="javascript" type="text/javascri...
分类:其他好文   时间:2014-09-18 16:32:34    阅读次数:311
css 伪类
网址:http://www.dreamdu.com/css/pseudo-classes/将鼠标指针移动到这个链接上将鼠标指针移动到这个链接上将鼠标指针移动到这个链接上将鼠标指针移动到这个链接上将鼠标指针移动到这个链接上:w3school.com.cna:link {color:#FF0000;} ...
分类:Web程序   时间:2014-09-18 16:25:14    阅读次数:200
Keil MDK AGDI Drivers, ULink, JLink, ST-Link, NuLink, JTAGjet
AGDI DriversAGDI is an Application Program Interface (API) third-party developers can use to create hardware debugger drivers that interface directly ...
分类:其他好文   时间:2014-09-18 16:14:34    阅读次数:2187
消除“Permission is only granted to system apps”错误
遇见这个问题我百度搜了一大堆说是需要clean项目,但是我每次clean项目的时候我的R文件总是丢失, 现在我给大家介绍一下避免授予系统权限报错更改方法 在AndroidManifest.xml中使用了如下的配置: 就会报错:Permission is only granted to system apps 原因如下: 此类权限仅授予系统级应用,可以修改下Link Error C...
分类:移动开发   时间:2014-09-18 11:34:23    阅读次数:234
hdu1068 Girls and Boys,二分图最大独立集
点击打开链接 二分图最大独立集 = 顶点数 - 最大匹配数 #include #include #include #include #include using namespace std; const int maxn = 1005; int g[maxn][maxn]; int n; int link[maxn]; bool used[maxn]; bool dfs(i...
分类:其他好文   时间:2014-09-18 11:31:33    阅读次数:185
hdu1151 Air Raid,DAG图的最小路径覆盖
点击打开链接 有向无环图的最小路径覆盖 = 顶点数- 最大匹配 #include #include #include #include #include using namespace std; const int maxn = 150; int g[maxn][maxn]; int n, m; int link[maxn]; bool used[maxn]; bool...
分类:其他好文   时间:2014-09-18 11:30:34    阅读次数:154
ThinkPHP(15)
1.我们一般引用css和js文件的代码格式为: ? css引用:<link rel="stylesheet" href="#"> ? js引用: <script type="text/javascript" src="#"> ? 但是thinkphp可以分别使用以下的代码来引用,他们是可以解析成...
分类:Web程序   时间:2014-09-17 23:27:53    阅读次数:453
鸟哥的私房菜Linux视频教程学习笔记(第三集)
主要内容:Linux目录配置Linux支持的文件系统复习Linux的文件类型与扩展名第一个属性代表这个档案类型如果是[-],代表它是一个普通文件(ascii binary data)(可以使用last命令打开)如果是[d],则代表它是一个目录如果是[l],则表示该档案是个链接挡(link file)...
分类:系统相关   时间:2014-09-17 23:17:12    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!