1.准备工作:下载 subversion: Setup-Subversion-1.8.13.msi参考地址: http://sourceforge.net/projects/win32svn/files/1.8.13/下载 TortoiseSVN: TortoiseSVN-1.8.11.26392-...
Google Protocol Buffers是google出品的一个协议生成工具,特点就是跨平台,效率高,速度快,对我们自己的程序定义和使用私有协议很有帮助。Protocol Buffers入门:1、去http://code.google.com/p/protobuf/downloads/list...
http://www.captaincodeman.com/2011/02/27/limit-mongodb-memory-use-windows/CaptainCodemanAboutArchiveCategoriesPagesTagsLimit MongoDB memory use on Win...
1 #region 进入窗体时加载 2 3 public FormAlarmInfoQuery() 4 { 5 InitializeComponent(); 6 pictureBox1.ImageLocation = "f:\\1.jpg"; 7 8 this...
=================================================CHINAUNICOME.batroute delete 0.0.0.0 mask 0.0.0.0 10.125.22.254REM (删除内网网关)route change 0.0.0.0 mask ...
在网上查了一下,虽然有很多文章介绍Protocol Buffer,但是实际使用起来,还是会遇到很多问题,所以我想应该有一个指南一样的东西,让新手很快就能使用它。Protocol Buffer简写为Protobuf,是Google开发的一种储存数据的方式,功能与XML一样,但更方便,数据量更小,速度更...
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Mindjet\MindManager\10][HKEY_CURRENT_USER\Software\Mindjet\MindManager\10\AddIns][HKEY...
//servser.cpp#include
#include
#include
#include
#define IP "127.0.0.1"
#define PORT 8888
#pragma comment(lib,"ws2_32.lib")using namespace std;
char* GetTime...
Sliding Window
Time Limit: 12000MS
Memory Limit: 65536K
Total Submissions: 46507
Accepted: 13442
Case Time Limit: 5000MS
Description
An array of size n ≤ 106 is ...
本文与《【php】在Windows2003下配置Apache2.4与php5.4》(点击打开链接)为姊妹篇,只是php所用的服务器有点不同,这里一个是Apache2.4,一个是Windows2003自带的IIS服务器。
一、在Windows2003安装IIS
1、首先打开Windows2003的控制面板,查看是否有“管理工具”,没有也不要紧,点击“添加或删除程序”。有的话,可以直接进入第二...
Communication API Cross Document Messaging (跨文档消息通信) postMessage API origin security(源安全)chatFrame.contentWindow.postMessage('hello','http:...
1 public class StudentPopWindow extends PopupWindo...
Win7局域网共享要的帐户是这个电脑的登陆用户名。密码是该用户的登陆密码。如果没有就不有输入!一,打开控制面板-》找到“WINDOWS防火墙”(双击进入)-》单击“列外”选项卡-》将文件和打印机共享前的钩钩打上-》确认退出。 二,打开控制面板-》找到“用户账户”(双击进入)-》单击“GUEST账户”...
windows调用的是_stat函数,linux调用的是stat函数。#include #include #include #include #include int main( void ){ int result; char* filename = "putty.exe"; //er...
Direct downloads are available for the .iso, .vfd, and qemu-ga installers.Stable virtio-win iso: https://fedorapeople.org/groups/virt/virtio-win/direc...
在调试SSL时要抓包,通过tcpview和minisniffer等工具明明看到tcp连接已经建立并开始收发数据了,但wireshark却总是无法抓到相应的数据包。今天早上,HQ的高工告诉我“wireshark在windows下无法抓取localhost数据包”,得使用其他工具。http://stac...
一、文件夹的操作 private void button1_Click(object sender, EventArgs e) { //文件夹操作 ////新建文件夹 //Directory.CreateDirector...