骨骼动画是去年打算写的部分, 但是中间因为工作太忙, 已经拖了一年了. 期间也加了其他东西,
比如对UI做了部分完善.UI对toolbar button添加了drop down 支持,一种是dropdown menu,一种是dropdown
property sheet实现这些控件不难, 但是要做抽...
分类:
其他好文 时间:
2014-07-22 23:14:33
阅读次数:
487
其实就是并查集,写麻烦了,同样的代码第一次提交wa了,第二次就过了。 1 #include 2
#include 3 4 #define MAXNUM 55 5 #define UP 0 6 #define RIGHT 1 7 #define DOWN 2
8 #def...
分类:
其他好文 时间:
2014-07-22 23:13:53
阅读次数:
310
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-07-22 23:07:13
阅读次数:
379
Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation.
The teacher has written down the sum of multiple numbers. Pupils should ca...
分类:
其他好文 时间:
2014-07-22 23:05:53
阅读次数:
382
DataVeryLite 是基于.net
4.0的数据库持久化ORM框架.目前支持的数据库有Sqlserver,Mysql,Oracle,Db2,PostgreSql,Sqlite和Access.最好先阅读DataVeryLite入门教程(一)
配置篇,然后再阅读本篇。如果你觉得麻烦也可以跳过。En...
分类:
其他好文 时间:
2014-05-01 20:55:05
阅读次数:
456
1、确定你要下载的版本:下载地址2、进入你存放下载文件的目录运行wget
http://yum.postgresql.org/9.2/redhat/rhel-5-i386/pgdg-centos92-9.2-6.noarch.rpm,我的是32bit的centos5,其他版本可以在上面的路径中找到相...
分类:
数据库 时间:
2014-04-30 04:47:22
阅读次数:
596
先下载postgresql的python包,选择合适自己的python版本和平台32位还是64位,http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载win环境下postgresql接口,http://www.stickpeople.com/projec...
分类:
数据库 时间:
2014-04-30 04:29:48
阅读次数:
482
其实算是一个很小的经验,在eclipse环境下进行jboss的部署,因为要定义某公共包的问题,将代码down下来做了个工程,部署时发现jboss提示:class
not found!
分类:
系统相关 时间:
2014-04-29 20:14:15
阅读次数:
548
一、安装操作系统:windows7安装介质:postgresql-9.1.3-1-windows.exe二、psql控制台简单使用1打开psql2根据提示运行help3列出表命令三、安装uuid的扩展postgresql9.1.3默认没有安装uuid相关函数,虽然在目录C:\Program
File...
分类:
数据库 时间:
2014-04-29 13:36:52
阅读次数:
946
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-04-28 10:46:41
阅读次数:
311