vs2010 win32程序中 sqlserver 2008 express的简单使用
分类:
数据库 时间:
2014-06-27 12:46:12
阅读次数:
361
关于nodejs中文站,眼下活跃度最好的知识站应该是http://www.cnodejs.org/ ,而http://cnodejs.org/则活跃度较低。Express.js是nodejs的一个MVC开发框架,而且支持jade等多种模板,是Node.js上最流行的Web开发框架。这几天刚接触Pho...
1、错误描述
六月 26, 2014 10:53:26 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression data[text] is undefined on line 9, column 51 in inc/select.ftl."
Express...
分类:
其他好文 时间:
2014-06-27 09:58:53
阅读次数:
237
裸题,上模版,,嘿嘿
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define ll __int64
ll gcd(ll a, ll b) {
return b == 0 ? a : gcd(b, a%b);
}
//求一组解(x,y...
分类:
其他好文 时间:
2014-06-25 19:51:56
阅读次数:
138
ASP.NET MVC是美丽的,但现实却是臃肿的。 Razor是"DRY"的,但真的足够吗?不如试试更"DRY"的 MVC - nodejs+express
分类:
Web程序 时间:
2014-06-25 18:14:52
阅读次数:
531
Restart IIS: run "iisreset" commandcheck port usage: netstat -anoHow to set up SSL in IISHow to set up a HTTPS service in IISHow to trust IIS Express ...
分类:
其他好文 时间:
2014-06-25 11:55:38
阅读次数:
172
在express中设置view engine为html,express-partials会导致语法不正确,其实只要做一行代码的改动就可以function renderer(ext){ if(ext[0] !== '.'){ ext = '.' + ext; } //新增一行代码 if(...
分类:
其他好文 时间:
2014-06-25 11:38:09
阅读次数:
183
vs2013 的弹出消息框 就这么几个字"VS2012 无法启动 IIS Express Web"怎么解决 。。。。我第一思维去网上搜索一下。。。没搜索到有用的结果。。。有人说是 防火墙,我防火墙是关着的。。。好吧 有人 手动启动 iis express我试了一下 成功了那会是什么 问题呢。。。抱着...
分类:
Web程序 时间:
2014-06-22 23:55:09
阅读次数:
421
//依赖组件[模块]导入
var express = require('express');
var path = require('path');
var favicon = require('static-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var log = require('./...
分类:
微信 时间:
2014-06-22 21:39:42
阅读次数:
401
??
启动Tomcat之后出现全是英文错误:
ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT
To use this license, you must agree to all of the following terms (by either clicking the accept button or installing an...
分类:
数据库 时间:
2014-06-22 15:48:26
阅读次数:
608