历史原因,目前有个项目还在使用unity4.3版本,比较过不同Unity版本,发现unity4.3的 transform.GetChild 获取的child顺序并不是想要的. 测试代码 using UnityEngine; using System.Collections; public class GetChildTest : MonoBehaviour { // Use this for initialization void Start () { var childCount = tran…
两次分页查询,其中跳过了2个id select * from jdp_tb_trade where jdp_modified>='2017-04-24 20:22:01' and jdp_modified<='2017-04-24 20:23:05' order by jdp_modified asc limit 215,5; select * from jdp_tb_trade where jdp_modified>='2017-04-24 20:22:01' and…