码迷,mamicode.com
首页 >  
搜索关键字:file path    ( 77533个结果
WPF 初学 - Path
首先我得看一下点基于的坐标...
分类:其他好文   时间:2014-05-22 12:56:12    阅读次数:232
Ubuntu使用之Svn命令小技巧
注: [svn Path]:是指要取代码分支的服务器绝对路径 [Path]:是指终端相对当前目录的相对路径,如果是在当前目录下,就省略路径 ①.取svn服务器的代码: svn co [svn Path] ②.查看当前目录的svn状态: svn st ③.查看某个目录的svn状态: svn st [Path]dirName ④.查看某...
分类:其他好文   时间:2014-05-22 12:18:06    阅读次数:232
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
leetCode解题报告5道题(十)
5道题目分别是:【Largest Rectangle in Histogram】、【Minimum Path Sum】、【Jump Game】、【Jump Game II 】、【Valid Number】,由于有一些题目不需要发一整篇博文来记录,所以就将这些题目以一篇博文5道来记录。...
分类:其他好文   时间:2014-05-21 03:05:33    阅读次数:481
ArcGIS 10.2加载在线影像底图
两种方法: 一、File→ArcGIS Online→影像图→Open。 二、 效果:...
分类:其他好文   时间:2014-05-20 14:33:54    阅读次数:310
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
迷上了代码!