Some one was here, some one had breached the security and had infiltrated here. All the evidences are touched, Logs are altered, records are modified
分类:
其他好文 时间:
2016-02-02 00:02:50
阅读次数:
281
Still Hungry and unsutisfied, you are looking for more. Some more, unique un heard dishes. Then you can find one to make it your self. Its his Dish. H
分类:
其他好文 时间:
2016-02-01 23:54:51
阅读次数:
173
Description A character string is said to have period k if it can be formed by concatenating one or more repetitions of another string of length k. Fo
分类:
其他好文 时间:
2016-02-01 20:43:47
阅读次数:
119
/** * Loading JavaScript code - uncomment the one you want. * * OPTION 1 * Load from development server. Start the server from the repository root: *
分类:
Web程序 时间:
2016-02-01 15:45:40
阅读次数:
178
It’s been about one week since I started the iOS immersive class at The Flatiron School in NYC. To say I’ve learned a lot in 7 days is an understateme
分类:
其他好文 时间:
2016-02-01 15:14:12
阅读次数:
193
One way to serialize a binary tree is to use pre-oder traversal. When we encounter a non-null node, we record the node's value. If it is a null node,
分类:
其他好文 时间:
2016-02-01 13:59:13
阅读次数:
115
在Percona-Xtrabackup 2.3.3[root@b28-19-17 bak]# rpm -q percona-xtrabackuppercona-xtrabackup-2.3.3-1.el6.x86_64session one:mysql> begin;Query OK, 0 rows
分类:
其他好文 时间:
2016-02-01 13:42:43
阅读次数:
204
注:原方转自http://www.codinglabs.net/article_world_view_projection_matrix.aspx Introduction In this article we will try to understand in details one of the...
分类:
其他好文 时间:
2016-02-01 02:12:46
阅读次数:
264
UDTF(User-Defined Table-Generating Functions)用来解决输入一行输出多行(one-to-many maping)的需求。 编写自己的UDTF: 1.继承org.apache.hadoop.hive.ql.udf.generic.GenericUDTF。 2.
分类:
其他好文 时间:
2016-01-31 21:20:33
阅读次数:
659
department与employee是一对多关系。 set <set name="emps" inverse="true"> <key column="depart_id"/> <one-to-many class="Employee" /> </set> list,关键在于有一定顺序: <lis
分类:
Web程序 时间:
2016-01-31 13:27:43
阅读次数:
189