我们是冠军😂
qifengyugood
关注数: 20
粉丝数: 84
发帖数: 387
关注贴吧数: 41
今天我去ATM取钱。突然听到 今天我去ATM取钱。突然听到
[求助]第一次玩武僧。武僧都有啥套路啊,求告知我这个萌新 快来人啊,可爱的萌新问问题
昨晚做梦梦见司马老贼 我赶紧起床
贴吧人数突破900
他们都有会员 我水贴都没他们升级快 妈的不开心
老贼这是要玩老鼠了 每天在韩服玩老鼠。可能比赛要用了啊
要证明自己是真爱粉 每天要在这签到。默默关注老贼 别删我贴。不行可以交易
求一波助攻
挖矿有BUG 我会骗人
电龙滚出怪兽界,吓得我都 电龙滚出怪兽界,吓得我都
关于AngularJS路由问题,求大神帮忙看看哪里错了 index.html <!DOCTYPE html> <html ng-app="phonecat"> <head> <meta charset="UTF-8"> <script src="lib/angular/angular-1.3.0.js"></script> <script src="js/route.js"></script> <script src="js/controllers.js"></script> <script src="js/app.js"></script> <link rel="stylesheet" type="text/css" href="lib/bootstrapt/bootstrap.min.css"> </head> <body > <header> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="#">Angular Routing Example</a> </div> <ul class="nav navbar-nav navbar-right"> <li><a href="#phones">phones</a></li> <li><a href="#contact">Contact</a></li> </ul> </div> </nav> </header> <div ng-view></div> </body> </html> ------------------------------华丽分割线-------------------------- app.js angular.module('phonecat', ['ngRoute']). config(function($routeProvider) { $routeProvider .when('/phones', {templateUrl: 'partials/phone-list.html', controller: 'PhoneListCtrl'}) .when('/contact', {templateUrl: 'partials/phone-detail.html', controller: 'PhoneDetailCtrl'}) .otherwise({redirectTo: '/phones'}); }); ----------------------------------华丽分割线------------------------- function PhoneListCtrl($scope) { $scope.massage = 'hello'; } function PhoneDetailCtrl($scope) { $scope.massage = "world"; } 剩下的是那两个子页面 <p>{{ message }}</p> 都是一样的就这个 大神看看哪里错了,改来改去好几天了- -
直播60包
萌新求助 现在TJ粉衣有用的,有罩子,本人火 2M2L,有用的话,怎么加点,求大神告知
关于微信公众平台网页上传错误,求大神解决,错误提示如下 svn import failed:svn_fs_is_file(): svn error(s) occured 22 (Invalid argument) Valid UTF-8 data (hex: 31 2f 2f 64 66 67 2f 69 63 6f 6e 2f 34 2d 31 20 79 75 61 6e 6d 61 2f) followed by invalid UTF-8 sequence (hex: ce c8 2b ca) 又懂的大神么。帮忙看下怎么回事
小白求大神帮忙解释chart的问题 var myNewChart = new Chart(ctx).PolarArea(data); new Chart(ctx).PolarArea(data,options); 这代码什么意思,我把他注释掉就可以显示图片,不注释就不会显示 HTML代码 <!doctype html> <html> <head> <title>Chart.js折线图DEMO演示</title> <script src="../Chart.js"></script> <meta name = "viewport" content = "initial-scale = 1, user-scalable = no"> <meta charset="UTF-8"> <style> canvas{ } </style> </head> <body> <canvas id="myChart" width="400" height="400"></canvas> <div style="text-align:center;clear:both;"> </div> <script src="chartjstest.js"></script> <script> //var myLine = new Chart(document.getElementById("myChart").getContext("2d")).Line(data); </script> </body> </html> JS代码 var ctx = document.getElementById("myChart").getContext("2d"); var data = { labels : ["January","February","March","April","May","June","July"], datasets : [ { fillColor : "rgba(220,220,220,0.5)", strokeColor : "rgba(220,220,220,1)", pointColor : "rgba(220,220,220,1)", pointStrokeColor : "#fff", data : [65,59,90,81,56,55,40] }, { fillColor : "rgba(151,187,205,0.5)", strokeColor : "rgba(151,187,205,1)", pointColor : "rgba(151,187,205,1)", pointStrokeColor : "#fff", data : [28,48,40,19,96,27,100] } ] } //var myNewChart = new Chart(ctx).PolarArea(data); options = { //Boolean - If we show the scale above the chart data scaleOverlay : false, //Boolean - If we want to override with a hard coded scale scaleOverride : false, //** Required if scaleOverride is true ** //Number - The number of steps in a hard coded scale scaleSteps : null, //Number - The value jump in the hard coded scale scaleStepWidth : null, //Number - The scale starting value scaleStartValue : null, //String - Colour of the scale line scaleLineColor : "rgba(0,0,0,.1)", //Number - Pixel width of the scale line scaleLineWidth : 1, //Boolean - Whether to show labels on the scale scaleShowLabels : false, //Interpolated JS string - can access value scaleLabel : "<%=value%>", //String - Scale label font declaration for the scale label scaleFontFamily : "'Arial'", //Number - Scale label font size in pixels scaleFontSize : 12, //String - Scale label font weight style scaleFontStyle : "normal", //String - Scale label font colour scaleFontColor : "#666", ///Boolean - Whether grid lines are shown across the chart scaleShowGridLines : true, //String - Colour of the grid lines scaleGridLineColor : "rgba(0,0,0,.05)", //Number - Width of the grid lines scaleGridLineWidth : 1, //Boolean - Whether the line is curved between points bezierCurve : true, //Boolean - Whether to show a dot for each point pointDot : true, //Number - Radius of each point dot in pixels pointDotRadius : 3, //Number - Pixel width of point dot stroke pointDotStrokeWidth : 1, //Boolean - Whether to show a stroke for datasets datasetStroke : true, //Number - Pixel width of dataset stroke datasetStrokeWidth : 2, //Boolean - Whether to fill the dataset with a colour datasetFill : true, //Boolean - Whether to animate the chart animation : true, //Number - Number of animation steps animationSteps : 60, //String - Animation easing effect animationEasing : "easeOutQuart", //Function - Fires when the animation is complete onAnimationComplete : null } //new Chart(ctx).PolarArea(data,options); new Chart(ctx).Line(data,options); 还想问问那个options那里面是什么意思啊
1
下一页