码迷,mamicode.com
首页 >  
搜索关键字:nagios file parse    ( 57401个结果
Hadoop 介绍
1.Hadoop简介Hadoop[h?du:p]实现了一个分布式文件系统(Hadoop Distributed File System),简称HDFS。HDFS有高容错性的特点,并且设计用来部署在低廉的(low-cost)硬件上;而且它提供高传输率(high throughput)来访问应用程序的数...
分类:其他好文   时间:2014-04-30 03:17:00    阅读次数:604
C# 实现访问FTP服务器下载文件,获取文件夹信息小记
最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 FtpWebRequest reqFtp;WebResponse response = null;//获取文件夹信息reqFtp = (FtpWebRequest)WebRequest.Cr...
分类:其他好文   时间:2014-04-30 02:52:23    阅读次数:519
发送广播
public void sendPlayStateBrocast() {if (mContext != null){Intent intent = new Intent(BROCAST_NAME);intent.putExtra(MusicPlayState.PLAY_STATE_NAME, mPl...
分类:其他好文   时间:2014-04-30 02:49:15    阅读次数:414
PowerDesigner 15 进行 数据库反转到 数据库模型
菜单"File" - "Reverse Engineer" - "DataBase"弹出来 New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似 jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:数据库   时间:2014-04-30 02:46:10    阅读次数:585
sharepoint 2013基于AD的Form表单登录(四)——开发自定义登录过程需要引用文件路径。
1、Microsoft.IdentityModel.dll 位置%ProgramFiles%\ReferenceAssemblies\Windows Identity Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:其他好文   时间:2014-04-30 02:13:20    阅读次数:460
通用的日志记录器(java)
线程安全的java日志记录器 1 import java.io.BufferedWriter; 2 import java.io.File; 3 import java.io.FileWriter; 4 import java.io.IOException; 5 import java.t...
分类:编程语言   时间:2014-04-30 02:10:14    阅读次数:560
Visual Studio Create Setup project to deploy web application in IIS
Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in ...
分类:移动开发   时间:2014-04-30 01:35:19    阅读次数:865
linux之sed用法
sed是一个很好的文件处理工具,本身是一个管道命令,主要是以行为单位进行处理,可以将数据行进行替换、删除、新增、选取等特定工作,下面先了解一下sed的用法sed命令行格式为:sed [-nefri] ‘command’ 输入文本常用选项:-n∶使用安静(silent)模式。在一般 sed 的用法中,...
分类:系统相关   时间:2014-04-28 15:25:18    阅读次数:578
iOS 小知识-tips
--->12\n%@", [[NSString stringWithUTF8String:__FILE__] lastPathComponent],__LINE__,__PRETTY_FUNCTION__ , [NSString stringWithFormat:(s), ##__VA_ARGS__...
分类:移动开发   时间:2014-04-28 15:19:16    阅读次数:579
ubuntu 更新引导命令
sudo update-grub运行结果:Generating grub configuration file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:其他好文   时间:2014-04-28 13:01:32    阅读次数:1053
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!