码迷,mamicode.com
首页 >  
搜索关键字:see    ( 2224个结果
HDU 1892 See you~ (二维树状数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1892 See you~ProblemDescriptionNowIamleavinghustacm.Inthepasttwoandhalfyears,Ilearn...
分类:其他好文   时间:2014-08-15 20:52:19    阅读次数:470
uva 705 - Slash Maze
Slash MazeBy filling a rectangle with slashes (/) and backslashes ( ), you can generate nice little mazes. Here is an example:As you can see, paths i....
分类:其他好文   时间:2014-08-15 14:30:58    阅读次数:272
baksmali和smali源码分析(五)
官方文档对于dex中的class数据结构表示如下:class_idx uint indexintothetype_idslistforthisclass.Thismustbeaclasstype,andnotanarrayorprimitivetype.access_flags uint accessflagsfortheclass(public,final,etc.).See"access_flagsDefinitions"forde..
分类:其他好文   时间:2014-08-15 02:53:09    阅读次数:291
HTTP状态码
HTTP状态码HTTP持久 · 压缩 · 安全头字段ETag · Cookie · Referrer · Location · Do Not Track · X-Forwarded-ForHTTP状态码301 Moved permanently302 Found303 See Other403 Fo...
分类:其他好文   时间:2014-08-14 23:07:36    阅读次数:344
非结构体线段树版 ZJU 1610 Count the Colors (线段树区间更新)
Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones. Your task is counting the segments of different colors you can see at last. ...
分类:其他好文   时间:2014-08-14 10:47:38    阅读次数:222
Validation failed for one or more entities. See ‘EntityValidationErrors’解决方法
Validation failedforone ormoreentities.See‘EntityValidationErrors’propertyformoredetails. Unfortunately there is no further information about关于如何查看 En...
分类:其他好文   时间:2014-08-13 21:45:57    阅读次数:223
在Java代码上设置TextView字体大小
部分源码: /** * Set the default text size to a given unit and value. See {@link * TypedValue} for the possible dimension units. * * @p...
分类:编程语言   时间:2014-08-13 00:45:04    阅读次数:338
an error has occurred. see error log for more details. java.lang.nullpointerexception 问题解决
解决办法:修改项目工作空间。修改工作空间,以前打开myEclipse时知道怎么改!现在只有找配置文件了!步骤:MyEclipse 5.1.1 GA-----》Eclipse-----》configuration------》.settings----》org.eclipse.ui.ide.prefs...
分类:编程语言   时间:2014-08-08 20:44:46    阅读次数:392
delphi中指针操作符^的使用
To see how pointers work, look at the following example.1 var2 X, Y: Integer; // X and Y are Integer variables3 P: ^Integer; // P points to an Intege....
分类:其他好文   时间:2014-08-08 01:47:55    阅读次数:304
JAVA对多线程的两个有用的辅助类(CountDownLatch和AtomicBoolean)
AtomicBoolean可以让一个线程等待另一个线程完成任务后再执行: A boolean value that may be updated atomically. See the java.util.concurrent.atomic package specification for description of the properties of atomic variables. A...
分类:编程语言   时间:2014-08-07 15:41:40    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!