本文将讲述 CSS 中最核心的几个概念,包含:盒模型、position、float等。这些是 CSS 的基础,也是最经常使用的几个属性,它们之间看似独立却又相辅相成。为了掌握它们,有必要写出来探讨一下,如有错误欢迎指正。 元素类型HTML 的元素能够分为两种:块级元素(block level el....
分类:
Web程序 时间:
2014-07-03 22:14:13
阅读次数:
232
Default do not need username and password authenticate when access mongoDB ,I want to set up the user name & password for my mongoDB. so that any remo...
分类:
数据库 时间:
2014-07-03 21:02:37
阅读次数:
343
Delphi DateTime,Date,Time TDateTimePickerDateTimeDateTimeDateTimePicker一、DateTime,Date,Time存储方式本质上也是以double来存储的。用整数部分表示日期,小数部分表示时间。可看我另外一篇“access 中“日期...
分类:
其他好文 时间:
2014-07-03 19:32:10
阅读次数:
188
每天一个linux命令(9):touch 命令linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=u...
分类:
其他好文 时间:
2014-07-03 18:55:11
阅读次数:
244
今天sql-server数据库突然报错:
SQL Server 检测到基于一致性的逻辑 I/O 错误 校验和不正确(应为: 0x7c781313,但实际为: 0x67a313c9)。在文件 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\E_BLOCK_DB.mdf' 中、偏移量为 0x00000000a34000 的位置对数据...
分类:
数据库 时间:
2014-07-03 18:37:04
阅读次数:
255
row_number() OVER (PARTITION BY COL1 ORDER BY COL2)
--表示根据COL1分组,在分组内部根据 COL2排序,而此函数返回的值就表示每组内部排序后的顺序编号(组内连续的唯一的)
例子一: create table student (id int ,classes int ,score int);
insert into student val...
分类:
其他好文 时间:
2014-07-03 18:33:50
阅读次数:
213
题目如下:
Problem D: XYZZY
ADVENT: /ad?vent/, n.
The prototypical computer adventure game, first designed by Will Crowther on the PDP-10 in the mid-1970s as an attempt at computer-refereed fantasy...
分类:
其他好文 时间:
2014-07-03 18:09:47
阅读次数:
211
开发程序需要登录功能 ,就不想用大数据库,直接用java连接access。 在自己机器上一切正常, url直连 和配置数据源都没有问题。 发布到windows server2008 上 ,获取不到数据连接。 系统都是64位, office是2010 32位。 问题找了半天,最终得以解决:
32为的Access driver 需要用32为的jd...
分类:
数据库 时间:
2014-07-03 17:57:43
阅读次数:
294
1、首先当然得在 manifest 中添加检查网络状态的权限;
uses-permission android:name="android.permission.ACCESS_NETWORK_STATE">uses-permission>uses-permission android:name="android.permission.INTERNET"/>
2、具体判断步骤
...
分类:
移动开发 时间:
2014-07-03 15:58:46
阅读次数:
365
我们看HConnection的getTable方法描述:
getTable
HTableInterface getTable(String tableName)
throws IOException
Retrieve an HTableInterface implementation for access to a table....
分类:
其他好文 时间:
2014-07-03 15:53:20
阅读次数:
243