1.Ext.data.Store.load();方法是异步的,下面的方式获得的reCount始终是0,因为还没等后台的方法执行完就赋值了,此时store的record还没获得值. var testStore = new Ext.data.GroupingStore({ proxy : new Ext.data.HttpProxy({ url : '' }), reader : new Ext.data.JsonReader({ …
场景:我的系统是win7,安装的 VisualSVN Server 作为svn 服务器,昨天是好的,我手渐,使用鲁大师优化了系统,今天提交,更新的时候,直接提示:Unable to connect to a repository at URL 192.168.1.100,检查 VisualSVN 已经启动,没有问题,防火墙也没关了就是不行. 解决方法: 1.检查了svn 地址,用户名,密码,确认没问题,问题依然存在. 2.svn 客户端上,找到对应的项目版本库,清除相关设置缓存信息即可. 1.…