码迷,mamicode.com
首页 >  
搜索关键字:multiple commands    ( 3667个结果
HDU 4474 Yet Another Multiple Problem【2012成都regional K题】 【BFS+一个判断技巧】
Yet Another Multiple ProblemTime Limit: 40000/20000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 3407Accepted Submis...
分类:其他好文   时间:2014-10-06 20:10:00    阅读次数:226
SQL Server 内存管理在64位时代的改变
64位机上 地址空间比以前大了去了、它引起的改变多了去了 1、MemToLeave这个词不存在了、因为SQL Server以不再做这种预留空间的事了,也就是说multiple page 想用多少就用多少!只要它有只要你用! 2、因为 multiple page不再预留了、所以...
分类:数据库   时间:2014-10-06 19:33:20    阅读次数:223
html的下拉框的几个基本使用方法
尽管使用EXT开发了一段时间,可是自己认为我对javascript还是不是非常熟,所以边看书边做小样例 给自己以后用到的时候查看下,都是非常主要的东西,对刚開始学习的人可能有点帮助以下是代码 Java代码 grid 多选须要添加?multiple属性 在多选中size属...
分类:Web程序   时间:2014-10-06 18:39:50    阅读次数:319
python 多行字符串
字符串是要用引号(双引号,单引号,多行用三个引号)引起来TypeError: not enough arguments for format stringyou have to specify multiple arguments as tuple, egprint "%d %s of beer o...
分类:编程语言   时间:2014-10-05 20:23:28    阅读次数:237
html的下拉框的几个基本用法
虽然使用EXT开发了一段时间,但是自己觉得我对javascript还是不是很熟,所以边看书边做小例子 给自己以后用到的时候查看下,都是很基本的东西,对初学者可能有点帮助下面是代码Java代码 grid 多选需要增加multiple属性 在多选中size属性可以初始化下拉框...
分类:Web程序   时间:2014-10-05 20:18:48    阅读次数:377
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 2
Based on the draft, the data models can be built of 3 major units: 1. Room...
分类:Web程序   时间:2014-10-05 17:54:18    阅读次数:215
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
poj 1426 Find The Multiple ( BFS+同余模定理)
Find The Multiple Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 18390   Accepted: 7445   Special Judge Description Given a positive integer n, write a ...
分类:其他好文   时间:2014-10-05 01:33:27    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!