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
遇到一个mysql 数据库显示乱码的问题。 问题:(1) 在DOS界面下 select 某个表中的数值,中文全部显示乱码。(2) 在dos 下 insert 语句中插入中文 出现错误。类似Incorrect string value: '\xD6\xD0\xB9\xFA' for column '....
分类:
数据库 时间:
2014-07-09 17:10:51
阅读次数:
220
变量(对象)命名一.数据库: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
Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.
分类:
其他好文 时间:
2014-07-08 22:17:29
阅读次数:
193
1、错误描述
java.sql.SQLException:Column count doesn't match value count at row 1
2、错误原因
在插入数据时,插入的字段个数跟数据库表字段个数不一致
insert into student(sno,sname,sage,ssex) values(1,'张三丰','man');
3、解决办...
分类:
数据库 时间:
2014-07-08 20:14:16
阅读次数:
286
Hibernate One-to-One Mappings 一对一关系映射
关键:一对一关系映射和多对一关系映射很像,只是 column 属性值为 unique
例子:一个员工只能有一个地址。
Hibernate框架的使用步骤:
1、创建Hibernate的配置文件(hibernate.cfg.xml)
2、创建持久化类,即其实例需要保存到数据库中的类...
分类:
移动开发 时间:
2014-07-08 15:46:47
阅读次数:
285
1、错误描述
com.mysql.jdbc.exception:jdbc4.MySQLSyntaxErrorException:Unknown column 'man' in 'field list'
2、错误原因
数据库表中的字段:sno sname sage ssex
插入数据时: sno sname sage ma...
分类:
数据库 时间:
2014-07-08 13:50:59
阅读次数:
242
EEPlat PaaS支持三种租户的数据隔离技术:Sparce Column、tenantId字段隔离、每个租户独立数据库。...
分类:
其他好文 时间:
2014-07-08 13:47:45
阅读次数:
175
??
// TODO Auto-generated method stub
//获取本地主机IP对象
InetAddress ip = InetAddress.getLocalHost();
System.out.println(ip.getHostAddress());
System.out.println(ip.getHostName());
//获取其他主...
分类:
编程语言 时间:
2014-07-08 12:58:09
阅读次数:
278