码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
winrt组件库(包括翻书组件)
http://www.mindscapehq.com/products/metroelements/controls/book-control-for-winrt点击“down freetrial”,会下载一个msi的文件安装安装后目录下有个Samples文件,打开,这就是demo了。我用vs201...
分类:Windows程序   时间:2014-08-05 15:44:09    阅读次数:316
XML配置中 引入外部property文件
新建properties配置文件内容如下:jdbc.driverClassName=com.mysql.jdbc.Driverjdbc.url=jdbc\:mysql\://localhost\:3306/book_mybatis?user\=root&password\=root&useUnico...
分类:其他好文   时间:2014-08-04 20:57:37    阅读次数:263
HBase MapReduce 使用
项目中需要用MapReduce来读取或者写Hbase,这样可以节省大量开发时间。Hbase本身的jar包里就有这样的API , 以下是我从官网上找的一些资料,和大家分享一下。原文地址:http://hbase.apache.org/book/mapreduce.example.html总体说明一下:...
分类:其他好文   时间:2014-08-04 13:39:07    阅读次数:211
LFS(2)建立新用户和新环境
本来想使用我的日常工作用户mirage,但是看到LFS-Book里建立了新账户还进行了各种设置,我也就建立了新账户,防止不小心搞破坏。建立新的group名为lfs,建立新用户lfs,groupaddlfs useradd-s/bin/bash-glfs-m-k/dev/nulllfs-s是指定默认的shell,不指定也行,反正默认都是bash..
分类:其他好文   时间:2014-08-04 11:15:37    阅读次数:250
cocos2d-x场景效果切换
Cocos2d-x提供了很多场景间切换的效果1.使用方法:ccTime t = 1.2; CCScene * pScene = CCScene::node(); CCLayer *pLayer = new book_page1(); pLayer->autorelease(); pScene...
分类:其他好文   时间:2014-08-03 23:11:06    阅读次数:268
oracle 笔记
向表里添加数据:INSERT INTO BOOK(bookid,name,price) VALUES('100123','oracle sql',54.70);INSERT INTOBOOK VALUES('100123','oracle sql',54.70);INSERT INTOBOOK(.....
分类:数据库   时间:2014-08-03 22:52:26    阅读次数:261
Python处理Excel文档(xlrd, xlwt, xlutils)
简介xlrd,xlwt和xlutils是用Python处理Excel文档(*.xls)的高效率工具。其中,xlrd只能读取xls,xlwt只能新建xls(不可以修改),xlutils能将xlrd.Book转为xlwt.Workbook,从而得以在现有xls的基础上修改数据,并创建一个新的xls,实现...
分类:编程语言   时间:2014-08-03 04:39:54    阅读次数:338
复习图--WuKong
E - WuKong Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Liyuan wanted to rewrite the famous book “Journey to the West” (“Xi Yo...
分类:其他好文   时间:2014-08-02 18:23:43    阅读次数:353
Vertex Modifier of Surface Shader
【Vertex Modifier of Surface Shader】 Surface shader compilation directivevertex:functionName 可以用于指定顶点着色器。Afunction that takesinout appdata_fullparamet....
分类:其他好文   时间:2014-08-02 15:13:13    阅读次数:221
Writing Surface Shaders
【Writing Surface Shaders】 Writing shaders that interact with lighting is complex. There are different light types, different shadow options, differen....
分类:其他好文   时间:2014-08-02 12:17:33    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!