You can easily remove a Windows service from the Windows registry using a simple command prompt command called SC. SC is the command line utility whic...
系统下安装如下ACU工具按照下面命令来收集 HP Array Configuration Utility CLI for Linux 64-bit http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetai...
分类:
其他好文 时间:
2014-12-22 12:41:23
阅读次数:
1822
ios中,在应用程序之外,提供集中的地方,来修改用户的偏好设置,并且序列化到文件。创建项目1.utility application模板一个storyboard一个主视图mainviewcontroller一个辅助设置flipviewcontroller使用设置捆绑包当setting应用程序启动时,...
分类:
移动开发 时间:
2014-12-20 14:13:43
阅读次数:
338
nping : This handy little utility assembles and sends custom ICMP, UDP, or TCP packets and then displays any replies. It was inspired by the ping comm...
分类:
其他好文 时间:
2014-12-19 18:56:30
阅读次数:
889
首先贴一段Apache commons IO官网上的概要介绍
Commons IO 2.4 API
Packages
org.apache.commons.io
This package defines utility classes for working with streams, readers, writers and files.
...
分类:
Web程序 时间:
2014-12-18 17:04:00
阅读次数:
170
转自http://www.cnblogs.com/songdavid/articles/2435439.htmloracle中imp命令详解Oracle的导入实用程序(Import utility)允许从数据库提取数据,并且将数据写入操作系统文 件。imp使用的基本格式:imp[username[/...
分类:
数据库 时间:
2014-12-16 14:42:32
阅读次数:
332
Underscore.js的源码和适合第一次看源码的人,因为文件比较小,而且没有依赖,读起来比较轻松。代码写的还很是很简练的。我看的是1.7的源码,下面说说我觉得比较有意思的几个地方1._.isUndefined = function(obj) { return obj === void 0;...
分类:
Web程序 时间:
2014-12-12 11:21:08
阅读次数:
232
前端的朋友应该都用过一些迭代器,比如jQuery中的$.each()或underscore中的_.each();今天我们就来自己实现一个简单的迭代器:我们仿照一些JS库的接口风格:each(arrOrObj, function(){}) 1 var each = function(obj, fn){...
分类:
编程语言 时间:
2014-12-12 11:16:01
阅读次数:
174
Underscore并没有在原生的JavaScript对象原型中进行扩展,而是像jQuery一样,将数据封装在一个自定义对象中(下文称“Underscore对象”)。生成一个Underscore对象:Underscore默认使用_(下划线)来访问和创建对象,但这个名字可能不符合我们的命名规范,或容易...
分类:
Web程序 时间:
2014-12-11 10:15:36
阅读次数:
226
Configuration(宏定义:设备属性、系统版本、辅助定义、APP特征、字体、颜色、标识、接口API、Base:iamge\tag\userDefault\size)Pages(页面架构)Service(网络请求)Models(数据模型)Utility(自定义UI)Lib(开源工具类、自定义工...
分类:
其他好文 时间:
2014-12-09 21:17:07
阅读次数:
210