delphi cxgrid 使用方法1.绑定数据方法cxGrid1DBTableView1.DataController.DataSource:=DataSource12.去掉"Drag a column header here to group by that column"方法cxGrid1DB...
分类:
其他好文 时间:
2014-07-11 20:57:05
阅读次数:
209
数据库表结构Student.java 1 @Entity 2 @Table(name = "student") 3 public class Student { 4 @Id 5 @Column(name = "id") 6 @GenericGenerator(name = "...
分类:
系统相关 时间:
2014-07-11 19:45:18
阅读次数:
358
数据表结构单向一对多Student.java 1 @Entity 2 @Table(name = "student") 3 public class Student { 4 @Id 5 @Column(name = "id") 6 @GenericGenerator(name...
分类:
系统相关 时间:
2014-07-11 19:25:24
阅读次数:
278
http://blog.csdn.net/pickless/article/details/9191075Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7migh...
分类:
其他好文 时间:
2014-07-11 09:14:04
阅读次数:
222
贪吃蛇游戏设计中主要需要注意的几点:
1:坐标的定义:定义为左上角为(0,0),向右为x正方向,向下为y正方向
2:蛇的设计,
蛇身:m_body,这里用的是链表(是之前写好的双链表),一个节点就是蛇身的一节
每节蛇身的属性包括x,y坐标:column_x,row_y,x表示在地图上的第几列,y表示在地图上的第几行
蛇有一个属性叫朝向,也就是当前在往上、下、左、右的哪个方向移动:...
分类:
其他好文 时间:
2014-07-11 00:34:19
阅读次数:
402
今天同事pvuTraceback (most recent call last): File "F:\vmid.py", line 11, in vmiddle.connect((host, port))LookupError: unknown encoding: idna...
分类:
其他好文 时间:
2014-07-10 21:17:06
阅读次数:
365
static DataTable GetTable()
{
//
// Here we create a DataTable with four columns.
//
DataTable table = new DataTable();
table.Column...
分类:
其他好文 时间:
2014-07-10 19:48:07
阅读次数:
178
错误例子:error: command 'cc' failed with exit status 1clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard err...
分类:
其他好文 时间:
2014-07-10 19:30:11
阅读次数:
3913
变量(对象)命名一.数据库:1. 基本命名规则表 1. 基本数据库对象命名 数据库对象前缀表 (Table)字段(Column)视图 (View)存储过程 (Stored procedure)触发器(Trigger)索引(Index)主键(Primary key)外键(Foreign key)Che...
分类:
数据库 时间:
2014-07-09 13:41:13
阅读次数:
326
1. Poweshell 对 Site Column的完整操作
2. Powershell 对 Content Type的完整操作
3. Powershell 对 List 的完整操作
4. Powershell 对 Web Part(页面)操作
5. Powershell 对 Security Group操作...
分类:
其他好文 时间:
2014-07-09 12:29:39
阅读次数:
372