在用kettle开发时常会出现 Error occured while trying to connect to the database 错误,但是仔细观察日志,引起这个错误的原因不尽相同。...
分类:
数据库 时间:
2014-12-05 19:28:25
阅读次数:
830
彻底卸载的流程
1、删除C:\windows\inf\oem.inf路径下的所有oem文件
2、删除c:\windows\system32\drivers路径下对应的sys文件
3、(重要)
第一步:使用PsExec.exe 获取对注册表的administrator访问权限,PsExec.exe 下载地址 http://techne...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Diagnostics;
namespace _...
分类:
Web程序 时间:
2014-12-05 19:28:04
阅读次数:
207
display:table总结(自己的一些个理解总结)
IE8是最后一款支持该属性的主流浏览器。在网页元素上应用该属性后,可以模仿出与表格相同的特性。
IE8以下是不能够识别这个属性的此元素会作为块级表格来显示(类似 ),表格前后带有换行符。该元素还可以使左右元素的高度相同,这两个左右元素的父元素使用这个属性,左右元素使用display:table-cell
http://www.liu...
分类:
Web程序 时间:
2014-12-05 19:28:00
阅读次数:
185
Number letter counts
Problem 17
If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total.
If all the numbers fr...
分类:
其他好文 时间:
2014-12-05 19:27:00
阅读次数:
177
#include "stdafx.h"
#include
#include
#include
#include "time.h"
#define Num 10000000
using namespace std;
long wht_length;
long wht_array[Num];
long wht_array1[Num];
long wht_array2[Num];
CEven...
分类:
编程语言 时间:
2014-12-05 19:25:04
阅读次数:
227
Segue跳转...
分类:
其他好文 时间:
2014-12-05 19:24:59
阅读次数:
138
看了烧脑科幻片predestination(前目的地),剧情我就不在这里作过多的描述(以免有剧透之嫌),讲述的是一个时间局特工,穿梭于时间长河,抓捕Fizzle Bomber的故事.我在这里要说的是在剧中发现的一个有意思的秘密:不知道看过这个片子的童鞋,注意到主人公拿到的那个bomber控制器没?那是一个神马电路板捏.
好吧,我也不卖关子了,贴出来给大家看看(大概在1小时21分20秒的时刻):...
分类:
其他好文 时间:
2014-12-05 19:27:00
阅读次数:
197
/**
* Demo描述:
* 去掉系统Spinner的边框颜色
*
*
* 1 在drawable中定义gradient_spinner.xml如下
*
*
*
*
*
*
*
*
* ...
分类:
其他好文 时间:
2014-12-05 19:25:38
阅读次数:
156
(1)使用myeclipse自带的hibernaterjar
(2)创建数据库
(3)在数据库表上点击右键
(4)具体过程如下:
在有的时候我们,按照步骤按时没有产生主外键的对应关系,比如:one-to-many等
可以参考:http://blog.csdn.net/xlgen157387/article/details/4...
分类:
Web程序 时间:
2014-12-05 19:26:28
阅读次数:
197
在图数据处理时,若将其中等价结点找出归为一个结点会降低图的规模且加快一些图处理的速度,例如模式匹配、可达性等。本文描述了一种快速求解等价结点的方法。...
分类:
其他好文 时间:
2014-12-05 19:25:21
阅读次数:
168
- (void)exitApplication {
[UIView
beginAnimations:@"exitApplication"
context:nil];
[UIView
setAnimationDuration:0.5];
[UIView
setAnimationDelegate:self];
[UIVie...
分类:
其他好文 时间:
2014-12-05 19:24:56
阅读次数:
123
CRM2011后给表单设置了安全角色,可以配置实体表单给不同的安全角色查看,但视图的权限始终没有开放配置,这里介绍个工具可以实现这种配置。
先奉上工具地址:http://rolebasedviews.codeplex.com/releases/view/122674,里面有两个zip包RolebasedViews_managed,RolebasedViews_executables,将...
分类:
其他好文 时间:
2014-12-05 19:23:06
阅读次数:
283
基本语法:
select ... from
where
start with
connect by ;
:过滤条件,用于对返回的所有记录进行过滤。
:查询结果重起始根结点的限定条件。
:连接条件
数据表结构如下:
create table table_test(
priorId number,
id number,
name varchar(5),
desc...
分类:
数据库 时间:
2014-12-05 19:23:07
阅读次数:
204
首先
#import
然后
MFMessageComposeViewControllerDelegate
主要在这里
- (void)showMessageView
{
if( [MFMessageComposeViewController
canSendText] ){
...
分类:
其他好文 时间:
2014-12-05 19:22:45
阅读次数:
168
//SeqStack.h
/*
stack:Last In First Out
*/
//1.定义顺序栈的结构
typedef struct stack
{
DATA data[SIZE+1];
int top; //栈顶
}SeqStack;
//2.初始化栈
SeqStack *SeqStackInit()
{
SeqStack *p;
if(p=(SeqStack *...
分类:
编程语言 时间:
2014-12-05 19:24:13
阅读次数:
186
Swift90Days - 一个简单的小应用 第0步:明确任务经过前面基础语法的学习,我们终于可以真枪实弹的来一发了。以这篇小鸡鸡小猫猫小狗狗为例,我们将会创建一个简单的应用:通过 UITableView 展示三种小动物通过 NSUserDefaults 进行数据持久化通过 UIWebView 从维基百科加载更多数据由于时间有限,这篇博客并不是教程或者翻译,只是一个关键思路的整理和记录,完整的源代...
分类:
编程语言 时间:
2014-12-05 19:23:13
阅读次数:
359