码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
从VBA到Delphi
我一般用OLE方式处理office系列的数据。一、定义 WordApp: variant; CurrDoc: variant; Selection: variant;二、初始化WordApp.Visible := true; CurrDoc := WordApp.documents...
分类:编程语言   时间:2015-05-14 13:32:09    阅读次数:222
Windows 7,8中"is not accessible"的问题(应用程序默认配置文件存储位置)
Windows 7,8中”is not accessible”的问题(应用程序默认配置文件存储位置)Windows 7, 8用户在访问ProgramData目录和Documents and Settings目录时,会无法打开并被提示“C:\xxxx is not accessible. Access is denied.”因为权限不足而被拒绝访问。这是因为在Windows Vista以后的Windo...
分类:数据库   时间:2015-05-14 12:08:34    阅读次数:227
导入导出CSV
const string dataPath = @"D:\Users\jin_h\Documents\Visual Studio 2013\Projects\ConsoleApplication1\ConsoleApplication1\";private static DataTable GetC...
分类:其他好文   时间:2015-05-13 21:11:17    阅读次数:143
创建文件夹
NSString *homePath = NSHomeDirectory(); NSString *systemLogPath = [homePath stringByAppendingPathComponent:@"Documents/DearMob/SystemLog"]; NSL...
分类:其他好文   时间:2015-05-13 19:33:09    阅读次数:104
iOS应用沙盒:文件系统目录。
iOS不允许访问其他应用的应用沙盒(iOS8 已经开放访问)沙盒里一般有几个文件目录:{ 1、应用程序包:包含所有的资源文件和可执行文件 2、Documents:保存应用运行时生成的需要持久化的数据,iTunes会自动备份该目录。苹果建议将程序中建立的或在程序中浏览到的文件数据保存在该目录下,iTu...
分类:移动开发   时间:2015-05-12 22:27:35    阅读次数:283
Web Data Management(一)
今天上了web数据管理,老师布置了一个简单的exercise,题目如下: Question : Consider the following documents: d1 = I like to watch the sun set with my friend. d2 = The B...
分类:Web程序   时间:2015-05-12 20:49:58    阅读次数:132
第一章 python入门
python的简单使用hy@hy:~/Documents/py$ pythonPython 2.7.8 (default, Oct 20 2014, 15:05:19)[GCC 4.9.1] on linux2Type "help", "copyright", "credits" or "licen...
分类:编程语言   时间:2015-05-12 20:32:23    阅读次数:151
powershell 获取过期的文件
functionfunline($strin="hello"){$num=$strin.lengthfor($i=1;$i-le$num;$i++){$funline=$funline+"="}Write-Host-ForegroundColorYellow$strinWrite-Host-ForegroundColorDarkRed$funline}$folder="C:\Users\qliangliang.BOOK\Documents"$date=get-date$limit=3$xfiles=$Null..
分类:系统相关   时间:2015-05-12 19:08:50    阅读次数:166
VMware三种网络配置方式
VMware是很受欢迎的虚拟机,在我们平时的工作中需要经常用到,此文简单总结了平时使用的三种网络配置方式,具体的原理没有去深究。虚拟机系统安装的是Linux系统。首先,我们在本机上查看所有网络配置连接,使用命令:ipconfigC:\Documents and Settings\user>ipcon...
分类:系统相关   时间:2015-05-12 15:00:05    阅读次数:162
paragraph2vec工作受质疑
Quoc V. Le ICML2014的工作《Distributed Representations of Sentences and Documents》一直饱受争议,很多学者都宣称其工作无法重现。        ICLR2015文章《ENSEMBLE OF GENERATIVE ANDDISCRIMINATIVETECHNIQUES FORSENTIMENTANALYSIS OFMOVIER...
分类:其他好文   时间:2015-05-11 20:07:51    阅读次数:171
1362条   上一页 1 ... 97 98 99 100 101 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!