转自:http://blog.chinaunix.net/uid-26822028-id-3191967.html
作者:geceduStatic翻译出来是“静态”“静止”的意思,在C语言中的意思其实和它的本意差不多,表示“静态”或者“全局”的意思,用来修饰变量和函数。经static修饰过后的...
分类:
编程语言 时间:
2014-05-30 03:22:08
阅读次数:
280
临时表方式实现多条记录遍历declare @oper_cart_item_id bigint;
declare @oper_cart_id bigint; declare @the_last_changed_date datetime; declare
@oper_cust_id int; ...
分类:
数据库 时间:
2014-05-30 03:04:48
阅读次数:
311
本文转载至
:http://blog.chinaunix.net/uid-29415710-id-4058564.html
-(BOOL)webView:(UIWebView*)webViewshouldStartLoadWithRequest:(NSURLRequest*)requestnavi....
分类:
移动开发 时间:
2014-05-30 02:58:36
阅读次数:
238
今天在做环境监测的模拟软件时,登陆页面报NullPointException一般像我们初始化Button时,是Button
btn=(Button)findViewById(R.id.button1);其实完整的写法应该是Button
btn=(Button)this.findViewById(R....
分类:
其他好文 时间:
2014-05-30 00:49:43
阅读次数:
254
用GATK call snp 的同学都会为繁琐的数据前期处理而苦恼,甚至放弃GATK
而用别的工具,对于bam文件,read group信息是必不可少的,别的软件也许只需要一个sample name, 而在GATK中
除了SM(sample)是必须的之外,还需要read group ID, plat...
分类:
其他好文 时间:
2014-05-29 23:04:38
阅读次数:
409
sql server 全部库:declare @i int,@id int,@dbname
varchar(255),@sql varchar(255) set @i = 6 set @id=(select count(*) from
master..sysdatabases)drop ...
分类:
数据库 时间:
2014-05-29 22:15:06
阅读次数:
310
从雨痕老大的博客上转来的http://www.rainsts.net/article.asp?id=1066读书人偷书不算窃 :)1. 文件CMD + N:
新文件CMD + SHIFT + N: 新项目CMD + O: 打开CMD + S: 保存CMD + SHIFT + S: 另存为CMD + ...
分类:
其他好文 时间:
2014-05-29 22:01:50
阅读次数:
325
选择器是JQuery的根基,在JQuery中对事件处理、选择遍历Dom、ajax操作都依赖选择器。JQuery选择器分为基本选择器、层次选择器、过滤选择器、表单选择器。
一、基本选择器 1、ID选择器$("#ID") 页面中每个ID是唯一的,ID选择器选择每个ID元素,如下方法如下:$...
分类:
Web程序 时间:
2014-05-29 20:31:20
阅读次数:
994
jQuery EasyUI Tree Create from HTML markup Folder
Sub Folder 1 File 11 File 12 File 13 File 2 File 3 File 4 File 5 ...
分类:
Web程序 时间:
2014-05-29 17:48:25
阅读次数:
473
http://blog.chinaunix.net/uid-23577393-id-1751983.htmlTo
count how often any pattern occurs in the current buffer use the
substitutecommand and add th...
分类:
其他好文 时间:
2014-05-29 17:37:03
阅读次数:
217