1 计算 $$\bex \lim_{x\to \infty} \sex{\frac{4x+3}{4x-1}}^{2x-1}. \eex$$
2计算 $$\bex \lim_{x\to \infty}\frac{1}{n}\sum_{i=1}^n \ln \frac{i\pi}{n}. \eex...
分类:
其他好文 时间:
2014-07-29 17:08:52
阅读次数:
232
1.设$R$是交换整环,$R[x]$是$R$上的一元多项式环,$f,g\in R[x]$.证明:$${\rm deg}f\cdot g={\rm deg}f+{\rm deg}g$$试问对于一般的交换幺环,上式是否成立?证明 设$f=a_{0}+a_{1}x+\cdots+a_{n}x^n,g(x....
分类:
其他好文 时间:
2014-07-29 17:04:52
阅读次数:
442
RAC在安装时意外中断,重新安装clusterware软件,安装过程中没有问题,在最后执行root.sh脚本的时候出现异常。查看日志信息如下图:无法打开裸设备,随修改裸设备权限再次执行root.sh,问题依旧。难道是raw设备读写问题,试一下,反正不是生产环境,上图:OK,成功!
分类:
数据库 时间:
2014-07-29 15:41:49
阅读次数:
353
如何在OTN网站快速找到asm包并下载
***********************************************声明************************************************
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处(http://blog.csdn.net/huangyanlong)。
...
分类:
Web程序 时间:
2014-07-29 15:17:28
阅读次数:
276
当项目快做完时,大家都要考虑将程序及数据迁移到正式环境部署。但是,如果用SharePoint开发,它会产生很多数据库,到底哪些需要迁移,哪些不需要迁移了??请看:1、配置完成SharePoint后,产生的对应数据说明。 图1-1注:A、代表 当配置SSP时产生的(SSP 数据库)。 每个 SSP ....
分类:
数据库 时间:
2014-07-29 14:08:18
阅读次数:
270
1求 $\dps{\iint_D |x|\rd x\rd y}$, 其中 $D$ 为三角形 $\lap ABC:\ A(-2,0),B(1,1),C(2,3)$.2把 $\dps{\iiint_Vf(x,y,z)\rd x\rd y\rd z}$ 化为累次积分, 其中 $f(x,y,z)$ 为连续函...
分类:
其他好文 时间:
2014-07-29 13:48:38
阅读次数:
234
一、带节点的字符串,如@"讨厌的节点"我们只想要中间的中文 NSString *string1 = @"讨厌的节点"; /*此处将不想要的字符全部放进characterSet1中,不需另外加逗号或空格之类的,除非字符串中有你想要去除的空格,此处"]; ...
分类:
其他好文 时间:
2014-07-29 13:37:58
阅读次数:
178
# QVTKRenderWindowInteractor要求必须有初始化好的parent ? ? def CreateScene(self, parent): ? ? ? ? view = QVTKRenderWindowInteractor(parent) ? ? ? ? renderer = vtkRenderer() ? ? ?...
分类:
其他好文 时间:
2014-07-28 17:00:34
阅读次数:
333
本机没有oracle,这个软件太大了。想要远程连接oracle,本地不安装oracle的话是不行的,我们安装一个oracle instance client,然后配置navicat就ok了。下载instance client,记住安装的目录。完成后,在navicat的工具--选项--oci选项中,将...
分类:
数据库 时间:
2014-07-28 15:04:53
阅读次数:
296
abstract class Outer{ int num; public Outer(int x){ num = x; } public abstract void show1(); public abstract void show2();}public class PC{ ...
分类:
编程语言 时间:
2014-07-28 14:52:53
阅读次数:
236