DataUML 1.3
(下载)主要更新内容如下:1、增加查询分析器功能;2、增加打开历史文件记录功能;3、修改查询对象功能;4、增加显示对象长度功能;5、增加配置显示表字段功能;6、增加快速定位对象功能;一、查询分析器功能
支持多种数据库的查询,能够执行SQL语句进行查询数据和操作数据。如下...
分类:
其他好文 时间:
2014-05-19 21:30:12
阅读次数:
322
设计模式(Design
pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
毫无疑问,设计模式于己于他人于系统都是多赢的;设计模式使代码编制真正工程化;设计模式是软件工程的基石脉络,如同大厦的结构...
分类:
其他好文 时间:
2014-05-17 14:21:06
阅读次数:
323
双显示器:一个是T410自己的屏幕,一个是宏基的Acer1296*768显示器。连接:将宏基显示器的Display端子连接到笔记本的Display口上,电源接上。设置过程:1.右键点屏幕,选“Screen
Resolution”一项。2.在弹出窗口中的“Multi displays”一项里选“Ent...
题目: Design and implement a data structure for Least
Recently Used (LRU) cache. It should support the following operations:getandset.
get(key)- Get ...
分类:
其他好文 时间:
2014-05-16 05:42:29
阅读次数:
280
tmux里面用鼠标滚轮来卷动窗口内容在 tmux里面,因为每个窗口(tmux
window)的历史内容已经被tmux接管了,所以原来console/terminal提供的Shift+PgUp/PgDn所显示的内容并不是当前窗口的历史内容,所以要用C-b
[进入copy-mode,然后才能用PgUp/...
分类:
其他好文 时间:
2014-05-16 03:48:27
阅读次数:
374
本章主要知识点如下: 了解Shared Preferences
接口OnSharedPreferenceChangeListener, 每当添加、移除或者修改一个特定的Shared Preference
时候可以调用一个回调函数 创建Preference Screen(首选项框架) Preferen...
分类:
移动开发 时间:
2014-05-15 09:26:37
阅读次数:
420
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier
2 document
options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:
其他好文 时间:
2014-05-15 04:33:36
阅读次数:
330
Total Accepted: 8400 Total Submissions: 38235 My Submissions
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profi...
分类:
其他好文 时间:
2014-05-14 19:39:53
阅读次数:
275
首先 将该代码挂在NGUI的UIroot上
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
public void Awake() {
Screen.SetResolution(1024, 768, true);//自己想要的分辨率,比如1024*768,true表示全...
分类:
其他好文 时间:
2014-05-14 19:24:25
阅读次数:
404
接触biztalk时间不长,转载一篇学习教程:http://www.cnblogs.com/chnking/archive/2010/05/09/1731098.htmlchnking写的。一、使用WCF_SQL、WCF_Oracle、WCF_SAP
adapter的公共安装前提1、 Microso...
分类:
数据库 时间:
2014-05-14 10:01:01
阅读次数:
591