/* * To change this template, choose Tools | Templates * and open the template in the editor. */package simpleFactory;/** * * @author XiaoTianCai *///...
分类:
其他好文 时间:
2014-09-18 14:45:44
阅读次数:
117
程序运行的整个过程,学习一下 源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 汇编程序 (assembler) → 目标代码 (object code) → 连接器 (Linker) → 可执行程序 (executables) 1...
分类:
移动开发 时间:
2014-09-18 12:56:43
阅读次数:
204
现象: Stage中包括一个Window,一个Actor,Window中加入alpha action后,Actor也随之消失;Actor加入alpha action后,不起作用。解决: 重写draw方法,加入batch.setColor(getColor().r, getColor().g, get...
Jquery Change与bind事件代码:一、Jquery事件change()方法当元素的值发生改变时,会发生change事件。该事件仅适用于文本域(text field)和select元素。注意:当用于select元素时,change事件会在选择某个选项时发生。当用于text field或te...
分类:
Web程序 时间:
2014-09-17 21:39:52
阅读次数:
188
Java实现队列——队列内部使用链式存储结构 链队列 代码: package?hash;
/**
?*?Created?with?IntelliJ?IDEA.
?*?User:?ASUS
?*?Date:?14-9-17
?*?Time:?上午11:58
?*?To?change?this?tem...
分类:
编程语言 时间:
2014-09-17 15:42:02
阅读次数:
278
权限管理命令1、chmod[change the permissions mode of a file] : /bin/chmod 语法: chmod [{ugo}{+-=}{rwx}] [文件或目录名] // 直观 e.g. chmod u+wx filename chmod o-x filename chmod g=rwx filename 或者: chmod [mode=421] [文...
分类:
系统相关 时间:
2014-09-16 19:03:11
阅读次数:
236
1.Maven project facet配置错误信息: One or more constraints have not been satisfied.以及Cannot change version of project facet Dynamic web module to 2.5;类型为Mav...
分类:
其他好文 时间:
2014-09-16 18:44:10
阅读次数:
215
题目: Draw the tree illustrating the process generated by the count-change procedure of section 1.2.2 in making change for 11 cents. What are the order....
分类:
其他好文 时间:
2014-09-16 12:10:50
阅读次数:
284
Change Fedora hostname permanentlyChange Fedora hostname permanentlyWhen remote login to another machine, it is likely that the hostname arealways the...
分类:
其他好文 时间:
2014-09-16 12:06:00
阅读次数:
176
关于update和alert:百度知道上关于update和alert有一个很形象的总结:一个表有很多字段,一个字段里有很多数据。一个家有很多房间,一个房间里有很多家具。update是用来将衣柜改成书架的。alert是用来将厨房改成厕所的。把卧室改成厕所:alert table 你家 change 厨...
分类:
数据库 时间:
2014-09-15 12:52:08
阅读次数:
901