linuxhttpd假设服务器地址为192.168.80.20/241.将准备安装的httpd软件包共享给everyone,(1)在linux上mount.cifs//真机IP地址/共享文件夹名/media/ls/meidia/查看tarxjvfhttpd-2.4.10.tar.bz2-C/usr/src解压至/usr/src下下面两个插件是httpd2.4以后的版本所需要的http://ftp.ja..
分类:
Web程序 时间:
2014-08-01 00:17:11
阅读次数:
605
一:字典的基本概念Foundation中的字典(NSDictionary,NSMutableDictionary)是由键-值对组成的数据集合.正如,我们在字典里查找单词的定义一样.通过key(键),查找的对应的value(值),key通常是字符串对象,也可以是其他任意类型对象.在一个字典对象中,ke...
分类:
其他好文 时间:
2014-07-31 23:50:40
阅读次数:
282
//数组的创建?
????NSArray?*array1?=?[NSArray?arrayWithObject:@"one"];
????NSArray?*array2?=?[NSArray?arrayWithObjects:@"one",?@"two",?nil];
????NSArray?*array3?=?[...
分类:
其他好文 时间:
2014-07-31 21:22:47
阅读次数:
225
新手上路,高手勿进!
窗体设计:
实现效果:
实现代码:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Tex...
下面将对目前比较主流的三款工作流进行介绍和比较,然后通过三款流程引擎分别设计一个较典型的流程来给大家分别演示这三款创建流程的过程.这三款工作流程引擎分别是 Windows Workflow Foundation,NetBPM, CCFlow.NetBPM 与 CCFlow 是两款国内知名的开源软件,...
分类:
Web程序 时间:
2014-07-31 13:09:26
阅读次数:
439
Lush will jointly submit another typical female bank account and then sell them confidence. Though really only need your brand new type of deliveries ...
分类:
其他好文 时间:
2014-07-31 12:55:16
阅读次数:
307
#import<Foundation/Foundation.h>
typedefstruct
{
charname[20];
intage;
floatscore;
}Stu;
//建立字符串和函数之间的一一对应关系.
typedefBOOL(*PStu)(Stustu1,Stustu2);
typedefstructnameFunctionPair{
charname[20];//存储函数对应的字符串
PStufunction;//存储..
分类:
其他好文 时间:
2014-07-31 03:11:26
阅读次数:
154
typedefstruct
{
charname[20];
intage;
floatscore;
}Stu;
#import<Foundation/Foundation.h>
//姓名升序
voidsortByName(Stu*p,intcount)
{
for(inti=0;i<count-1;i++){
for(intj=0;j<count-1-i;j++){
if(strcmp((p+j)->name,(p+j+1)->name)>0){
Stute..
分类:
其他好文 时间:
2014-07-30 17:51:35
阅读次数:
207
一个简单的基于Flash的3D标签云Web部件,SP Server 2010使用。建立在内置标签云Web部件和WordPress的Cumulus插件基础上。它和标准标签云有相同的设置,但是以美妙的3D云效果呈现。请注意,这个Web部件依靠SP标签功能,只能在SP Server 2010上可用,所以在SP Foundation 2010上是不可用的。...
分类:
Web程序 时间:
2014-07-30 17:44:34
阅读次数:
320
当卸载目录出现“umount:/media/cdrom:deviceisbusy”的时候,我们可以用一下方法强制卸载目录先查看有哪些进程在使用挂载的目录#fuser/media/cdrom/media/cdrom:15060c(root)#ps-ef|grep15060root1506015055021:42pts/100:00:00vimAutorun.inf#kill15060#umount/media/cdrom这..
分类:
系统相关 时间:
2014-07-30 12:32:24
阅读次数:
315