码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
sedna不支持xml schema
book.xsd:   book.xml: <books xmlns:xsi...
分类:其他好文   时间:2015-07-08 12:59:51    阅读次数:121
[LeetCode] Number of Digit One
The following idea is taken from a book named 《剑指offer》 published in China.Supposen = 271, it then breaks[1, 271]into[1, 71]and[72, 271]. For[72, 271]...
分类:其他好文   时间:2015-07-08 02:07:20    阅读次数:149
sedna在windows和Linux下的xquery区别
源用昨天的例子,把book.xml加载入books数据库的名为novel的collection里。 The Call Of Wild Jack London 32.5$ 2015-7-6 Wuthering Heights Emily Bronte 40$ 2015-7-5 查询一下里面的内容: se_term -query "fo...
分类:Windows程序   时间:2015-07-07 17:06:00    阅读次数:318
android init进程分析 init脚本解析和处理
1. 启动动画在执行init启动脚本中到surface flinger启动完成后,开始执行启动动画(bootanimation)之间。(启动动画在cupcake版本还只是surfaceflinger的一个线程,到donut上已经升级到和surface flinger一样的进程了)。启动动画默认是调用函数load_565rle_image在屏幕上显示一个叫 initlogo.rle的一个rgb565格式的图片,一般我们的系统上都没有这张图,可以按下述方法做一个:首先需要准备一张图片,最好是PNG的(andro...
分类:移动开发   时间:2015-07-07 13:06:59    阅读次数:235
php处理中文字符串
使用mbstring先转换成UTF-8编码 mb_convert_encoding(Input::get('tags'),'UTF-8')mbstring用法参考http://php.net/manual/zh/book.mbstring.php
分类:Web程序   时间:2015-07-07 10:42:59    阅读次数:152
OpenGL ES2.0 基本编程
1. EGL       OpenGL ES命令需要一个rendering context和一个drawing surface。       Rendering Context: 保存当前的OpenGL ES状态。       Drawing Surface: 是原语(primitive)画图的Surface。它指定了渲染的buffer类型,如:color buffer,depth buffer和...
分类:其他好文   时间:2015-07-06 21:45:36    阅读次数:168
sedna进行xquery查询
有一个文件book.xml: The Call Of Wild Jack London 32.5$ 2015-7-6 Wuthering Heights Emily Bronte 40$ 2015-7-5 创建books数据库: [root@localhost xuzhina]#se_cdb books Creating a datab...
分类:其他好文   时间:2015-07-06 18:00:44    阅读次数:112
How to solve BMW alarm system question
Take BMW 320i m sport e93 for example.Symptom:I've read through the book and tried the 2 second panic alarm, but nothing happens, trying to open the b...
分类:其他好文   时间:2015-07-06 10:00:03    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!