这里使用用户表(User)和项目(Project)表做示例有这样一个需求:用户与项目的关系是:一个用户可以发多个项目,可以参加多个项目,而项目可以有多个参与成员和一个发布者项目结构:实体类结构设计如下/// /// 用户 /// public class User { ...
分类:
其他好文 时间:
2015-03-18 17:49:40
阅读次数:
142
使用Cocos2d-JS引擎开发游戏,主要的程序代码是JavaScript语言,因此,凡是能够开发JavaScript语言工具都适用于Cocos2d-JS游戏开发。本书我们推荐WebStorm和Cocos Code IDE工具。搭建WebStorm开发环境我们在以往使用了WebStorm开发工具,它...
分类:
Web程序 时间:
2015-03-18 17:40:14
阅读次数:
156
1,打开工具->NuGet程序管理器->程序包管理器控制台默认项目中要选择 数据访问上下文类 所在的项目然后执行Enable-Migrations如果失败,有一种错误是会提醒你未安装XXXX或者缺少XXXX(遇到过一次,错误信息未保留,下次有机会补充),需要安装(不知道是什么鬼东西);去官网上下载安...
分类:
数据库 时间:
2015-03-18 17:30:47
阅读次数:
152
post与get方式的区别 http://blog.csdn.net/yipiankongbai/article/details/24025633 post,get,head实现代码 http://www.oschina.net/code/snippet_54100_7485...
分类:
Web程序 时间:
2015-03-18 16:07:09
阅读次数:
132
必备条件要完成本演练,需要安装 Visual Studio 2010 或 Visual Studio 2012 或者更高。如果使用的是 Visual Studio 2010,还需要安装NuGet。1.创建应用程序简单起见,我们将构建一个使用 Code First 执行数据访问的基本控制台应用程序。打...
分类:
其他好文 时间:
2015-03-18 15:50:10
阅读次数:
158
一、安装 (一)下载FastDFS安装包 FastDFS官方论坛:http://www.csource.org 下载1:http://sourceforge.net/projects/fastdfs/files/ 下载2:https://code.google.com/p/fastdfs/downl...
分类:
其他好文 时间:
2015-03-18 15:36:52
阅读次数:
394
AChartEngine(ACE)是Google为Android提供的一个开源绘制工具包。它集成了绘制多种图形的功能:折线图、散点图、气泡图、柱状图、饼图、仪表图等图形。
下载地址:http://download.csdn.net/detail/u013647453/8511203(含1.1.0的jar包和开发文档)
官网: http://code.google.com/p/achar...
分类:
移动开发 时间:
2015-03-18 14:09:29
阅读次数:
332
It's yourattitude, not youraptitudethat determines youraltitude!Happinessis not something you find, it's something youcreate!此篇记录我的读书记录,与所有人共享2015-201...
分类:
其他好文 时间:
2015-03-18 13:57:27
阅读次数:
125
We often want to execute Go code at some point in the future, or repeatedly at some interval. Go's built-in timer and ticker features make both od the...
分类:
其他好文 时间:
2015-03-18 13:53:26
阅读次数:
132
#include #include void handle1(const boost::system::error_code& ec){ std::cout << "5.s" << std::endl;}void handle2(const boost::system::error_code&...
分类:
其他好文 时间:
2015-03-18 13:49:42
阅读次数:
123