摘要: version controlnull 阅读全文
posted @ 2017-02-05 20:00 stoneuu 阅读(14409) 评论(0) 推荐(0) 编辑
摘要: iml文件是ide配置文件,要被版本控制器忽略com=commondcommond+fn+f12相当于outlinecom+o com+shift+o 搜索类Edit-Find-Find in Path 所有项目中查找一个关键字文件编辑区右键--localhistory--show history文件右键--git--show historycom+b 在定义方法名显示被那些引用com+alt+b... 阅读全文
posted @ 2017-02-05 19:57 stoneuu 阅读(137) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/asmcvc/article/details/171449511、下载安装AndroidStudio:http://developer.android.com/sdk/installing/studio.html2、界面字体大小设置File菜单->Settings->Appearance->Override default fonts by(not rec... 阅读全文
posted @ 2017-02-05 19:55 stoneuu 阅读(2872) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/380abd0a6abe731d90192ce4.html http://guchao2012.iteye.com/blog/1929951 首先,在eclipse中点击“help”-"Install New Software"。Properties Editor安装(在线安装):Name: Properties EditorLoc... 阅读全文
posted @ 2017-02-05 19:53 stoneuu 阅读(5004) 评论(0) 推荐(0) 编辑
摘要: SpringJUnit4ClassRunner找不到,不会自动修复,只能复制引用过去import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;null 阅读全文
posted @ 2017-02-05 19:51 stoneuu 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 到2018年0524chenzhengSerial:pLR8ZC-855550-635079590216430720160103Subscriber:huazai Subscription Code:uLR8ZC-855550-61565856301609203Subscriber:feifei Subscription Code:sLR8ZC-855550... 阅读全文
posted @ 2017-02-05 19:48 stoneuu 阅读(7184) 评论(0) 推荐(0) 编辑
摘要: bug 在json2bean中如果不进行转换 if(bean instanceof HttpLogin){,将调用的市父类的Json2Meß 此并非最好的解决办法,应该用官方的json.toobject 阅读全文
posted @ 2017-02-05 16:33 stoneuu 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 1 ng-model="standardCourse.showHours"代替name2 ng-selected = "1"代替selected="selected",但问题是select下会多出一个无用的option3 在数据准备时设置,$scope.standardCourse.showHours= '1';解决多出的一个无用的option是否显示课时数 radio也是 ng-checked... 阅读全文
posted @ 2017-02-05 16:12 stoneuu 阅读(16005) 评论(0) 推荐(0) 编辑
摘要: 添加ng-model后checked="checked"失效,可见angularjs也不好,会失效html标准属性解决:添加ng-checked="1" null 阅读全文
posted @ 2017-02-05 16:12 stoneuu 阅读(6790) 评论(0) 推荐(0) 编辑
摘要: https://cnodejs.org/topic/549007b44823a0234c9e1716 myAppModule.controller('FrmController', ['$scope',function($scope){ $scope.colors = [{name:'black', shade:'dark'},{name:'white', shade:'light'},{nam... 阅读全文
posted @ 2017-02-05 15:53 stoneuu 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: g:全部替换,不加g只会替换一个null 阅读全文
posted @ 2017-02-05 15:52 stoneuu 阅读(124) 评论(0) 推荐(0) 编辑
摘要: $index用来取顺序 null 阅读全文
posted @ 2017-02-05 15:52 stoneuu 阅读(1666) 评论(0) 推荐(0) 编辑
摘要: 如果要使用$location,$stateParams,那么必须有相应形参controller: function ($rootScope, $http, $scope, $state,$location,$stateParams) {$location的参数,可用于登录跳转null 阅读全文
posted @ 2017-02-05 15:50 stoneuu 阅读(2251) 评论(0) 推荐(0) 编辑
摘要: if(!confirm("您确定删除吗?")){return;} 阅读全文
posted @ 2017-02-05 15:49 stoneuu 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: 1 传参url跳转 2 将url存到网页session或cookie中 3 angularjs $location的参数,可用于登录跳转 阅读全文
posted @ 2017-02-05 15:47 stoneuu 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 测试浏览器:chrome 当有父元素的子元素未定义时undefined和null均为true,类型为undefined 当元素赋给null后undefined和null均为true,类型为object,因此建议设置为null 当直接用未定义顶级元素x时,无论是x==undefined或if(x)都会 阅读全文
posted @ 2017-02-05 15:39 stoneuu 阅读(250) 评论(0) 推荐(0) 编辑