Uses DateUtils //时间单元,非常有用。
记得引用这个单元,不然不能用。CompareDate 比较两个日期时间值日期部分的大小CompareDateTime
比较两个日期时间值的大小CompareTime 比较两个日期时间值时间部分的大小DateOf 去除日期时间值的时间部分Dat....
分类:
其他好文 时间:
2014-05-21 23:39:55
阅读次数:
227
VirtualBox 的 Host 键是哪一个?默认的 Host = Right Ctrl
组合键,意思是键盘上两个 “Ctrl”中右边的那个。键盘上是没有 “Right”这个键的,刚开始不明白,后来才知道是这个意思。Host 键可以点击 Oracle
VM VirtualBox 管理器的左上角 “...
分类:
其他好文 时间:
2014-05-21 23:02:29
阅读次数:
950
1。改表法。请使用mysql管理工具,如:SQLyog
Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改
"mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:
数据库 时间:
2014-05-21 21:12:21
阅读次数:
445
1、创建mysql_class.php文件然后在该文件中创建Mysql类,并定义变量12345678910112、通过构造函数初始化类1234567function
__construct($host,$root,$password,$database){$this->host = $host;$t...
分类:
数据库 时间:
2014-05-21 20:33:36
阅读次数:
450
【题目】
Given an unsorted integer array, find the first missing positive integer.
For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and uses constant space.
【题意】
给定一个数组,找出第一个缺失的正数。时间复杂度O(n)
...
分类:
其他好文 时间:
2014-05-21 17:13:07
阅读次数:
219
Description
A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another sequence Z = is a subsequence of X if there exists a ...
分类:
其他好文 时间:
2014-05-21 10:58:39
阅读次数:
237
Description
Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:
其他好文 时间:
2014-05-21 10:36:57
阅读次数:
297
BSSID的值是路由器无线MAC地址,具体相信IEEE 802.11规范。
MAC地址在路由器上存储位置一半为Factory/factory分区的第四个字节(从0开始),小端字节序。
The BSSID included in the MAC Header transmitter
address field of a Beacon frame when the multiple BSSID...
分类:
其他好文 时间:
2014-05-21 09:59:36
阅读次数:
326
如题:解决android上面java.net.UnknownHostException: Unable to resolve host "m.blog.csdn.net": No address associated with hostname的错误:
这是由于我们在开发的过程中没有给模拟器和Manifest开放网络导致的,
解决方法目前有两种:
1、android设备网络连接没打开,例如3...
分类:
移动开发 时间:
2014-05-21 06:46:02
阅读次数:
1745
VirtualBox的提供了四种网络接入模式,它们分别是:1、NAT
网络地址转换模式(NAT,Network Address Translation)2、Bridged Adapter 桥接模式3、Internal
内部网络模式4、Host-only Adapter 主机模式第一种 NAT模式解释...
分类:
其他好文 时间:
2014-05-21 04:05:58
阅读次数:
292