The content and code of this article is referenced from book Pro C#5.0 and the .NET 4.5 Framework by Apress. The intention of the writing is to review...
分类:
其他好文 时间:
2015-03-28 17:05:35
阅读次数:
156
Problem Description
Dandelion's uncle is a boss of a factory. As the spring festival is coming , he wants to distribute rewards to his workers. Now he has a trouble about how to distribute the rewards.
The workers will compare their rewards ,and some one m...
分类:
编程语言 时间:
2015-03-28 11:36:19
阅读次数:
213
生活很心酸?8招支撑你度过困难时期 No matter what problem you're facing, tough times happen to the best of us. Whether it's financial trouble or just an overall bad d....
分类:
其他好文 时间:
2015-03-18 10:29:52
阅读次数:
122
C674X_0: Loader: One or more sections ofyour program falls into a memory region that is not writable. These regions will not actually be written tothe target. Check your linkerconfiguration and/or memory map.
C674X_0: Trouble Writing Register PC:(Error -...
分类:
其他好文 时间:
2015-03-17 10:24:49
阅读次数:
200
在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
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
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { this.domainBind(); Page.Regi...
试用了下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
早上登陆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
(我的环境是Mint7.1,相当于Ubuntu14.04) 1,首先,根据docker.com上的安装指导来安装docker,这里就不重复了,参考: https://docs.docker.com/installation/ubuntulinux/ 2,执行 $ docker version 你可能...
分类:
系统相关 时间:
2015-03-04 09:37:36
阅读次数:
237