刚从C#开始转C++,有很多东西不理解,如下边这段代码:
#include
#include
int main() {
using namespace std;
ifstream file;
basic_ifstream wfile;
char c;
// Open and close with a bas...
分类:
编程语言 时间:
2014-08-11 10:09:32
阅读次数:
219
基于用户访问控制(这里控制的是整个页面控制)用户认证类型:基本认证:Basic摘要认证:digest,是否明文还是密文的控制。虚拟用户:仅用于访问某服务和获取资源的凭证:用户帐号密码存放位置:.htpasswd这个文件用户名是明文的,密码是加密的。这个文件的名字也是你自己取的..
分类:
系统相关 时间:
2014-08-11 03:05:01
阅读次数:
283
Understanding the node.js event loopThe first basic thesis of node.js is that I/O is expensive:So the largest waste with current programming technolog...
分类:
其他好文 时间:
2014-08-10 21:21:30
阅读次数:
469
自己做一个ico文件就行了#ifndef CALCULATOR_H#define CALCULATOR_H#include"Stack.h"#include#includeusing namespace std;class Calculator{private: Stack Nstack; Stac...
作者:iamlasong
VBA编程实现不重复随机数输出。VBA里的随机函数是RND,在工作表中随机函数是RAND,一字之差,可要记好了。RND取值范围是[0,1),意思是0和1之间的一个随机数,包含0,但不包含1。
1、用法
语法:Rnd[(number)]
如果 number 的值是 Randomize 生成
小于 0 ,每次都使用 number 作为随机数种子得到的相同结果...
分类:
其他好文 时间:
2014-08-08 12:58:05
阅读次数:
327
How to setup multimedia on CentOS-5CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, includi...
分类:
其他好文 时间:
2014-08-08 01:37:45
阅读次数:
505
前一篇Insus.NET有演示过MVC应用程序使用Web Service, 此篇Insus.NET想继续演示Service,不过是WCF Service。两者实施起来,多少有些不一样。在Services目录下,创建一个Calculator.svc 服务。创建成功之后,它会生生成一个接口以及一个svc...
分类:
Web程序 时间:
2014-08-07 12:42:49
阅读次数:
281
nstantclient-basic-nt-12.1.0.1.0\instantclient_12_1下面新建NETWORK文件夹,NETWORK下新建ADMIN文件夹,ADMIN下新建tnsnames.ora文件,内容ORCL= (DESCRIPTION = (ADDRESS = (PROTOCO...
分类:
数据库 时间:
2014-08-07 12:06:19
阅读次数:
193
1、首先,要有一张CentOS 6.4的安装介质,使用介质启动电脑出现如下界面界面说明:Install or upgrade an existing system 安装或升级现有的系统install system with basic video driver 安装过程中采用基本的显卡驱动Rescu...
分类:
其他好文 时间:
2014-08-06 14:09:31
阅读次数:
348
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:
系统相关 时间:
2014-08-06 08:23:21
阅读次数:
863