码迷,mamicode.com
首页 >  
搜索关键字:content source    ( 42935个结果
15-5-15培训日记
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><ti..
分类:其他好文   时间:2014-05-27 03:41:43    阅读次数:304
2B01-View-Switcher
Gallery和swithcer联合使用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian...
分类:其他好文   时间:2014-05-22 11:19:05    阅读次数:288
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.ani
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.animation.Animation...
分类:移动开发   时间:2014-05-22 09:26:20    阅读次数:590
获取span里面的值(特殊情况下 )
A 123 var a = $(".content")[0].firstChild.data; function al(){ alert(a); } window.onload=al;...
分类:其他好文   时间:2014-05-22 07:00:08    阅读次数:254
linux的rpm命令
rpm 执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由 RPM自动编译、安装。源代码包经常以src.rpm作为后缀名。常用命令组合:-ivh:安装显示安装进度--install--verbose--hash-Uvh:升级软件包--...
分类:系统相关   时间:2014-05-22 02:36:38    阅读次数:433
cpp_namespace
usingandusing namespacehave validity only in the same block in which they are stated or in the entire source code file if they are used directly in th...
分类:其他好文   时间:2014-05-22 02:08:48    阅读次数:268
针对CSV备份报错,Event ID:8194,Source:VSS
平台:Windowsserver2012卷类别:CSV(clustersharedvolume)存储:DELLequalogicPS6100软体:HIT现象:针对CSV进行备份的时候,调用Microsoft的VSS能备份成功,但是不能调用DELLequalogic的VSS来备份,且Windows不断报以下错误:VSS8194经多放资料查证,本VSS报错与备份无关(..
分类:其他好文   时间:2014-05-20 19:30:02    阅读次数:804
TLD matlab源代码阅读(2)
今天继续,下面是开始要生成正负例来训练分类器了,首先:// TRAIN DETECTOR ========================================================== // Initialize structures tld.imgsize = size(tld.source.im0.input); //为fern准备的训练集 tld.X = ...
分类:其他好文   时间:2014-05-20 16:47:18    阅读次数:474
android源码下载备注
android源码下载的参考网上比较多,就不贴上来了,主要是备注下下载源码过程中需要注意的地方。 1. google官方下载步骤地址: http://source.android.com/source/downloading.html 里面的步骤比较详细 注:先需要安装git-core和curl $: sudo apt-get install git-core curl 2....
分类:移动开发   时间:2014-05-20 14:13:38    阅读次数:348
用 Python 替代 Bash 脚本(转)
add by zhj: 其实作者是想说用Python来做那些Bash实现起来比较麻烦的部分,即将Bash与Python结合使用。英文原文:http://www.linuxjournal.com/content/python-scripts-replacement-bash-utility-scrip...
分类:编程语言   时间:2014-05-20 08:53:25    阅读次数:735
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!