安装node.js从http://nodejs.org/
下载安装程序进行安装。安装后从开始菜单启动:Node.js command
prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set
proxy=http://192.168....
分类:
Web程序 时间:
2014-05-01 01:48:43
阅读次数:
375
1. What is DNN?
DNN是DotNetNuke(DotNet)的简写。它是在IBUYSPY(IBUYSPY是微软用来推广ASP.NET而推出的范例程序)的基础上发展起来的,是一个免费的、开放的源代码框架,
是一个可扩展的内容管理系统(CMS)。可广泛应用于创建与维护专业的Web应用程序...
分类:
Web程序 时间:
2014-05-01 01:28:05
阅读次数:
442
以下代码文件以CStdioFile向无法向文本中写入中文(用notepad.exe查看不到写入的中文)CStdioFile
file;file.Open(…);file.WriteString(_T("abc你好"));//只能写入abc解决办法:使用setlocale语句设定区域#include....
分类:
编程语言 时间:
2014-05-01 01:18:01
阅读次数:
803
Transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS
Transitions allow property changes in CSS values to occur smoothly over a
specified duration.“。而我个人则简单地理...
分类:
Web程序 时间:
2014-05-01 01:12:52
阅读次数:
518
js模拟滚动条,现在网上这种效果应该很多的,就自己写了一个试一下
分类:
其他好文 时间:
2014-05-01 01:10:46
阅读次数:
435
组合数学、-排列组合数----sum求sum=sum*(m--)/i;int c(int
n,int m)//n下标,m上标{ int sum=1; for(int i=1;in-m) m=n-m; int temp=n; for(int
i=1;i1) { up[j]/=temp; d...
分类:
其他好文 时间:
2014-05-01 01:07:44
阅读次数:
409
using System; using System.Collections.Generic;
using System.ComponentModel; using System.Data; using System.Drawing; using
System.IO; using System.Li...
分类:
其他好文 时间:
2014-05-01 01:02:33
阅读次数:
322
一、首先创建一个dll工程,取名为KeyboardHookDll,代码如下://
KeyboardHookDll.cpp : 定义 DLL 应用程序的导出函数。//#include "stdafx.h"#include using
namespace std;#define MYAPI extern...
分类:
其他好文 时间:
2014-05-01 01:00:28
阅读次数:
364