导出操作:ctrl+G 设置好路径,其他默认基本就可以 可能遇到的问题: 1.constraint name uniqueness 错误,解决方法 》PowerDesigner生成的约束名字相同,只要改一下约束的名字就好了 》右键错误信息选择:Automatic Correction 》PowerD ...
分类:
数据库 时间:
2016-11-04 16:44:13
阅读次数:
214
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Comp ...
分类:
其他好文 时间:
2016-11-02 23:31:57
阅读次数:
291
#函数装饰器即为不改变原函数代码的情况下为原函数添加额外功能。 ...
分类:
编程语言 时间:
2016-11-02 17:28:48
阅读次数:
304
在Spring Boot中集成ActiveMQ相对还是比较简单的,都不需要安装什么服务,默认使用内存的activeMQ,当然配合ActiveMQ Server会更好。在这里我们简单介绍怎么使用,本节主要分以下几个步骤:(1) 新建Maven Java Project;(2) 在pom.xml引入依赖 ...
分类:
编程语言 时间:
2016-11-01 23:56:29
阅读次数:
861
Given a binary tree Populate each next pointer to point to its next right node. If there is no next right node, the next pointer should be set to NULL ...
分类:
编程语言 时间:
2016-11-01 19:00:10
阅读次数:
139
题目要求: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the ...
分类:
其他好文 时间:
2016-11-01 18:36:52
阅读次数:
128
在Chromium中,每一个Plugin都对应一个Module,称为Plugin Module。一个Plugin Module可创建多个Plugin Instance。每一个Plugin Instan...
分类:
其他好文 时间:
2016-10-31 22:14:28
阅读次数:
247
Given a linked list, swap every two adjacent nodes and return its head. For example,Given 1->2->3->4, you should return the list as 2->1->4->3. Your a ...
分类:
其他好文 时间:
2016-10-30 07:31:50
阅读次数:
218
Problem: Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice i ...
分类:
其他好文 时间:
2016-10-30 07:13:52
阅读次数:
160