Linux 系统上有两类根本不同的 Linux
可执行程序。第一类是静态链接的可执行程序。静态可执行程序包含执行所需的所有函数 —
换句话说,它们是“完整的”。因为这一原因,静态可执行程序不依赖任何外部库就可以运行。 第二类是动态链接的可执行程序。 静态可执行程序与动态可执行程序比较
我们可以...
分类:
系统相关 时间:
2014-05-01 13:35:34
阅读次数:
478
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
服务器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
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
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
转自:http://hulefei29.iteye.com/blog/1782376可进入Apple开发者下载中心,Network
Link Conditioner包含在Hardware IO Tools工具包中,点击下载。下载安装后,可看到其中有一个Network Link
Conditioner...
分类:
移动开发 时间:
2014-05-01 13:16:52
阅读次数:
519
public static class ExtensionMethods{/// ///
将List转换成DataTable/// /// /// /// public static DataTable ToDataTable(this IList
data){PropertyDescriptorC...
分类:
其他好文 时间:
2014-05-01 13:03:47
阅读次数:
355
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
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
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