A Game Between Alice and BobTime Limit:5 Seconds Memory Limit:262144 KBAlice and Bob play the following game. A series of numbers is written on the bl...
分类:
其他好文 时间:
2015-01-28 21:06:02
阅读次数:
334
今天查询二个db,出现这个错误,二种方法,一种是把db里的collation改成一样的;如果不方便可以直接在sql语句后面转一下: select * from table where crm_mscrm.dbo.imei.imei_no = csmrep.crmextdb.dbo.imei.imei...
分类:
其他好文 时间:
2015-01-27 23:06:28
阅读次数:
777
一、Adapter的介绍An Adapter object acts as a bridge between an AdapterView and the underlying data for that view. The Adapter provides access to the data i...
分类:
移动开发 时间:
2015-01-27 17:46:17
阅读次数:
222
Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 ...
分类:
其他好文 时间:
2015-01-26 13:26:51
阅读次数:
195
One way that the police finds the head of a gang is to check people's phone calls. If there is a phone call between A and B, we say that A and B is re...
分类:
其他好文 时间:
2015-01-26 08:49:19
阅读次数:
195
数组转化为图像Converting between an image and raw bytesimport cv2import numpyimport os# Make an array of 120,000 random bytes.randomByteArray = bytearray(os....
分类:
编程语言 时间:
2015-01-25 01:23:40
阅读次数:
196
ViewData 和 ViewBag都是页面级别的生命周期,TempData--Passing data between the current and next HTTP requestsTempData默认是实现方式--存在session中,所以结论很简单,能不用就不用。。要么负载时就麻烦了。P...
分类:
Web程序 时间:
2015-01-24 21:18:16
阅读次数:
422
Open Web Interface for .NET (OWIN)defines an abstraction between .NET web servers and web applications. By decoupling the web server from the applicat...
Maximum GapGiven an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/spac...
分类:
其他好文 时间:
2015-01-24 15:44:53
阅读次数:
201
uva 725 Division
Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits
0 through 9 once each, such that the first number divided by the second ...
分类:
其他好文 时间:
2015-01-24 14:32:11
阅读次数:
143