NGUI,目前Unity3D Assert Store中最火的2D图形界面工具。本文假设读者有Unity3D使用经验。有基本了解。NGUI3.6.01.新建Pannel(Scroll View),确保Clliping为soft Clip2.Add Component增加Scroll View3.在S...
分类:
其他好文 时间:
2014-07-30 20:17:54
阅读次数:
234
For example, the following code will store uploaded files under /media/photos regardless of what yourMEDIA_ROOT setting is:from django.db import model...
分类:
其他好文 时间:
2014-07-30 00:52:02
阅读次数:
207
先来看看效果:一、新建一个TreeStore,并添加根节点Ext.define('Demo1.store.TreeDemoStore', { extend: 'Ext.data.TreeStore', root: { text: '目录树', id: 0 ...
分类:
Web程序 时间:
2014-07-29 20:47:42
阅读次数:
290
Little Bob loves chocolates, and goes to the store with $N money in his pocket. The price of each chocolate is $C. The store offers a discount: for ev...
分类:
其他好文 时间:
2014-07-29 20:35:22
阅读次数:
306
RedhatorFedora Core:/var/log/secure#Mandrake,FreeBSDorOpenBSD:/var/log/auth.log#SuSE:/var/log/messages#Mac OS X(v10.4 or greater):/private/var/log/asl...
分类:
系统相关 时间:
2014-07-29 17:41:32
阅读次数:
621
State management(handler的状态管理) A ChannelHandler often needs to store some stateful information. The simplest and recommended approach is to use member variables: public?interface?Message?...
分类:
Web程序 时间:
2014-07-29 16:22:59
阅读次数:
317
Problem Description
After months of hard working, Iserlohn finally wins awesome amount of scholarship. As a great zealot of sneakers, he decides to spend all his money on them in a sneaker store.
...
分类:
其他好文 时间:
2014-07-29 14:42:05
阅读次数:
273
最近维护别人写的代码的时候,遇到了这么个情况 找原因找到了这行代码的身上tpl: '{name}',不明白tpl干啥用的可以猛击这里,本来以为ext出问题了,最后看到坑爹的代码结束标签写错了,改为下面正常tpl: '{name}',坑爹的人啊
分类:
其他好文 时间:
2014-07-29 14:11:08
阅读次数:
187
常常有这样的场景,咱们开发出来的Native-APP需要在Web-APP中进行推广,比如在页面顶部来一张大Banner图片,亦或一张二维码。但往往我们都是直接给推广图片加了一个下载链接(App Store中的)。所以咱们来模拟一下用户的操作步骤:1、用户第一次访问Web-APP a、点击Banner...
分类:
移动开发 时间:
2014-07-29 12:12:46
阅读次数:
246
ARM指令集比较简单,本文介绍ARM指令集中需要注意和不易理解的地方。 一、ARM指令集是32位的,程序的启动都是从ARM指令集开始,包括所有异常中断都是自动转化为ARM状态,并且所有的指令都可以是有条件执行的。 二、ARM指令集是Load/Store型的,只能通过Load/Store指令实现对系....
分类:
其他好文 时间:
2014-07-29 10:56:26
阅读次数:
281