BAE百度云平台的mysql数据库的使用(Java)BAE的数据库使用的mysql,还有phpmyadmin,怎么说呢,太像那种php空间了。不过都是免费的哈~~第一个问题就是连接数据的问题。做了一个简单的聊天室项目,打算放上去试试。BAE的数据库连接的用户名和密码需要从request请求中获取。只...
分类:
数据库 时间:
2014-06-30 11:51:42
阅读次数:
245
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
内容摘要 1.程序架构 2.通信协议 3.服务器源代码 4.客户端源代码 5.运行效果 一、程序架构 在开发一个聊天室程序时,我们可以使用Socket、Remoting、WCF这些具有双向通信的协议或框架。而现在,我正要实现一个C#语言作为服务器 端、Android作为客户端的聊天室。由于服务器端和...
分类:
移动开发 时间:
2014-06-25 14:45:17
阅读次数:
259
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
??
启动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