欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,【狗刨学习网】unity极致学院,致力于打造业内unity3d培训、学习第一品牌。
NGUI学习笔记
一.NGUI的直接用法
1. Attach a Collider:表示为NGUI的某些物体添加碰撞器,如果界面是用NGUI做的...
分类:
其他好文 时间:
2015-03-06 09:43:26
阅读次数:
160
左边List点击之后对应右边的Fragment!...
分类:
其他好文 时间:
2015-03-06 09:43:16
阅读次数:
150
Constraints
约束
Everything in the UML has its own semantics. Generalization (usually, if you know what’s
good for you) implies the LisKov substitution principle, and multiple associati...
分类:
其他好文 时间:
2015-03-06 09:41:44
阅读次数:
171
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,【狗刨学习网】unity极致学院,致力于打造业内unity3d培训、学习第一品牌。
既然是demo肯定还是有很多bug的,比方说延迟厉害之类的。首先先上一张大图吧!
这是操作示意图,那就先介绍一下这个demo中德角色:
这是...
分类:
其他好文 时间:
2015-03-06 09:41:16
阅读次数:
173
??
Modeling Comments
注释建模
The most common purpose for which you’ll
use notes is to write down free-form observations, reviews, or explanations. By putting these comments directly in your...
分类:
其他好文 时间:
2015-03-06 09:40:16
阅读次数:
169
??
Modeling New Properties
新特性建模
The basic properties of the UML’s
building blocks-----attributes and operations for classes, the contents of packages, and so on----are generic enough to...
分类:
其他好文 时间:
2015-03-06 09:40:22
阅读次数:
133
??
When you adorn a model with notes,
lUse notes only for those requirements, observations,
reviews, and explanations that you can’t express simply or meaningfully using existing features of...
分类:
其他好文 时间:
2015-03-06 09:39:33
阅读次数:
150
??
Modeling New Semantics
新语义建模
When you create a model using UML, you work within the rules the UML lays down. That’s
a good thing, because it means that you can communicate your intent...
分类:
其他好文 时间:
2015-03-06 09:41:51
阅读次数:
165
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,【狗刨学习网】unity极致学院,致力于打造业内unity3d培训、学习第一品牌。
狗刨学习网报道/3月5日早间,陌陌公布了2014年第四季度财报。报告显示,陌陌第四季度总净营收为1860万美元,与去年同期的230万美元相比大幅增长702.3%...
分类:
其他好文 时间:
2015-03-06 09:41:58
阅读次数:
153
一:简介
(1)相信做过ACM的人,都很熟悉图和树的深度优先搜索;算法里面有蛮力法 —— 就是暴力搜索(不加任何剪枝的搜索);
(2)蛮力搜搜需要优化时,就是需要不停的剪枝,提前减少不必要的搜索路径,提前发现判断的过滤条件;
(3)剪枝的核心问题就是设计剪枝判断方法,哪些搜索路径应当舍弃,哪些搜索路径不能舍弃(保留);
(4)高效的剪枝过滤条件需要从局部和全局来考虑问题,发现内在的规律。
...
分类:
其他好文 时间:
2015-03-06 09:39:30
阅读次数:
170
Nintex Workflow 2013工作流动作(Workflow Action详解)...
分类:
其他好文 时间:
2015-03-06 09:38:57
阅读次数:
128
下面给出了多个参考地址,挑个能用的吧:vs2010+Rob Hess SIFT: http://blog.csdn.net/lanbing510/article/details/8507341Rob Hess主页:http://blogs.oregonstate.edu/hess/SIFT的实现有好...
分类:
其他好文 时间:
2015-03-06 09:40:16
阅读次数:
141
测试url:http://190.196.67.252:9200/_search?prettyhttp://191.234.18.14:9200///_search?prettyPOST提交{“size”:1,”script_fields”: {“iswin”: {“script”:”java.la...
分类:
其他好文 时间:
2015-03-06 09:38:46
阅读次数:
195
2015-02-14 Created By BaoXinjian一、摘要本文介绍如何通过ADF TaskFlows创建应用页面,包括页面顺序,向导和安全Step 1: Creating a New Fusion Application and Business ComponentsStep 2: C...
分类:
其他好文 时间:
2015-03-06 09:36:06
阅读次数:
205
首先必须激活Windows XP的“远程桌面”功能。在桌面上右击“我的电脑”图标,选择“属性”命令,打开“系统属性”窗口,切换到“远程”选项页,选中“允许用户远程连接到这台计算机”复选框,此时会提示某些本地账户可能没有密码,不管它,直接点击“确定”按钮即可如果你的Windows XP是不需要输入.....
分类:
其他好文 时间:
2015-03-06 09:36:46
阅读次数:
113
DevExpress GridControl复选框一事
分类:
其他好文 时间:
2015-03-06 09:36:47
阅读次数:
137
UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; btn.frame = CGRectMake(i * (VIEW_WIDTH/5), 0, (VIEW_WIDTH/5), 58 * _height...
分类:
其他好文 时间:
2015-03-06 09:37:04
阅读次数:
122