3. 函数在 $\infty$ 的留数(1) 定义: 设 $\infty$ 为 $f$ 的孤立奇点,
则称 $$\bex \cfrac{1}{2\pi i}\int_{\vGa^-}f(z)\rd z\quad (\vGa:\ |z|=\rho) \eex$$
为 $f$ 在 $\infty$ 的留...
分类:
其他好文 时间:
2014-05-08 19:54:02
阅读次数:
277
广州疯狂软件教育Java培训,iOS培训分享
在开发Java应用程序时,通常情况下利用JFrame创建窗口。利用JFrame创建的窗口分别包含一个标题、最小化按钮、最大化按钮和关闭按钮
1、在你使用JFrame创建窗体时的情况: 在你直接调用setBackground(Color.red)...
分类:
编程语言 时间:
2014-05-07 19:43:14
阅读次数:
497
有时候,我们希望2个属性中,至少有一个是必填,比如: using
Car.Test.Portal.Extension; namespace Car.Test.Portal.Models { public class
Person { public int Id { get; set; } publi...
分类:
Web程序 时间:
2014-05-07 19:38:45
阅读次数:
518
Collection |--List:元素是有序的,元素可以重复。因为该集合体系有索引。
|--ArrayList:底层的数据结构使用的是数组结构。特点:查询速度很快。但是增删稍慢。线程不同步。
List集合特有的迭代器。ListIterator是Iterator的子接口。 ...
分类:
其他好文 时间:
2014-05-07 19:35:32
阅读次数:
306
solution1.Tick the primary key 1.right click on
the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:
其他好文 时间:
2014-05-07 19:18:56
阅读次数:
362
http://blog.chinaunix.net/uid-20771867-id-3053339.html
分类:
移动开发 时间:
2014-05-07 19:15:43
阅读次数:
369
Select Top在不同数据库中的使用用法:1. Oracle数据库 SELECT * FROM
TABLE1 WHERE ROWNUM<=N2. Infomix数据库 SELECT FIRST N * FROM TABLE13. DB2数据库
SELECT * ROW_NUMBER() OVER...
分类:
数据库 时间:
2014-05-07 19:12:48
阅读次数:
366
Everyone knows thejordan 11 concord 2014release
here we are at new popular and anticipated approaching Jordan 11 low top usually
set to Saturday at 8:...
分类:
其他好文 时间:
2014-05-07 18:46:26
阅读次数:
318
格式如下:#vim file*.txt 或者 #vim file file2
file3查看当前编程的是那个文件,在冒号命令行下:args 命令,类似:file [file2],以中括号里面为当前编辑的文件 ;:next
转到下一个文件可以简写:n ;:prev 转到上一个文件,简写无效;:last...
分类:
其他好文 时间:
2014-05-07 18:39:54
阅读次数:
233
git revert 撤销
某次操作,此次操作之前和之后的commit和history都会保留,并且把这次撤销作为一次最新的提交 * git revert HEAD 撤销前一次
commit * git revert HEAD^ 撤销前前一次 commit * git revert commit (...
分类:
其他好文 时间:
2014-05-07 18:30:02
阅读次数:
584