码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
Chromium Compositor线程架构(笔记)
来源参考:http://www.chromium.org/developers/design-documents/compositor-thread-architecture Render线程的stalls:   1,style recalc   2,sync network request   3,long painting times(复杂的页面内容?)   4,GC Compos...
分类:编程语言   时间:2014-12-31 20:14:17    阅读次数:931
Oracle逻辑读详解
1.物理读(physical read)当数据块第一次读取到,就会缓存到buffer cache 中,而第二次读取和修改该数据块时就在内存buffer cache 了 以下是例子:1.1第一次读取:C:"Documents and Settings"Paul Yi>sqlplus "/as sysd...
分类:数据库   时间:2014-12-31 00:50:44    阅读次数:147
【转】VS2010安装后出现无法使用帮助的解决方案
安装完VS2010后再安装MSDN打开“Help Library 管理器 - Microsoft Help 查看器 1.0”提示“请为本地内容选择位置”默认的位置是在“C:/Documents and Settings/All Users/Application Data/Microsoft/Hel...
分类:其他好文   时间:2014-12-30 11:16:02    阅读次数:422
quick3.3final版创建项目报错解决
quick3.3final版创建项目报错解决 今天新下载了quick3.3final版,于是安装,创建项目,打开player新建项目如下图  然后点击创建,就发生了如下错误,相信应该有不少朋友会碰到的  首先,这里有两个错误 1.PHP Notice:  Undefined index: extracmd in /Users/wangmeng/Documents/q...
分类:其他好文   时间:2014-12-29 23:02:58    阅读次数:252
LTE参考资料
NETMANIASTECHNICAL DOCUMENTS:http://www.netmanias.com/en/?m=board&id=techdocs
分类:其他好文   时间:2014-12-27 10:09:59    阅读次数:184
为什么乱码:<meta http-equiv="content-type">前的非ANSI字符
为什么乱码:前的非ANSI字符浏览器检测网页字符集的默认顺序浏览器的网页字符集检测顺序通常是:charset parameter in HTTP Content-type header. element in the of a web page for HTML documents.BOM(Byt....
分类:Web程序   时间:2014-12-25 16:13:09    阅读次数:206
topic model - LDA 1
step1 : install gensim step 2 :将用字符串表示的文档转换为用id表示的文档向量: documents = ["Shipment of gold damaged in a fire", "Delivery of silver arrived in a silver truck", "Shipment of gold arrived in a truck"]...
分类:其他好文   时间:2014-12-24 21:34:10    阅读次数:246
apache commons 之 commons-configuration
Apache commons configuration简介和简单代码 Apache commons configuration最新的版本是2.0alpha,为了安全起见,我们用的是1.1正式版本,最主要的作用是读取资源文件,每一种文件格式都有一个对应的类,如下 : ·        Properties files ·        XML documents ·        Wind...
分类:Web程序   时间:2014-12-24 13:28:08    阅读次数:223
asp.net调用xps对象GetFixedDocumentSequence出现异常
昨天在web端调用别人写的word处理dll时,出现了‘Theinvocationoftheconstructorontype‘System.Windows.Documents.DocumentReference‘thatmatchesthespecifiedbindingconstraintsthrewanexception.‘Linenumber‘2‘andlineposition‘21‘.问题,这个问题我写了示例程序是没有问题的(cs..
分类:Web程序   时间:2014-12-24 06:29:35    阅读次数:154
用终端查询数据库sqlite(自己创建的,或者是用coredata创建的)里的东西
首先需要知道数据库的路径,coredata创建的一般都是放在沙盒Documents文件夹中,而自己建的就看自己了, sqlite3 #数据库路径#        //进入数据库 .tables  //查看数据库中的表 .schema //进入具体的表,显示表结构 select * from #表名# go             //显示表信息 如图(查看coredat...
分类:数据库   时间:2014-12-23 17:25:30    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!