码迷,mamicode.com
首页 >  
搜索关键字:x window system    ( 76983个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
CentOS 6.5系统安装配置图解教程
一、安装CentOS 6.5用光盘成功引导系统,会出现下面的界面界面说明:Install or upgrade an existing system安装或升级现有的系统install system with basic video driver安装过程中采用 基本的显卡驱动Rescue instal...
分类:其他好文   时间:2014-05-08 19:22:38    阅读次数:485
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
Eclipse Android 代码自动提示功能
Eclipse for android 设置代码提示功能1、设置 java 文件的代码提示功能打 开 Eclipse 依次选择 Window > Preferences > Java > Editor - Content Assist > Auto activation triggers for J...
分类:移动开发   时间:2014-05-08 19:16:31    阅读次数:513
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
U盘是否插入+导入导出文件
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-05-08 14:25:18    阅读次数:434
JavaScript跨域总结与解决办法
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(http://f2e.me/200904/cr...
分类:编程语言   时间:2014-05-08 14:04:18    阅读次数:517
利用Jquery实现http长连接(LongPoll) {转}
无标题页 using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using Syste...
分类:Web程序   时间:2014-05-08 13:55:40    阅读次数:686
Ajax
//定义全局变量var xmlHttp;//封装的函数function getXmlHttp(){// 判断是否是IE浏览器 if(window.ActiveXObject){ xmlHttp = new ActiveXObject("MICROSOFT.XMLHTTP"); }else if(w....
分类:其他好文   时间:2014-05-08 13:40:06    阅读次数:272
trinity based DEG analysis
Identifying Differentially Expressed Trinity TranscriptsOur current system for identifying differentially expressed transcripts relies on using the Ed...
分类:其他好文   时间:2014-05-08 13:11:51    阅读次数:728
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!