v=20; t=[0:0.01*pi:50*pi]; alpha=pi/6; omega=pi/6; x=v*sin(alpha)*t.*cos(omega*t); y=v*sin(alpha)*t.*sin(omega*t); z=v*cos(alpha)*t; plot3(x,y,z,'r','... ...
分类:
其他好文 时间:
2018-08-25 21:20:46
阅读次数:
876
1、配置文件 Spring Boot使用一个全局的配置文件,配置文件名是固定的 application.properties applicatioin.yml application.properties applicatioin.yml 配置文件的作用:修改Spring Boot自动配置的默认值; ...
分类:
编程语言 时间:
2018-08-25 20:36:42
阅读次数:
196
y=[2 ,4,5; 3,1,9; 5,3,5; 2,6,1] area(y) %第一列绘图;第一列加第二列绘图;第一列加第二列加第三列绘图; grid on colormap summer % 设置当前图层的颜色 set(gca,'layer','top') %将面积图的图层设置为最顶层 ...
分类:
其他好文 时间:
2018-08-25 15:03:38
阅读次数:
124
gca 用来返回当前axes (坐标图)对象的句柄 在command 里面输入gca Axes (Y-logX) (具有属性): XLim: [0.0100 1] YLim: [0 100] XScale: 'log' YScale: 'linear' GridLineStyle: '-' Posi ...
分类:
其他好文 时间:
2018-08-24 20:42:18
阅读次数:
141
Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains K asteroids ...
分类:
其他好文 时间:
2018-08-23 22:09:32
阅读次数:
158
需要两个属性: 1. Grid.IsSharedSizeScope="True" 2. SharedSizeGroup=名称 ...
本文转自:https://github.com/angular-ui/ui-grid/issues/5239 Try this style to enable checkbox selection: 修改 ...
分类:
其他好文 时间:
2018-08-23 16:59:44
阅读次数:
129
【题目描述】 In the game of Sudoku, you are given a large 9 × 9 grid divided into smaller 3 × 3 subgrids. For example, Given some of the numbers in the grid ...
分类:
其他好文 时间:
2018-08-23 00:38:52
阅读次数:
396
参考: https://my.oschina.net/ptk/blog/299464 1. 文件 tts.sublime-project 的配置如下: 2. 本地项目如下: 3. 远程项目如下: 第四步:配置sublime xdebug 这一步搞了半天才懂的。 用sublime打开你要调试的程序,点 ...
分类:
其他好文 时间:
2018-08-22 16:52:33
阅读次数:
253
1 var createGridHeaderContextMenu = function(e, field) { 2 e.preventDefault(); 3 var grid = $(this);/* grid本身 */ 4 var headerContextMenu = this.header... ...
分类:
其他好文 时间:
2018-08-22 12:04:59
阅读次数:
386