码迷,mamicode.com
首页 >  
搜索关键字:open ssh    ( 40947个结果
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
C++大文件传输
C/C++大文件/数据网络传输方法总结 在C/C++网络编程中不免会遇到需要传输大数据、大文件的情况,而由于socket本身缓冲区的限制,大概一次只能发送4K左右的数据,所以在传输大数据时客户端就需要进行分包,在目的地重新组包。而实际上已有一些消息/通讯中间件对此进行了封装,提供了直接发送大数据/文件的接口;除此之外,利用共享目录,ftp,ssh等系统命令来实现大文件/数据也不失...
分类:编程语言   时间:2014-05-22 09:14:45    阅读次数:435
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
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
关于Git...
这几天在鼓捣Git,那SSH搞得头大....记录一下:SSH Key1 - cd ~/.ssh2 - 删除或备份旧文件3 - ssh - keygen - t rsa -C 邮箱4 - 查看ssh目录下 账号_rsa.pub 文件,取得ssh key
分类:其他好文   时间:2014-05-20 10:26:00    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!