码迷,mamicode.com
首页 >  
搜索关键字:ext js    ( 135704个结果
node.js 创建第一个web应用
安装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
什么是DNN,Dotnetnuke介绍和功能简介
1. What is DNN? DNN是DotNetNuke(DotNet)的简写。它是在IBUYSPY(IBUYSPY是微软用来推广ASP.NET而推出的范例程序)的基础上发展起来的,是一个免费的、开放的源代码框架, 是一个可扩展的内容管理系统(CMS)。可广泛应用于创建与维护专业的Web应用程序...
分类:Web程序   时间:2014-05-01 01:28:05    阅读次数:442
css3超炫8种loading加载特效
css3超炫loading加载特效
分类:Web程序   时间:2014-05-01 01:27:05    阅读次数:462
C++ writestring 为什么不能写进中文 CStdioFile向无法向文本中写入中文【一】
以下代码文件以CStdioFile向无法向文本中写入中文(用notepad.exe查看不到写入的中文)CStdioFile file;file.Open(…);file.WriteString(_T("abc你好"));//只能写入abc解决办法:使用setlocale语句设定区域#include....
分类:编程语言   时间:2014-05-01 01:18:01    阅读次数:803
prefix css3漏斗Loading加载动画
css3漏斗Loading加载动画
分类:Web程序   时间:2014-05-01 01:15:57    阅读次数:609
CSS3:Transition属性详解
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
HOOK技术演示
一、首先创建一个dll工程,取名为KeyboardHookDll,代码如下:// KeyboardHookDll.cpp : 定义 DLL 应用程序的导出函数。//#include "stdafx.h"#include using namespace std;#define MYAPI extern...
分类:其他好文   时间:2014-05-01 01:00:28    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!