#!/bin/bash# Program to output a go source file
with user informationCURRENT_TIME=$(date +"%x %r %Z")cat <<
EOF/* Author:$USER CreatedAt:$CURRENT_TIME...
分类:
其他好文 时间:
2014-05-27 17:49:29
阅读次数:
283
错误1error MSB6006: “CL.exe”已退出,代码为
-1073741502。C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets62在64位电脑下使用...
分类:
其他好文 时间:
2014-05-26 17:11:05
阅读次数:
402
执行如下 批处理:"C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bin\svcutil.exe" http://127.0.0.1:40001/TestService?wsdl
/language:C# /out:"D:\TestProxy.cs" /...
分类:
其他好文 时间:
2014-05-26 01:08:08
阅读次数:
234
执行如下 批处理:"C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Bin\svcutil.exe" http://127.0.0.1:40001/TestService?wsdl
/language:C# /out:"D:\TestProxy.cs" /...
分类:
其他好文 时间:
2014-05-26 01:02:17
阅读次数:
208
1. 环境准备,不支持XP系统,需要在Windows7及以上和windows server 2008
系统上安装。2. 下载安装包:http://www.mongodb.org/downloads, 根据环境下载对应的安装包。3.
下载完成后双击运行,默认安装目录为C:\Program Files\...
分类:
数据库 时间:
2014-05-25 23:35:31
阅读次数:
407
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373
1 {* * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * 2 3 Author: Fran鏾is PIETTE 4 Object: Demo program to
...
分类:
其他好文 时间:
2014-05-25 19:36:34
阅读次数:
378
继续并发专题~
这次介绍CyclicBarrier:看一眼API的注释:
/**
* A synchronization aid that allows a set of threads to all wait for
* each other to reach a common barrier point. CyclicBarriers are
* useful in program...
分类:
编程语言 时间:
2014-05-25 18:15:06
阅读次数:
316
一、开发环境
Win8.1 64位、VS2013、MySQL5.5.37
64位
MySQL安装目录为:C:\Program Files\MySQL\MySQL Server 5.5
二、配置工程环境
首先创建一个控制台空项目,打开VS2013,文件--> 新建项目 --> 常规 --> 选择“空项目”
因为我们要使用MySQL数据库...
分类:
数据库 时间:
2014-05-25 04:45:09
阅读次数:
442
一、入题 在头文件的书写中,都加入了如下内容:#ifndef __头文件名_H#define
__头文件名_H#endif 曾经在书中看到的解释是“防止重复定义”,今天突然想到为什么是这样的解释。二、测试
测试文件共三个,两个头文件:head1.h、head2.h,一个C源程序:program...
分类:
其他好文 时间:
2014-05-25 02:27:57
阅读次数:
252