搜索到与相关的文章
Python

用python实现的一个简单的网络检测程序

最近由于服务器托管中心频繁出现网络故障问题,因此写了一简单的py程序,用于检测网络状态。实现的原理相当简单,运行ping命令发送30个数据包,如果超过30%的丢失,则认为故障发生,然后做故障处理,如写日志,发邮件。主要函数importosdefmonitoring(server_ip):cmd="ping-c30%s"%server_ipp=os.popen(cmd)info=p.read()p.close()re_lost_str='(\d+)%pack

系统 2019-08-29 23:34:27 2519

编程技术

separated by semicolons

处理MSSSIS时候发生以下报错:Error2ErrorloadingTransDepartment.dtsx:Theconnectionstringformatisnotvalid.ItmustconsistofoneormorecomponentsoftheformX=Y,separatedbysemicolons.Thiserroroccurswhenaconnectionstringwithzerocomponentsissetondatabase

系统 2019-08-29 23:25:12 2519

Android

Android应用开发入门

《Android应用开发入门》基本信息原书名:AndroidAppsforAbsoluteBeginners作者:(美)WallaceJackson[作译者介绍]译者:周自恒丛书名:图灵程序设计丛书出版社:人民邮电出版社ISBN:9787115300409上架时间:2012-12-10出版日期:2013年1月开本:16开页码:1版次:1-1所属分类:计算机>软件与程序设计>移动开发>Android更多关于》》》《Android应用开发入门》内容简介计算机书

系统 2019-08-29 23:24:57 2519

编程技术

文件读写的简单实现

Java代码/***输入流的简单测试*@paramfileName:文件名*@return:读入的字符串*@throwsjava.io.IOException*/publicStringreadFileOne(StringfileName)throwsjava.io.IOException{InputStreamins=newFileInputStream(fileName);inti=-1;byte[]countByte=newbyte[ins.avai

系统 2019-08-29 23:14:39 2519

编程技术

015_《Delphi精要》

《Delphi精要》Delphi教程系列书籍(015)《Delphi精要》网友(邦)整理EMail:shuaihj@163.com下载地址:Pdf附书源码作者:罗[作译者介绍]出版社:电子工业出版社ISBN:7505394126上架时间:2004-2-14出版日期:2004年1月开本:16开页码:392版次:1-1内容简介本书的核心内容是讲述ObjectPascal和VCL的重、难点知识(即所谓“精要”),集中于第3章、第5章。第2章、第4章阐明相应的一些

系统 2019-08-29 23:10:04 2519

Java

浅谈java.util.concurrent包的并发处理(二)

Test.javapackageorg.test.concurrent;importjava.util.Calendar;/***//***

Title:LoonFramework

*

Description:

*

Copyright:Copyright(c)2007

*

Company:LoonFramework

*@authorchenpeng*@email:ceponline@yahoo.com.cn*@ver

系统 2019-08-29 22:54:18 2519

Oracle

ORACLE分析函数学习之Windowing Aggregate Func

ORACLE在数据仓库的应用上,有很多针对分析数据和报表查询的函数。分类如下:TypeUsedForRankingCalculatingranks,percentiles,andn-tilesofthevaluesinaresultset.WindowingCalculatingcumulativeandmovingaggregates.Workswiththesefunctions:SUM,AVG,MIN,MAX,COUNT,VARIANCE,STDDE

系统 2019-08-29 22:47:00 2519

SqlServer

在SQL Server2005中使用 .NET程序集