码迷,mamicode.com
首页 >  
搜索关键字:mysql 数据导入 mysqlimport load data    ( 170472个结果
Linux 共享库(动态库)
Linux 系统上有两类根本不同的 Linux 可执行程序。第一类是静态链接的可执行程序。静态可执行程序包含执行所需的所有函数 — 换句话说,它们是“完整的”。因为这一原因,静态可执行程序不依赖任何外部库就可以运行。 第二类是动态链接的可执行程序。 静态可执行程序与动态可执行程序比较 我们可以...
分类:系统相关   时间:2014-05-01 13:35:34    阅读次数:478
shoppingCart
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:其他好文   时间:2014-05-01 13:28:29    阅读次数:274
安装禅道项目管理软件ZenTaoPMS
服务器Ubuntu 13.04 且安装了上一篇随笔中的 AMP本文略去安装AMP过程。版本号满足要求(php>5.2 and mysql.2)1、官网http://www.zentao.net/下载 开源版5.3 ZenTaoPMS.5.3.stable.zip2、解压到 /var/www/dev....
分类:其他好文   时间:2014-05-01 13:25:57    阅读次数:917
login
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
分类:其他好文   时间:2014-05-01 13:25:21    阅读次数:380
UDT: Breaking the Data Transfer Bottleneck
http://udt.sourceforge.net/DT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide ...
分类:其他好文   时间:2014-05-01 13:21:54    阅读次数:488
IOS 模拟不同网络环境 - Network Link Conditioner
转自:http://hulefei29.iteye.com/blog/1782376可进入Apple开发者下载中心,Network Link Conditioner包含在Hardware IO Tools工具包中,点击下载。下载安装后,可看到其中有一个Network Link Conditioner...
分类:移动开发   时间:2014-05-01 13:16:52    阅读次数:519
c#将list集合转换为datatable的简单办法
public static class ExtensionMethods{/// /// 将List转换成DataTable/// /// /// /// public static DataTable ToDataTable(this IList data){PropertyDescriptorC...
分类:其他好文   时间:2014-05-01 13:03:47    阅读次数:355
在一台电脑访问另一台电脑的mysql数据库
1.假设192.168.1.3为服务器2.首先在ip为192.168.1.103的机子上能够ping通运行->cmd>ping192.168.1.3检查是否能ping通3.把两台电脑的IP设置在同一个网段,如:192.168.1.2,192.168.1.3。。。。。子网:255.255.255.0网...
分类:数据库   时间:2014-05-01 13:01:56    阅读次数:580
Mysql与其他数据库一些不同地方
1.Insert Set语句mysql> create table wison_test1(id int,name varchar(10));Query OK, 0 rows affected (0.10 sec)mysql> insert into wison_test1 set id=1,nam...
分类:数据库   时间:2014-05-01 12:41:50    阅读次数:488
Heroku installation
It is the first time that I use heroku. But I encountered some problems installing it. Luckily, I resolved the problem.(In windows 8)Step 1: Sign up.....
分类:其他好文   时间:2014-05-01 12:32:50    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!