码迷,mamicode.com
首页 >  
搜索关键字:load data    ( 80912个结果
简单的水印输入框
using System;using System.Collections.Generic;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using Sys...
分类:其他好文   时间:2014-05-27 17:59:24    阅读次数:272
Js_分页
public ActionResult Index(int? pageIndex) { List data = new List(); for (int i = 0; i pagedList = new PagedList(data.As...
分类:Web程序   时间:2014-05-26 19:52:39    阅读次数:279
How Network Load Balancing Technology Works--reference
http://technet.microsoft.com/en-us/library/cc756878(v=ws.10).aspxIn this sectionNetwork Load Balancing Terms and DefinitionsNetwork Load Balancing Arc...
分类:Web程序   时间:2014-05-26 19:49:22    阅读次数:375
poj3094
QuicksumTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 13523Accepted: 9407DescriptionA checksum is an algorithm that scans a packet of data ...
分类:其他好文   时间:2014-05-26 19:21:24    阅读次数:267
Notes on Large-scale Video Classification with Convolutional Neural Networks
Use bigger datasets for CNN in hope of better performance. A new data set for sports video classification: sports-1M.CNN in one frame is about the sam...
分类:Web程序   时间:2014-05-26 19:10:33    阅读次数:597
那些琐碎的知识-----登录验证码
1、新建文件CheckCode.aspx 前台不用写,后台代码为: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.We....
分类:其他好文   时间:2014-05-26 18:04:47    阅读次数:207
XEvent – SQL Server Log文件对磁盘的写操作大小是多少
原文:XEvent – SQL Server Log文件对磁盘的写操作大小是多少本篇是上一篇SQL Server Log文件对磁盘的写操作大小是多少的续,使用XEvent收集SQL Server Data文件和Log文件的写大小,脚本如下:DECLARE @DBNAME VARCHAR(256)SE...
分类:数据库   时间:2014-05-26 17:54:07    阅读次数:355
c++堆栈实现
A Stack is a data-structure that You can only add an element to the top of the Stack, andYou can only read or remove an element also from the top.Plea...
分类:编程语言   时间:2014-05-26 17:10:21    阅读次数:540
【软件工程】一个学期软件工程课的感想
软件工程课是个不错的课,因为教课老师嗓门很大,PPT做的很有意思,上课从来没有点过我的名字,万分荣幸。软件工程课的脉络很清晰,就是个各种软件开发,个人软件开发,结对软件开发还有结组软件开发。针对这三种软件开发,各写了一个程序,就从这三个程序入手说起吧。一、 查询一段英文短文中的单词出现的频度。说实话...
分类:其他好文   时间:2014-05-26 17:00:58    阅读次数:304
以继承方式让EF使用泛型
Entity Framework 无法直接使用泛型,但是我们可以通过使用继承的办法来间接使用泛型。Imports System.Data.EntityImports System.ComponentModel.DataAnnotationsModule Module1 Sub Main() Data...
分类:其他好文   时间:2014-05-26 16:38:59    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!