20140617-Windows连接Linux工具介绍 1、正常情况下都不会直接在Linux服务端进行操作,实际使用服务器和工作电脑不会在同一个地方,也不允许在服务器操作。 我这里用SecureCRT 7.0来连接服务器。提供个下载,带注册机工具: 安装完后进行注册,以管理员身份运行KEY,点pat...
Windows 下设置 tramp以前一直以为 tramp 在 windows 下是基本无法工作,或者需要很费劲才能配置好。今天发现通过 puttygen, plink 这些工具(都是 putty 那一套)配置起来其实还挺方便的。1 通过 plink 连接 linux将 plink 放到你的 pat...
1.个位数统计:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
char s[1005];
int n, a[10];
int main(){
while(gets(s)) {
memset(a,...
分类:
其他好文 时间:
2014-06-28 08:55:24
阅读次数:
191
#region 创建、跟新词库
///
/// 创建、跟新词库
///
private void CreateIndexData()
{
//索引库文件夹
FSDirectory dir = FSDirectory.Open(new DirectoryInfo(pat...
分类:
Web程序 时间:
2014-06-27 10:17:59
阅读次数:
232
public void uploadDocMentSave(string Type) { if (Request.Files.Count > 0) { HttpPostedFileBase files = Request.Files[0];//获取文件 string filename = Pat.....
分类:
其他好文 时间:
2014-06-25 21:21:02
阅读次数:
286
GRAITEC.ADVANCE.CONCRETE.V8.1IkonScience.RokDoc.V5.3.2IMSI.DesignCAD.3D.MAX.v20.0IMSI.TurboCAD.Professional.Platinum.v17.0Lighting.Technologies.Photop...
分类:
其他好文 时间:
2014-06-25 15:53:17
阅读次数:
308
"Could not find SQL statement to include with refid xxx"A: 认真把每个用到xxx的地方都看一遍
分类:
数据库 时间:
2014-06-25 00:58:20
阅读次数:
216
迭代器是C++标准库中的重要组件,特别是在容器内部,没有迭代器,容器也就无所谓存在了。
例如:vector容器简而言之就是3个迭代器 start finish 以及end_of_storage vector的任何操作都离不开这3个迭代器。。
接下来,总结一下C++ 中的迭代器的操作。
C++的迭代器分为5类,依次为 : Input_iterator, output_iterator,...
分类:
编程语言 时间:
2014-06-22 22:21:00
阅读次数:
275
PAT1019,1020,1021,1022解题思路与源码...
分类:
其他好文 时间:
2014-06-16 11:39:24
阅读次数:
259