DFGUI不更新了,的确有些遗憾。
着重研究了一下 Examples/Containers/TabContainer.unity 就是Tab的使用。
功能 很简单,就是切换Tag 内容改变。
就看一下结构:
ok,dfTabstrip就是Tag dfTabContainer就是内容。
他们之间的连接是在dfTabstrip中引用了dfTabContainer...
分类:
其他好文 时间:
2015-04-02 16:28:57
阅读次数:
222
These examples show you how to perform common PDF tasks from the command-line using pdftk. Collate scanned pages ??? pdftk A=even.pdf B=odd.pdf shuffle A B output collated.pdf ?? or if odd.pd...
分类:
其他好文 时间:
2015-04-01 22:09:48
阅读次数:
227
链接:click here~~
题意:求相交环面积
Matt is a big fan of logo design. Recently he falls in love with logo made up by rings. The following figures are some famous examples you may know.
A ring is a...
分类:
其他好文 时间:
2015-04-01 17:48:38
阅读次数:
142
题目:
Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some examples:[“2”, “1”, “+”, “3”, “...
分类:
其他好文 时间:
2015-04-01 00:28:51
阅读次数:
140
The C++ executable module examplesThis page provides usage examples for the executable module. Extended documentation for all of the options can be fo...
分类:
其他好文 时间:
2015-03-31 22:03:05
阅读次数:
828
Valid Number
Validate if a given string is numeric.
Some examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
Note: It is intended for the pro...
分类:
其他好文 时间:
2015-03-31 14:42:56
阅读次数:
129
从Pyqt的examples中看到一段截图代码, (路径:examplas\desktop\screenshot.py) 所以想自己UI下界面,手动练习下通过UI生成的: Screenshot.py 1 # -*- coding: utf-8 -*- 2 3 # Form implement...
分类:
其他好文 时间:
2015-03-31 10:40:40
阅读次数:
171
安装spm 下载sea.js运行spmnpm install spm@2.x -gnpm install spm-build -g下载sea.jsgit clonehttps://github.com/seajs/examples.gitcdexamples/static/hellospm-buil...
分类:
Web程序 时间:
2015-03-29 07:00:31
阅读次数:
151
原文链接在PGI的官方网站上获得示例代码:http://www.pgroup.com/lit/samples/pgi_accelerator_examples.tar我们的第一个例子从一个简单的程序开始。这个程序是把一个浮点向量送到GPU上,然后乘以2.再把结果返回。整个程序是: 1 #includ...
分类:
其他好文 时间:
2015-03-21 21:18:31
阅读次数:
141
ServiceStack.Redis——Redis在.net上的客户端解决方案
源码及使用:
https://github.com/ServiceStack/ServiceStack.Redis
例子:
https://github.com/ServiceStack/ServiceStack.Examples/tree/master/src/RedisStackOverflow
上面的例子中container.Register(c => new PooledRed...
分类:
Web程序 时间:
2015-03-20 18:37:48
阅读次数:
187