Mini-project description - "Stopwatch: The Game"Our mini-project for this week will focus on combining text drawing in the canvas with timers to build...
分类:
编程语言 时间:
2015-09-09 19:32:43
阅读次数:
286
Mini-project description — “Guess the number” gameOne of the simplest two-player games is “Guess the number”. The first player thinks of a secret numb...
分类:
编程语言 时间:
2015-09-09 13:13:40
阅读次数:
264
Mini-project description — Rock-paper-scissors-lizard-SpockRock-paper-scissors is a hand game that is played by two people. The players count to three...
分类:
编程语言 时间:
2015-09-09 13:13:36
阅读次数:
236
更多memcached信息可以参考 http://www.ibm.com/developerworks/cn/java/j-memcached1/memcached 是由 Danga Interactive 开发并使用 BSD 许可的一种通用的分布式内存缓存系统。Danga Interactive ...
分类:
系统相关 时间:
2015-09-04 07:24:43
阅读次数:
203
.bashrc 什么的,早就把 TNS_ADMIN , 和 LD_LIBRARY_PATH 加进去了,可就是不好使。终极方法还是在 workspace 的 R&A -> Services 里设置属性。LD_LIBRARY_PATH=/home/julian/app/julian/product/11...
分类:
数据库 时间:
2015-09-01 16:34:04
阅读次数:
198
1. Memcached简介Memcached是以LiveJurnal旗下Danga Interactive公司的Bard Fitzpatric为首开发的高性能分布式内存缓存服务器。其本质上就是一个内存key-value数据库,但是不支持数据的持久化,服务器关闭之后数 据全部丢失。Memcached...
分类:
系统相关 时间:
2015-08-31 11:39:12
阅读次数:
341
在Linux系统中,移动文件或者目录的命令是mv,同时mv命令还可以对文件改名。命令格式:mv[选项][源文件或目录][目标文件或目录]参数选项:--backup[=CONTROL]对一个存在的文件备份-b类似—backup,但接受参数-f,--force覆盖前不提示。-I,--interactive覆盖前提示-u,--update移..
分类:
系统相关 时间:
2015-08-30 23:26:52
阅读次数:
249
闲着没事从网上搜集了一些 Git的命令 整理整理1、常用的Git命令
命令
简要说明
特别注释 git add
添加至暂存区
git add–interactive
交互式添加
git apply
应用补丁
git am
应用邮件格式补丁
git annotate
注释文件行提交信息
等同于 git blame
git...
分类:
其他好文 时间:
2015-08-28 17:48:47
阅读次数:
186
官方文档:http://www.postgresql.org/docs/9.4/interactive/datatype-net-types.html 一、cidr postgres=#?create?table?test?(id?int,?name?text);
CREATE?TABLE
postgres=#?\d?test?
?????Tab...
分类:
数据库 时间:
2015-08-27 11:24:59
阅读次数:
257
据笔者所知,Apex 4.x 是没有提供可编辑交互报告组件的。这就需要我们手动实现。其实这也并不是很复杂,只需要简单几步。
1. 根据向导建立一个interactive report。查询语句可以如下。
select apex_item.hidden(1,e.id) || e.name as staff, apex_item.select_list_from_lov(p_idx...
分类:
数据库 时间:
2015-08-17 10:11:45
阅读次数:
190