码迷,mamicode.com
首页 >  
搜索关键字:trail file    ( 51209个结果
重学CPP
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptAfter installing Visual Studio 2010 Service Pack 1, some users w...
分类:其他好文   时间:2014-05-23 10:26:11    阅读次数:403
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
Python3.2官方文档-日志和弱引用
8.5 日志 Logging模块提供了一些功能全面和灵活的日志系统。最简单的形式就是把日志信息发送到一个文件或sys.stderr; import logging logging.debug(’Debugging information’) logging.info(’Informational message’) logging.warning(’Warning:config file...
分类:编程语言   时间:2014-05-22 10:45:11    阅读次数:379
LR杂记-nmon+analyser监控linux系统资源
1.查看linux详细版本信息 file /sbin/init2.下载对应nmon版本http://pkgs.repoforge.org/nmon/3.安装rpm -ivhnmon-14f-1.el5.rf.i386.rpm4.采集数据1)./nmon_x86_rhel52 -s10 -c60-f -m .-s10 每 10 秒采集一次数据 ......
分类:系统相关   时间:2014-05-22 09:36:32    阅读次数:287
Vim命令合集
命令历史 以:和/开头的命令都有历史纪录,可以首先键入:或/然后按上下箭头来选择某个历史命令。 启动vim 在命令行窗口中输入以下命令即可 vim 直接启动vim vim filename 打开vim并创建名为filename的文件 文件命令 打开单个文件 vim file...
分类:其他好文   时间:2014-05-22 09:25:43    阅读次数:215
Google I/O 2013 最佳实践(2) - AndroidManifest篇
<!-- Copyright 2011 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the L...
分类:移动开发   时间:2014-05-22 08:41:44    阅读次数:377
C++ ofstream和ifstream详细用法以及C语言的file用法
ofstream是从内存到硬盘,ifstream是从硬盘到内存,其实所谓的流缓冲就是内存空间;   在C++中,有一个stream这个类,所有的I/O都以这个“流”类为基础的,包括我们要认识的文件I/O,stream这个类有两个重要的运算符:   1、插入器(   向流输出数据。比如说系统有一个默认的标准输出流(cout),一般情况下就是指的显示器,所以,cout   2、...
分类:编程语言   时间:2014-05-22 06:51:01    阅读次数:379
ArcGIS 10.2加载在线影像底图
两种方法: 一、File→ArcGIS Online→影像图→Open。 二、 效果:...
分类:其他好文   时间:2014-05-20 14:33:54    阅读次数:310
Ext4文件系统架构分析(三) ——目录哈希、扩展属性与日志
struct dx_rootHtree的内部节点:struct dx_nodeHtree树根和节点中都存在的Hash map:struct dx_entry1.20扩展属性EA扩展属性(xattrs)通常存储在磁盘上的一个单独的数据块中,通过inode.i_file_acl*引用。扩展属性的第一应用...
分类:其他好文   时间:2014-05-20 11:07:57    阅读次数:675
kafka.utils.Utils阅读
这个类实现了一些工具性质的方法,正如其名。记下自己觉得有意思的方法:readFileAsString(path: String, charset: Charset = Charset.defaultCharset()): String /** * Attempt to read a file ...
分类:其他好文   时间:2014-05-20 08:01:50    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!