码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
对于Canvas和Bitmap的一点认识
在Android关于Canvas的API描述中,一开始就如下描述: To draw something, you need 4 basic components: A Bitmap to hold the pixels, a Canvas to host the draw calls (writing into the bitmap), a drawing primitive (e....
分类:其他好文   时间:2015-03-14 15:23:18    阅读次数:120
cocos2d Programming Guide
http://python.cocos2d.org/doc/programming_guide/index.htmlThe cocos2d Programming Guide provides in-depth documentation for writing applications that ...
分类:其他好文   时间:2015-03-14 15:07:50    阅读次数:143
FlatBuffers使用记录(Golang)
试用了下FlatBuffers,把一些东东记录一下。  FlatBuffers 官网: http://google.github.io/flatbuffers/md__go_usage.html 它支持生成Go语言相关的东西,总的使用步骤如下:    1. 定义IDL 接口定义文件,通常命名为.fbs           参考: Writing a schema       http...
分类:其他好文   时间:2015-03-11 12:55:13    阅读次数:189
ORA-12520 ORA-28056
早上登陆oracle 报:ORA-12520: TNS: 监听程序无法为请求的服务器类型找到可用的处理程序tnsping orcl 正常用 sqlplus / as sysdba 登陆报:ORA-28056:Writing audit records to Windows Event Log fai...
分类:其他好文   时间:2015-03-11 12:16:05    阅读次数:167
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
问题描述:严重: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.sh.rgsoft...
分类:编程语言   时间:2015-03-02 10:47:44    阅读次数:247
Mozilla的CSS编写风格
/* mozilla.org Base Styles * maintained by fantasai * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup ) *//* Sugge...
分类:Web程序   时间:2015-02-25 18:32:29    阅读次数:226
how to update product listing price sale price and sale date using mobile App
Greetings from Amazon Seller Support,Thank you for writing back to us.I have reviewed our previous correspondence with you, and I offer my sincere apo...
分类:移动开发   时间:2015-02-22 19:34:07    阅读次数:184
writing
目录1、项目背景与需求2、需求分析3、方案设计4、项目实施过程5、如何更好的使用系统6、系统日常管理7、项目总结
分类:其他好文   时间:2015-02-12 16:27:59    阅读次数:111
netty Getting Started--reference
reference from:http://docs.jboss.org/netty/3.1/guide/html/start.html1.1. Before Getting Started1.2. Writing a Discard Server1.3. Looking into the Rece...
分类:Web程序   时间:2015-02-11 23:17:31    阅读次数:417
论文中的算法描述 By 薛磊
在写论文的过程中,我们经常需要描述一些算法,如何描述才能清晰、美观、易读、无歧义?薛磊从《Writing for computer science》中整理了一份PPT,介绍几种常见的算法描述方法。下面是下载链接:Algorithms_writing.pdf
分类:编程语言   时间:2015-02-09 00:32:57    阅读次数:527
842条   上一页 1 ... 69 70 71 72 73 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!