码迷,mamicode.com
首页 >  
搜索关键字:data-    ( 62430个结果
实例365(3)---------DateDiff 函数,用生日获得年龄
一:截图二:代码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
实例365(4)---------使用ChineseLunisolarCalendar 对象由年份获得生肖名,Datetime.now.tostring获得星期几
一:使用ChineseLunisolarCalendar 对象由年份获得生肖名,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System...
分类:其他好文   时间:2014-06-02 09:48:09    阅读次数:174
csharp: using using System.Web.Script.Serialization read json
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
实例365(5)---------DateTime.IsLeapYear 方法判断是否是闰年,DaysInMonth判断一个月有几天,Addday取得前一天的日期GetYesterDay
一:DateTime.IsLeapYear 方法判断是否是闰年,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing...
分类:其他好文   时间:2014-06-02 09:25:59    阅读次数:220
Yii的学习(2)--数据访问对象 (DAO)
数据访问对象(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
11g RAC 更改归档模式 ,归档文件存放在ASM 磁盘组
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
如何用GATK call snp
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 即学即用 笔记 思维导图
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!