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版本的小工具,可以在上班的时候刷一下你关注的股票信息,代码如下:
#!/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
android源码下载及安装:1.初始化安装环境:A。建立大小写敏感硬盘镜像:步骤如下:Disk Utility –> New Image,随便取个名字,这里用AndroidDisk,30GB足够了,然后注意选成Mac OS Extended (Case-sensitive, Journaled),...
分类:
移动开发 时间:
2014-09-20 03:33:26
阅读次数:
194
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
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文档分析 <?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来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle11g中新增加了一个CTSS(ClusterTimeSynchronizationServices,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装GridInfrastructure过程中,如果没有发现节..
分类:
数据库 时间:
2014-09-10 02:55:00
阅读次数:
238
佳能EOS Utility的下载和安装佳能很有意思,在官方网站上提供的数码相机驱动程序,只是“升级版”,而不是原始安装版。如果我有安装光盘,还去网上下载驱动干吗?解决方案:1,从佳能官方网站上下载升级版的EOS Utility。访问地址:http://support-cn.canon-asia.c....
分类:
其他好文 时间:
2014-09-06 21:08:33
阅读次数:
641
oracle中imp命令具体解释 Oracle的导入有用程序(Import utility)同意从数据库提取数据,而且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],下面例举imp经常使用用法。 1. 获取帮助 imp help=y...
分类:
数据库 时间:
2014-09-05 21:02:52
阅读次数:
390
有很多Asp.Net制作的网站,每年都需要授权。如果破解授权呢。本文将一步步的操作。
以下内容只是作者兴趣所致,不代表任何立场。
一般而言,License文件是一个加密文件,通过bin下面的DLL组件进行判断。我们可以对DLL进行改造。
1. 当我们打开网站的时候,会提示“sestem.webplugs.Utility.UtilityUser"错误。
2. 我们根据提示可以...
分类:
Web程序 时间:
2014-09-04 23:40:50
阅读次数:
581