从egl判断内核的的版本:
OpenGL ES Shader Compiler Version: E031.24.00.14
Build Date: 04/29/14 Tue
Local Branch: mybranch3162585
Remote Branch: quic/LNX.LA.3.5.2.2_rb1
Local Patches: NONE
Reconstruct Branch: AU...
分类:
其他好文 时间:
2014-06-16 11:36:18
阅读次数:
229
当浏览器向Web服务器发出请求时,它向服务器传递了一个数据块,也就是请求信息,HTTP请求信息由3部分组成:
l 请求方法URI协议/版本
l 请求头(Request Header)
l 请求正文
下面是一个HTTP请求的例子:
GET/sample.jspHTTP/1.1
Accept:image/gif.image/jpeg,*/*
Accept-La...
分类:
其他好文 时间:
2014-06-10 07:36:11
阅读次数:
219
lambda只是一个表达式,函数体比def简单很多。lambda的主体是一个表达式,而不是一个代码块。仅仅能在lambda表达式中封装有限的逻辑进去。lambda表达式是起到一个函数速写的作用。允许在代码内嵌入一个函数的定义。如下例子:定义了一个lambda表达式,求三个数的和。再看一个例子:用la...
分类:
其他好文 时间:
2014-06-09 18:26:49
阅读次数:
192
今天写组件的时候用到了描边。可是两个组件放在一起时,描边会变重叠,使之变粗。就不是很美观了。如何取消呢?网上查了好久没找到,然后就自己试了试,找到了解决方法,就在此记录一下,防止以后忘记。很简单分别给两个控件添加android:layout_marginRight="-1dp"和android:la...
分类:
移动开发 时间:
2014-06-07 23:00:09
阅读次数:
454
The famous Korean internet company nhn has provided
an internet-based photo service which allows The famous Korean internet company
users to directly ...
分类:
其他好文 时间:
2014-06-06 17:20:53
阅读次数:
256
2010-08-0813:33cannotfind-lltdl,编译php又出错了php在make过程中出现“usrbinldcannotfindlltdl”错误,详细错误如下:/usr/bin/ld:cannotfind-lltdlcollect2:ldreturned1exitstatusmake:***[libphp5.la]Error1在Google上搜了好久,终于找到答案,原来是在编辑php时添加的“..
分类:
Web程序 时间:
2014-06-01 16:44:44
阅读次数:
241
在.NET3.0版本中微软推出了Lambda表达式。这使代码的表述可以更加优雅。但是对于新事物大多会本能的排斥,虽然3.0版本已经推出了好久了,但是我向周围的人了解了一下,用Lambda的人不是很多,即使有可以使用的场合也用旧方法来代替。其实Lambda表达式并不神秘,下面让我们一起来揭开C#
La...
分类:
其他好文 时间:
2014-05-28 19:48:13
阅读次数:
303
The most known area of theJordan 6 Carminemay
be the two-finger pull-up tongue and also the button lower shroud that hides top
of the a part of its la...
分类:
其他好文 时间:
2014-05-26 21:03:46
阅读次数:
333
//获得本周(本天)时间戳的起始和结束//本周星期一时间戳$monday = mktime(0, 0,
0, date("m",strtotime("last Monday")) , date("d",strtotime("last Monday")),
date("Y",strtotime("la...
分类:
Web程序 时间:
2014-05-26 07:26:50
阅读次数:
279
在"MEF(Managed Extensibility
Framework)使用全部扩展组件"中,客户端应用程序调用了所有的扩展组件,而且如果有新的扩展组件加入,必须先关闭程序,再重新启动才可以调用所有组件。
本篇体验使用MEF的ExportMetadata特性,有选择性地使用某些扩展组件,使用La...
分类:
其他好文 时间:
2014-05-22 04:49:23
阅读次数:
311