转载请注明出处:http://blog.csdn.net/u010019717更全的内容请看我的游戏蛮牛地址:http://www.unitymanual.com/space-uid-18602.html 这是在“Unity Editor Extension”系列的第 2 次帖子。post描述了为创建自定义inspectors面板在 Unity 编辑器的基本步骤。在该系列的下一个posts,...
分类:
编程语言 时间:
2015-01-26 22:46:32
阅读次数:
311
Requirement
Implement a custom social newsfeed, user can retrieve/new/reply/like/unlike a post, and ability to auto retrieve hastags when input "#". you would be notice that the UI is same as the de...
分类:
其他好文 时间:
2015-01-26 19:25:27
阅读次数:
195
本文转载至http://stackoverflow.com/questions/26460706/uialertcontroller-custom-font-size-colorup vote2down votefavorite3I am using new UIAlertController fo...
分类:
其他好文 时间:
2015-01-26 19:00:50
阅读次数:
1830
昨天因为要使用windows上的office word 写文档(mac上的word太难用了),想起每次写word文档都痛苦不堪,因为word不支持Emacs的键绑定!!!
每次左移右移,总是一顺手就按成了C-b C-f。
就半夜在网上搜word emacs
结果XKeymacs这款软件映入了我的眼帘~~~
据说在Chrome下有问题,不过至少word可以~~~...
Defining Custom AnimationsThis lesson teaches you toCustomize Touch FeedbackUse the Reveal EffectCustomize Activity TransitionsAnimate View State Chan...
分类:
其他好文 时间:
2015-01-25 18:09:28
阅读次数:
282
1,Data Binding在WPF中的地位程序的本质是数据+算法。数据会在存储、逻辑和界面三层之间流通,所以站在数据的角度上来看,这三层都非常重要。但算法在3层中的分布是不均匀的,对于一个3层结构的程序来说,算法一般分布在这几处:A。数据库内部。B。读取和写回数据。C。业务逻辑。D。数据展示。E。...
http://blog.csdn.net/lw371496536/article/details/6942045JAXB(Java API for XML Binding),提供了一个快速便捷的方式将Java对象与XML进行转换。在JAX-WS(Java的WebService规范之一)中,JDK1....
分类:
其他好文 时间:
2015-01-24 15:39:51
阅读次数:
108
ASP.NET: http://www.screencast.com/t/OHhcHD9vyWinForms:http://www.screencast.com/t/8M8K4eskkYO9
分类:
移动开发 时间:
2015-01-24 11:36:57
阅读次数:
176
In this tutorial we will go through of couple different ways of using custom constructor parameters when resolving an instance with Unity:By using the...
分类:
编程语言 时间:
2015-01-23 17:47:05
阅读次数:
140
knockout是一个JavaScript库,它可以帮助你动态更新UI,简单且可维护。三大特性:1.依赖跟踪--数据模型改变时,UI使用此数据的位置(view)将自动更新。2.声明绑定(binding)--数据模型与UI的元素绑定,这一过程非常简单。3.可扩展--几行简单的代码就可以实现一个自定义绑...
分类:
其他好文 时间:
2015-01-23 17:44:39
阅读次数:
147