sudo apt-get install sshifconfigssh 198.211.102.203sudo adduser uernameubuntu装配SSH,支持开启sftp服务 sftp 198.211.102.203apt-get update docker run -d --name ...
分类:
其他好文 时间:
2016-04-11 07:20:17
阅读次数:
106
How would you print just the 10th line of a file? For example, assume that file.txt has the following content: Your script should output the tenth lin ...
分类:
其他好文 时间:
2016-04-11 07:22:17
阅读次数:
148
在配置eclipse中配置maven的时候,最简单的方法就是在线安装,可是有时eclipse却无法在线安装maven(无论是通过Help–>Eclipse MarKetplace或是Help–>Install New Software都会失败) 解决方案: 第一步:下载maven插件包,可点击该链接 ...
分类:
其他好文 时间:
2016-04-11 07:20:17
阅读次数:
128
前言:sevenzipsharp检查密码(包括检查压缩包的有效性)的函数是SevenZipExtractor.check(), sevenzipsharp调用的是7zip的动态链接库,而且不止是7zip,其它压缩软件测试密码这个功能耗时也很久(压缩包小可以忽略,密码错误的时候速度还行,密码正确的话, ...
分类:
其他好文 时间:
2016-04-11 07:19:34
阅读次数:
187
UITableView 1、UITableView样式: UITableView内置了两种样式:UITableViewStylePlain,UITableViewStyleGrouped 2、<UITableViewDataSource,UITableViewDelegate>里的方法: 3、每当有 ...
分类:
其他好文 时间:
2016-04-11 07:17:27
阅读次数:
138
随着互联网行业的不断发展,各种监控工具多得不可胜数。这里列出网上最全的监控工具。让你可以拥有超过80种方式来管理你的机器。在本文中,我们主要包括以下方面: 命令行工具 网络相关内容 系统相关的监控工具 日志监控工具 基础设施监控工具 监控和调试性能问题是一个艰巨的任务,但用对了正确的工具有时也是很容 ...
分类:
系统相关 时间:
2016-04-11 07:15:27
阅读次数:
702
在一篇随笔中,我们已经尝试了在不依赖工具的情况下设置docker的ip,连我都想吐槽,MD单机都这么麻烦,在多机的环境中岂不是要了我的小命! 本文就是为了多机环境中各个节点的容器通信而做的,网络拓朴如下,这里用到了openvswitch工具。 openvswitch为我们建立一个扩展到三层网络的网桥 ...
分类:
其他好文 时间:
2016-04-11 07:14:08
阅读次数:
224
header( "Content-type: image/jpeg");$PSize = filesize('1.jpg');$picturedata = fread(fopen('1.jpg', "r"), $PSize);echo $picturedata;呵呵。就这么几句话,就将图片以二进制流 ...
分类:
Web程序 时间:
2016-04-11 07:13:36
阅读次数:
158
阿里云(合作):https://www.aliyun.com/customer/detail/dbf/ 阿里云(市场):https://market.aliyun.com/products/56014009/cmgj000276.html 运维派:http://www.yunweipai.com/ ...
分类:
其他好文 时间:
2016-04-11 07:15:02
阅读次数:
137
一、开启Activity、服务、广播 1.开启Activity、服务、广播基础知识 通过adb shell,可以使用activity manager(arm)工具来执行不同的系统操作,如开启一个action,开启一个activity、强制停止一个线程、修改设备屏幕属性等等,adb shell命令格式 ...
分类:
移动开发 时间:
2016-04-11 07:14:51
阅读次数:
263
// // ViewController.m // 01-playPlane // // Created by 王 on 16/4/9. // Copyright © 2016年 王. All rights reserved. // #import "ViewController.h" @inter ...
分类:
其他好文 时间:
2016-04-11 07:12:29
阅读次数:
146
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo ...
分类:
其他好文 时间:
2016-04-11 07:10:54
阅读次数:
133
一、PDO的概念 PDO其实就是一个数据库的抽象层,使用PDO编程可以方便的在之后的实际运营中随时更改数据库而不用变更源代码。PDO的位置如下图所示: 二、PDO的开启 PDO需要使用php 5.1 之后的版本。 查看是否开启pdo功能需要新建一个php文件,使用phpinfo函数查询 如图,PDO ...
分类:
Web程序 时间:
2016-04-11 07:12:54
阅读次数:
226
新手笔记,大神不要笑话 前端代码 index.htnl php代码 index.php 需要引入的php函数 它的api在这里 http://www.faceplusplus.com.cn/api-overview/ php的demo http://www.faceplusplus.com.cn/w ...
分类:
其他好文 时间:
2016-04-11 07:11:15
阅读次数:
145
最近又被同学问起“为何.NET应用程序连接Oracle数据库总是出错?”,我想,这是因为我们平常都是使用微软的产品,而缺少对其它平台产品的研究。废话讲了这么多,下面我就具体说说如何正确的配置Oracle以适应.NET应用开发。 一、下载必需组件 Oracle 11.2g(64位)下载地址:http: ...
分类:
数据库 时间:
2016-04-11 07:10:50
阅读次数:
319
1.create user username identified by password;//建用户名和密码oracle ,oracle 2.grant connect,resource,dba to username;//授权 grant connect,resource,dba,sysdba ...
分类:
数据库 时间:
2016-04-11 07:08:53
阅读次数:
233