Building Robust and Flexible Event System in Unity3D 1. Prerequisites 1.1 Observer Pattern According to Wikipedia, the observer pattern is a "software ...
分类:
编程语言 时间:
2018-06-29 19:30:22
阅读次数:
182
eclipse以外关闭后打开错误如下图: eclipse以外关闭后打开错误如下图: 具体详情: 具体详情: An internal error occurred during: "Building workspace". GC overhead limit exceeded 分析: An inter ...
分类:
系统相关 时间:
2018-06-27 14:00:11
阅读次数:
333
所在学校有计算机科学专业和软件工程专业;软件工程的课程很多,但是由于具体的教学计划无法得到,所以不能具体说明,但是从我本人了解得到其中涉及到了很多专业选修课程和很多方向性课程,所以难免数量会多出很多。但是比较一下学院给同学设置的预期选修课程和学院鼓励同学走向的专业道路上,还是可以看出些许不同的。计算 ...
分类:
其他好文 时间:
2018-06-26 01:10:09
阅读次数:
176
mappers(映射器) 使用相对于类路径的资源 如:<mapper resource="sqlmap/User.xml" /> 使用完全限定路径 如:<mapper url="file:///D:\workspace_spingmvc\mybatis_01\config\sqlmap\User.x ...
分类:
数据库 时间:
2018-06-25 15:00:59
阅读次数:
1294
10、 备忘录/报告:P.39? To: All club members? From: Li Ming? Date: December 23, 2017? Subject: Creating Green Culture and Building Low-Carbon Campus? We are ...
分类:
其他好文 时间:
2018-06-25 01:08:14
阅读次数:
316
https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#building-kubernetes-on-a-local-osshell-environment 根据要求下载各种镜像 go ...
分类:
Web程序 时间:
2018-06-24 10:29:03
阅读次数:
206
Docker development best practices Estimated reading time: 6 minutes The following development patterns have proven to be helpful for people building a ...
分类:
其他好文 时间:
2018-06-23 21:01:47
阅读次数:
169
代码如下: def read_data(file_queue): ''' the function is to get features and label (即样本特征和样本的标签) 数据来源是csv的文件,采用tensorflow 自带的对csv文件的处理方式 :param file_queue ...
分类:
其他好文 时间:
2018-06-23 00:08:23
阅读次数:
363
一、基本环境$ pip install flask gevent requests pillow其中 flask不需要解释gevent 是用于自动切换进程的;pillow 是用来进行python下的图像处理的;requests 是用来进行python下request处理的。二、核心代码解释# imp... ...
目录 1.程序设计语言中的函数/方法(Function / method in programming language) 2.通信程序设计规范(Specification: Programming for communication) *为什么需要规范 *行为等价 *规范结构:前提条件与后置条件 ...
分类:
其他好文 时间:
2018-06-20 21:20:51
阅读次数:
163