Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or equal...
分类:
其他好文 时间:
2014-08-20 22:28:12
阅读次数:
244
package com.eeepay.lzj.db;import java.sql.Connection;import java.sql.Date;import java.sql.DriverManager;import java.sql.PreparedStatement;import java....
分类:
数据库 时间:
2014-08-20 20:56:32
阅读次数:
250
-- chapter1. //7.-- Le`s Make a Gmae Using Molehill* Vector3D: containing an x, y, and z component* Normal: a Vector3D that has a length of one* Matri...
分类:
其他好文 时间:
2014-08-20 19:35:42
阅读次数:
227
1679: [Usaco2005 Jan]Moo Volume 牛的呼声Time Limit:1 SecMemory Limit:64 MBSubmit:723Solved:346[Submit][Status]DescriptionFarmer John has received a noise ...
分类:
其他好文 时间:
2014-08-20 19:21:52
阅读次数:
315
Description
The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms each on the north side and south side...
分类:
其他好文 时间:
2014-08-20 16:36:12
阅读次数:
263
Problem DescriptionThere are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color o...
分类:
其他好文 时间:
2014-08-20 12:11:22
阅读次数:
209
DescriptionMy kid's kindergarten class is putting up a Christmas play. (I hope he gets the lead role.) The kids are all excited, but the teacher has a...
分类:
其他好文 时间:
2014-08-20 11:47:56
阅读次数:
200
package data;import java.io.StringWriter;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.Statement;...
分类:
数据库 时间:
2014-08-20 01:19:45
阅读次数:
296
某天Ubuntu右上角的网络连接图标突然消失不见了,右击panel -> add to panel -> Notification Area 也不管用,最关键的是上不了网了。可以在Network Connection里add 一个connection,但是无论如何就是无法连上网络。网上搜了一下,下面...
分类:
其他好文 时间:
2014-08-20 01:13:46
阅读次数:
173
通过ServiceTracker可以对查找的Service进行扩展
下面的demo引入装饰器模式对Service进行日志的扩展
demo:
Provider
student-manage/Activator.java
package com.demo.service;
import java.util.Dictionary;
import java.util.Has...
分类:
其他好文 时间:
2014-08-20 00:05:55
阅读次数:
211