Reapp 混合应用 - 帮助构建不曾有过的强大应用(Reapp Hybrid apps - help you build powerful apps like never before)...
分类:
移动开发 时间:
2015-03-02 07:15:17
阅读次数:
311
WCP 1- SequenceThis pattern is used to model dependencies between tasks so that one task cannot start before another is finished (serial execution)WCP...
分类:
其他好文 时间:
2015-03-02 06:08:00
阅读次数:
272
Partition ListGiven a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should ...
分类:
其他好文 时间:
2015-02-28 00:09:16
阅读次数:
114
深入浅出KnockoutJS 写在前面,本文资料大多来源网上,属于自己的学习笔记整理。 其中主要内容来自learn.knockoutjs.com,源码解析部分资料来自司徒正美博文《knockout.js学习笔记》系列。1. Knockout初体验1.1 Before Knockout 假设我们...
分类:
Web程序 时间:
2015-02-27 20:07:00
阅读次数:
279
下面是removeAllViewsInLayout()的源码
/**
* Called by a ViewGroup subclass to remove child views from itself,
* when it must first know its size on screen before it can calculate how many
* c...
分类:
其他好文 时间:
2015-02-27 13:40:55
阅读次数:
532
网站发现了一个查看jpeg类型照片的exif信息的类,在这里分享下NOTICE:On Windows,php_mbstring.dll must be before php_exif.dll'); } /*获取图片格式,返回图片格式信息 * 如果只获取图片格式信息,...
分类:
其他好文 时间:
2015-02-26 18:04:30
阅读次数:
103
select * from pan ; --有数据drop table pan; --删除表select * from pan ; --表或视图不存在flashback table pan to before drop;select * from pan ; --有数据(说明数据回来了)...
分类:
数据库 时间:
2015-02-26 09:44:05
阅读次数:
185
11数据库的触发器trigger定义:根据发生的事件而执行的一种存储子程序数据库事件:DML事件、DDL事件、用户事件、系统事件触发器分类:DML触发器、DDL触发器、系统用户事件触发器11.1触发器的创建(1)DML触发器Ainsert事件createorreplacetriggerai_org_trigbeforeinsertonorg_ta..
分类:
数据库 时间:
2015-02-25 23:56:52
阅读次数:
300
oracle222
触发器
触发器的定义:
q触发器是当特定事件出现时自动执行的存储过程
q特定事件可以是执行更新的DML语句和DDL语句
q触发器不能被显式调用
q触发器的功能:
q自动生成数据
q自定义复杂的安全权限
q提供审计和日志记录
q启用复杂的业务逻辑
...
分类:
其他好文 时间:
2015-02-25 10:22:46
阅读次数:
178
Problem Description
Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should get out of the labyrinth before the bomb...
分类:
Web程序 时间:
2015-02-22 14:40:33
阅读次数:
227