DataUML 1.3
(下载)主要更新内容如下:1、增加查询分析器功能;2、增加打开历史文件记录功能;3、修改查询对象功能;4、增加显示对象长度功能;5、增加配置显示表字段功能;6、增加快速定位对象功能;一、查询分析器功能
支持多种数据库的查询,能够执行SQL语句进行查询数据和操作数据。如下...
分类:
其他好文 时间:
2014-05-19 21:30:12
阅读次数:
322
The linear screen is a new kind of high
efficiency screening equipment which vibrates with a vibration motor. Our
company has introduced technology fr...
分类:
其他好文 时间:
2014-05-19 10:36:28
阅读次数:
282
原文地址:http://livesino.net/archives/6851.live更新了软件的下载地址。Windows Phone 8.1
新功能投影我的屏幕(Project My Screen)可以将手机画面实时投影到电视、电脑等设备方便 WP8.1 真机演示。通过 Miracast 无线或
...
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4804
题意:给定一个图,0是不能放的,然后现在有1X1和1X2方块,最后铺满该图,使得1X1使用次数在C到D之间,1X2次数随便,问有几种放法
思路:插头DP的变形,只要多考虑1X1的情况即可,然后DP多开一维表示使用1X1的个数
代码:
#include
#include
#includ...
分类:
其他好文 时间:
2014-05-18 18:21:46
阅读次数:
208
设计模式(Design
pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。
毫无疑问,设计模式于己于他人于系统都是多赢的;设计模式使代码编制真正工程化;设计模式是软件工程的基石脉络,如同大厦的结构...
分类:
其他好文 时间:
2014-05-17 14:21:06
阅读次数:
323
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