t=-sqrt(12):0.0001:sqrt(12); x=t; y=sqrt(12-t.^2); z=2*t + 3*y; plot3(x,y,z); hold on y1=-sqrt(12-t.^2); z=2*t + 3*y1; plot3(x,y1,z); grid on axis equ ...
分类:
其他好文 时间:
2017-06-03 09:56:26
阅读次数:
180
我在使用onClickRow: function(rowIndex,rowData){ if(editRow!=-1){ reportgrid.datagrid('validateRow'); reportgrid.datagrid('endEdit',editRow); } reportgrid. ...
分类:
其他好文 时间:
2017-06-02 11:24:15
阅读次数:
3008
1、通过root用户进入到grid的ORACLE_HOME [root@db01]# source /home/grid/.bash_profile [root@db01]# cd $ORACLE_HOME/crs/install/ 2、运行例如以下两个脚本(仅仅在当中一个节点运行,root用户) ...
分类:
数据库 时间:
2017-05-31 14:24:17
阅读次数:
184
近期在用Grid Report做Web报表的时候,碰到一件非常挠头的事。 本地用VS2010写的代码,调试的时候Web报表无法显示,用24.248server上VS2013相同仍是无法显示。最后把项目部署在IISserver上还是无法显示。 然后就是各种百度。度娘说在IIS上面没有建立MIME映射, ...
分类:
其他好文 时间:
2017-05-31 12:03:25
阅读次数:
162
题目: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "a ...
分类:
其他好文 时间:
2017-05-31 10:11:59
阅读次数:
120
前提:在Linux系统中安装ASM,安装完ASM和Oracle数据库时都是正常使用的,但在重启服务器后Oracle相关命令不识别。1、[grid@udevasm:/home/grid]$crsctlstatusres-t
-bash:crsctl:commandnotfound2、查看环境变量是否正常,命令如下:[grid@udevasm:/home/grid]$env|grepgri
US..
分类:
系统相关 时间:
2017-05-30 12:56:55
阅读次数:
2806
stringGrid.row stringgrid.col分别为当前行和列stringGrid.cells[stringgrid.col,stringGrid.row]就是当前cell的值 ...
分类:
其他好文 时间:
2017-05-29 17:23:40
阅读次数:
151
第一章已经简单介绍过这个容器,这一节详细介绍。Grid一般是用表格(Grid.Row 和Grid.Column )的,比StackPanel更细致一些,但是,这么玩很麻烦,先横着竖着定义一大堆,然后把元素指定其表格位置,即插入数据,和我们平常习惯的HTML表格不太一样,甚至更麻烦了。原因如下:Htm ...
[grid@udevasm:/]$crs_stat-tNameTypeTargetStateHost------------------------------------------------------------ora....TA01.dgora....up.typeONLINEONLINEudevasmora....TA02.dgora....up.typeONLINEONLINEudevasmora....VERY.dgora....up.typeONLINEONLINEudevasmora.....
分类:
数据库 时间:
2017-05-28 23:47:46
阅读次数:
282