码迷,mamicode.com
首页 >  
搜索关键字:cant open named pipe    ( 28199个结果
为什么用抽象类
为什么要使用抽象类 ? 父类是打印机, 子类是 喷墨打印机 和 针式打印机 父类的 print 函数, 由于 喷墨打印机 和 针式打印机 原理不同而无法编写, 故应使用抽象函数 下面演示一种抽象类的价值.abstract class Printer{ void Open(){ ...
分类:其他好文   时间:2014-05-23 22:02:30    阅读次数:382
zTree实现获取一级节点数据
zTree实现获取一级节点数据 1、实现源码 zTree实现基本树 <!-- var setting = { data: { simpleData: { enable: true } } }; var zNodes =[ { id:1, pId:0, name:"湖北省", open:true...
分类:其他好文   时间:2014-05-23 08:20:00    阅读次数:378
zTree实现删除树子节点
zTree实现删除树子节点 1、实现源码 zTree实现基本树 <!-- var setting = { data: { simpleData: { enable: true } } }; var zNodes =[ { id:1, pId:0, name:"湖北省", open:true},...
分类:其他好文   时间:2014-05-23 08:08:12    阅读次数:214
zTree实现删除树节点
zTree实现删除树节点 1、实现源码 zTree实现基本树 <!-- var setting = { data: { simpleData: { enable: true } } }; var zNodes =[ { id:1, pId:0, name:"湖北省", open:true},...
分类:其他好文   时间:2014-05-22 12:40:44    阅读次数:288
创建一个Eclipse项目【Create a Project with Eclipse】
Create a Project with Eclipse Click New  in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next. Figure 1. The New Android A...
分类:系统相关   时间:2014-05-22 11:55:51    阅读次数:418
2B01-View-Switcher
Gallery和swithcer联合使用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian...
分类:其他好文   时间:2014-05-22 11:19:05    阅读次数:288
zTree实现单独选中根节点中第一个节点
zTree实现单独选中根节点中第一个节点 1、实现源码 zTree实现基本树 <!-- var setting = { data: { simpleData: { enable: true } } }; var zNodes =[ { id:1, pId:0, name:"湖北省", open...
分类:其他好文   时间:2014-05-22 08:54:06    阅读次数:309
unix环境编程 文件操作
1.      文件的打开读写 关闭 int open(const char *pathname,int flag,…)   打开一个文件 成功则返回文件描述符,若出现则返回-1 flag可以取下面的常量 O_RDONLY  只读打开 O_WRONLY  只写打开 O_RDWR    读写打开 其它的常量 O_APPEND,O_CREAT,O_EXCL,O_TRUNC,O_NOCTT...
分类:其他好文   时间:2014-05-20 16:07:29    阅读次数:269
zTree实现基本树
zTree实现基本树 1、实现源码 zTree实现基本树 <!-- var setting = { data: { simpleData: { enable: true } } }; var zNodes =[ { id:1, pId:0, name:"湖北省", open:true},...
分类:其他好文   时间:2014-05-20 14:48:51    阅读次数:230
ArcGIS 10.2加载在线影像底图
两种方法: 一、File→ArcGIS Online→影像图→Open。 二、 效果:...
分类:其他好文   时间:2014-05-20 14:33:54    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!