一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 10:11:09
阅读次数:
314
一:使用ChineseLunisolarCalendar
对象由年份获得生肖名,截图二:代码using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System...
分类:
其他好文 时间:
2014-06-02 09:48:09
阅读次数:
174
using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using System.Web.UI;usin...
分类:
Web程序 时间:
2014-06-02 09:44:06
阅读次数:
237
一:DateTime.IsLeapYear 方法判断是否是闰年,截图二:代码using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing...
分类:
其他好文 时间:
2014-06-02 09:25:59
阅读次数:
220
数据访问对象(DAO)
对访问存储在不同数据库管理系统(DBMS)中的数据提供了一个通用的API。Yii DAO 基于 PHP Data Objects (PDO)
构建。它是一个为众多流行的DBMS提供统一数据访问的扩展,这些 DBMS 包括 MySQL, PostgreSQL 等等。因此,要使用...
分类:
其他好文 时间:
2014-06-02 06:17:46
阅读次数:
267
typedef struct node//该结构体代表一个结点{ int data;
//结点的数据域 struct node *next; //结点的指针域}lnode,*linklist;
//定义一个结构体变量和指向结构体的指针//用头插法创建一个链表linklist ...
分类:
其他好文 时间:
2014-06-02 05:50:31
阅读次数:
341
11gRAC更改归档模式ASM
本实验有两个节点tip01,tip02
oracle_sid分别是tips1,tips2
1.在节点1tip01上执行
[root@tip01~]#su-grid
[grid@tip01~]$sqlplus/assysasm
SQL>selectnamefromv$asm_diskgroup;
NAME
------------------------------
DATA
OCR
SQL>alterdisk..
分类:
其他好文 时间:
2014-06-02 04:14:14
阅读次数:
310
1, 什么是GATK?The Genome Analysis Toolkit or GATK
is a software package developed at the Broad Institute to analyse
next-generation resequencing data.The...
分类:
其他好文 时间:
2014-06-02 01:29:16
阅读次数:
1200
Node即学即用
REPL(Read-Evaluate-Print-Loop)
console.log
.clear .help .exit
require('http') createServer
聊天服务器
tcp服务器
require(‘net')
on connection
on data...
分类:
其他好文 时间:
2014-06-01 18:20:16
阅读次数:
464