码迷,mamicode.com
首页 >  
搜索关键字:data center    ( 72081个结果
ASP.NET简易导出Excel
使用asp.net导出Excel有多重方法。经过总结,现推荐一种简易方法,不用再记那些复杂的类名了。code:using System.Data;using System.IO;//add Microsoft.Excel refference and set operation right in s...
分类:Web程序   时间:2014-05-08 18:16:51    阅读次数:276
java实现——030最小的k个数
1.O(nlogk)海量数据 1 import java.util.TreeSet; 2 3 public class T030 { 4 public static void main(String[] args){ 5 int[] data = {4,5,1,6,2,7,...
分类:编程语言   时间:2014-05-08 18:07:12    阅读次数:422
mvc4 使用input:file上传文件
@using(Html.BeginForm("AddNews","NewsMgr",FormMethod.Post,new{enctype="multipart/form-data"}))前台页面上使用form提交,但是HtmlAttribute必须有这个属性enctype="multipart/form-data"否则上传时提交到后台的Request.Files一直为空,count是0.后台页面收到请求后便可以..
分类:Web程序   时间:2014-05-08 10:52:02    阅读次数:765
Jquery实现异步上传图片
利用jQuery的ajax函数就可以实现异步上传图片了。一开始我是想在处理程序中,直接用context.Request.Files来获取页面中的input file,但是不知道为什么一次获取不了。网上说的,Form中要设置enctype="multipart/form-data"和 method="...
分类:Web程序   时间:2014-05-08 07:46:26    阅读次数:401
jQuery Mobile 列表
一、jQuery Mobile 列表视图:jQuery Mobile 中的列表视图是标准的 HTML 列表:有序列表 () 和无序列表 ()。1、创建列表向 或 元素添加 data-role="listview"。如需使这些项目可点击,请在每个列表项()中规定链接: ...
分类:Web程序   时间:2014-05-08 07:40:17    阅读次数:423
jQuery Mobile 按钮图标
jQuery Mobile 提供的一套图标可令您的按钮更具吸引力。1、为 jQuery Mobile 按钮添加图标如需向您的按钮添加图标,请使用 data-icon 属性:(您也可以在 或 元素中使用 data-icon 属性。) 搜索 下面...
分类:Web程序   时间:2014-05-08 07:35:07    阅读次数:365
疯狂猜成语测试版
首先展示是我们的首界面。下面展示的是初级的代码及界面。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;using Sys...
分类:其他好文   时间:2014-05-08 07:32:09    阅读次数:447
如何在XAF中显示自定义窗体和控件
https://www.devexpress.com/Support/Center/Example/Details/E911
分类:Windows程序   时间:2014-05-08 06:30:23    阅读次数:387
(转)Android开发出来的APP在手机的安装路径是?
一、安装路径在哪? Android应用安装涉及到如下几个目录: system/app系统自带的应用程序,无法删除。data/app用户程序安装的目录,有删除权限。安装时把apk文件复制到此目录。data/data存放应用程序的数据。data/dalvik-cache将apk中的dex文件安装到dal...
分类:移动开发   时间:2014-05-08 06:12:00    阅读次数:567
csharp:Optical Character Recognition
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Drawing;using System.IO;using System....
分类:其他好文   时间:2014-05-08 06:10:59    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!