码迷,mamicode.com
首页 >  
搜索关键字:data import    ( 128077个结果
Web 开发最有用的50款 jQuery 插件集锦——《内容滑块篇》
http://www.cnblogs.com/lhb25/archive/2013/04/02/50-jquery-plugins-d.htmlresponsive-carousel 是一个内容传送带插件,支持鼠标、触摸和键盘操作。默认包含 slide/drag 过渡特效,你也通过 data 属性应...
分类:Web程序   时间:2014-05-26 01:50:38    阅读次数:496
表达式计算(re运用)
import reex=raw_input()num="1234567890"a=re.findall("\d+",ex)b=re.findall("[+-]",ex)l=[]if len(a)==len(b): for i in range(len(a)): l.append(...
分类:其他好文   时间:2014-05-26 01:47:32    阅读次数:296
自定义data table 的列类型,并填充数据
combobox 的 datasource一般是查询存储过程得到 ,但在测试或演示时,也可以自己定义 , 方法是 : DataTable customerTable = new DataTable(); customerTable.Columns.Add(...
分类:其他好文   时间:2014-05-26 01:35:34    阅读次数:184
设计模式之里氏代换原则(LSP)
里氏代换原则(Liskov Substitution Principle, LSP)1什么是里氏代换原则 里氏代换原则是由麻省理工学院(MIT)计算机科学实验室的Liskov女士,在1987年的OOPSLA大会上发表的一篇文章《Data Abstraction and Hierarchy》里面提出来...
分类:其他好文   时间:2014-05-26 01:26:05    阅读次数:379
Android控件之ListView的使用
ListView是Android当中一个非常常用的数据显示控件。第一种可以使用List>,作为适配器的数据源来显示要显示的数据。XML布局文件之item.xml XML布局文件之activity_main.xml: JAVA源代码:import java....
分类:移动开发   时间:2014-05-26 00:56:45    阅读次数:432
【C#】浏览器源代码
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-26 00:40:38    阅读次数:214
【Android】Android import和export使用说明 及 export报错:jarlist.cache: Resource is out of sync with the file syst解决
在Android开发export项目时发现有时会报错,内容如下:Problems were encountered during export: Error exporting PalmIdentify/bin/jarlist.cache: Resource is out of sync with ...
分类:移动开发   时间:2014-05-26 00:36:12    阅读次数:437
【Android】安卓中常用的图片加载方法
一、通过相机选图片:布局文件:代码:package uk.ac.essex.camerademo1;import java.io.File;import android.app.Activity;import android.content.Intent;import android.graphic...
分类:移动开发   时间:2014-05-26 00:30:43    阅读次数:389
【C#】简单计算器源代码
form1.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syst...
分类:其他好文   时间:2014-05-26 00:25:36    阅读次数:336
如何阅读论文
:-(,好久没写博客了,原因也很多,就不赘述了。直接开始翻译今天下午阅读的文章:如何阅读论文。之所以写这个,因为我看完之后感觉有点启发,自己之前阅读论文确实存在这个问题。先给出链接:http://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/...
分类:其他好文   时间:2014-05-26 00:13:25    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!