码迷,mamicode.com
首页 >  
搜索关键字:utility    ( 517个结果
Logdump
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:其他好文   时间:2014-09-23 13:35:54    阅读次数:362
python命令行查看股票基本行情数据
写一个Python版本的小工具,可以在上班的时候刷一下你关注的股票信息,代码如下: #!/usr/bin/env python # -*- coding:utf-8 -*- import urllib.request #debug=True debug=False class Utility: def ToGB(str): if(debug): print(str)...
分类:编程语言   时间:2014-09-23 13:29:34    阅读次数:275
Mac 下 下载Android源码步骤
android源码下载及安装:1.初始化安装环境:A。建立大小写敏感硬盘镜像:步骤如下:Disk Utility –> New Image,随便取个名字,这里用AndroidDisk,30GB足够了,然后注意选成Mac OS Extended (Case-sensitive, Journaled),...
分类:移动开发   时间:2014-09-20 03:33:26    阅读次数:194
Utility Classes Are Evil
A utility class is a class filled with static methods. It is usually used to isolate a "useful" algorithm. However, in an object-oriented world, utility classes are considered a very bad practice. The use of utility classes to be an antipattern. More speci...
分类:其他好文   时间:2014-09-18 18:55:54    阅读次数:237
新增记录时返回自增ID (DAL数据访问类)
using System;using System.Data;using System.Text;using System.Data.SqlClient;using EXDataControl;using Utility;namespace BasicInformation{ /// /// 类p....
分类:其他好文   时间:2014-09-13 10:31:25    阅读次数:254
wsdl文档分析
wsdl文档分析 <?xml?version="1.0"?encoding="UTF-8"?> <definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/...
分类:其他好文   时间:2014-09-11 21:03:53    阅读次数:233
oracle cluster verfication utility failed
节点间的时间同步对于Oracle来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle11g中新增加了一个CTSS(ClusterTimeSynchronizationServices,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装GridInfrastructure过程中,如果没有发现节..
分类:数据库   时间:2014-09-10 02:55:00    阅读次数:238
找不到原始安装光盘的佳能EOS Utility的下载和安装
佳能EOS Utility的下载和安装佳能很有意思,在官方网站上提供的数码相机驱动程序,只是“升级版”,而不是原始安装版。如果我有安装光盘,还去网上下载驱动干吗?解决方案:1,从佳能官方网站上下载升级版的EOS Utility。访问地址:http://support-cn.canon-asia.c....
分类:其他好文   时间:2014-09-06 21:08:33    阅读次数:641
oracle中imp命令具体解释
oracle中imp命令具体解释 Oracle的导入有用程序(Import utility)同意从数据库提取数据,而且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],下面例举imp经常使用用法。 1. 获取帮助 imp help=y...
分类:数据库   时间:2014-09-05 21:02:52    阅读次数:390
针对DLL的网站授权License破解方法
有很多Asp.Net制作的网站,每年都需要授权。如果破解授权呢。本文将一步步的操作。 以下内容只是作者兴趣所致,不代表任何立场。 一般而言,License文件是一个加密文件,通过bin下面的DLL组件进行判断。我们可以对DLL进行改造。 1. 当我们打开网站的时候,会提示“sestem.webplugs.Utility.UtilityUser"错误。 2. 我们根据提示可以...
分类:Web程序   时间:2014-09-04 23:40:50    阅读次数:581
517条   上一页 1 ... 45 46 47 48 49 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!