Stack 一个简单确很有用的数据结构:FILOpackage Stackimport (
"errors" "fmt")const ( defaultLength=100)type Stack struct{ top int size int
element [...
分类:
其他好文 时间:
2014-06-07 05:14:42
阅读次数:
211
javascript:history.go(-1)和javascript:history.back(-1)转自:http://hi.baidu.com/chy0806css/item/b72344ac9aa6a73a030a4dfago(-1):
返回上一页, 原页面表单中的内容会丢失; back(...
分类:
编程语言 时间:
2014-06-07 05:06:11
阅读次数:
334
Jurassic RemainsTime Limit:18000MSMemory
Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back]
[Status]DescriptionPaleontologists in Siberia have...
分类:
其他好文 时间:
2014-06-04 20:16:27
阅读次数:
384
Openerp权限设置最近一直在弄openerp权限问题,现在终于懂了一些。主要对模块下的security
目录下的文件:xxx_security.xml、ir.model.access.csv进行讲解@ xxx_security.xml1、 建立组A
//把admin用户加入该组中@name 组名...
分类:
其他好文 时间:
2014-06-04 19:02:24
阅读次数:
217
在执行计划中我们可能见过这样一句话 table access by index rowid
,这就是索引回表读实验脚本观察上面的operation
最后执行的出现在最上面我们可以从索引块中读取索引列的值,如果想读取索引列值以外的其他字段那就需要根据索引块的rowid定义到数据块这就是执行计划中的 索...
分类:
其他好文 时间:
2014-06-03 08:59:50
阅读次数:
212
转自:http://mp.weixin.qq.com/qa/index.php?qa=11634&qa_1=%E6%94%AF%E4%BB%98%E8%BF%94%E5%9B%9E%EF%BC%9Aaccess_control-not_allow&show=16550感谢:乐游旅游比如我的测试js支...
分类:
微信 时间:
2014-05-30 20:25:50
阅读次数:
8782
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
-----------------------------增删该查------------------------------go--查询语句
select * from student where 1=1go--添加多条数据(用union关键字连接,不支持default关键字) Insert
in...
分类:
数据库 时间:
2014-05-30 01:55:32
阅读次数:
302
Queue
简单而实用的数据结构,FIFO,通过循环数组避免队列出现“似乎满了”的现象。package Queueimport "errors"const (
defaultQueueSize=10)var queueSize inttype MyQueue struct{ front...
分类:
其他好文 时间:
2014-05-30 00:48:43
阅读次数:
284
用dinner还是supper?据我唯一认识一个美国人……讲,至少在美国他们用dinner,supper也许在英国更常用些。他在小时候都没听说过supper这个词……另外,have
dinner是一个习语,例:How about go and have dinner?Do you have dinn...
分类:
其他好文 时间:
2014-05-29 20:16:53
阅读次数:
279