将VIew移动做成动画效果这种动画效果没有中间的位移可以添加动画的View属性center,frame,alpha,transform,backgroundColor//继续做消失的动画[UIViewanimateWithDuration:1animations:^{
iv.alpha=0;
}completion:^(BOOLfinished){//完成动画后执行可以继续添加[ivremoveF..
分类:
其他好文 时间:
2015-10-13 01:48:54
阅读次数:
126
--查找运行请求时间,参数等(可以是某用户的,某个报表) select c.user_name, papf.full_name, b.user_concurrent_program_name, a.request_date, a.argument_text, (a.actual_completion...
分类:
其他好文 时间:
2015-10-11 21:33:41
阅读次数:
201
setting-Editor-General-Code Completion里的 Case sensitive completion: 可以设置只第一个字母敏感、完全敏感或者不敏感。选择none。。ok
分类:
Web程序 时间:
2015-10-05 19:28:16
阅读次数:
4554
在 Linux 系统中,当你输入一个命令,再按两次 TAB 键,就会列出所有以你输入字符开头的可用命令。这并不新鲜,可能你已经知道了。这个功能被称作命令行补全bash completion。默认情况下,bash 命令行可以自动补全文件或目录名称。不过,我们可以增强 bash 命令补全功能,通过 co...
分类:
系统相关 时间:
2015-09-28 11:23:52
阅读次数:
189
(1)JavaScript包括哪些数据类型?1.未定义(undefined) 2.空(null) 3.布尔(boolean) 4.字符串(string)5.数字(number) 6.对象(object) 7.引用(reference) 8.列表(list) 9.完成(completion)refer...
分类:
编程语言 时间:
2015-09-27 20:12:20
阅读次数:
242
[UIView animateWithDuration:1.0 animations:^{ label.alpha=1.0; } completion:^(BOOL finished) { [UIView animateWithDuration:1.0 animations:^{ label.a.....
分类:
其他好文 时间:
2015-09-26 00:29:38
阅读次数:
173
[UIView?animateWithDuration:2.0?animations:^{
????????imageView.alpha=0.1;
????}?completion:^(BOOL?finished)?{
????????
????}]; 类似以上的动画代码,当你在push进入一个新...
分类:
移动开发 时间:
2015-09-23 19:42:01
阅读次数:
301
忽略大小写 输入sensitive,选择Code Completion,右边第一个下拉框,选择none Editor 鼠标悬浮show quick docCtrl + Alt + S 打开settingCtrl + P 查看方法参数类型Ctrl + Alt + T surround with if....
分类:
其他好文 时间:
2015-09-23 14:53:15
阅读次数:
226
1、Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A原因:是由于数据库太大,即数据库中表非...
分类:
其他好文 时间:
2015-09-21 13:47:29
阅读次数:
171
create event shopCartCleanerListener
on schedule every 1 day starts ‘2015-01-01 00:00:00‘
on completion preserve
enable
do
update shopCart set cart = null; show variables like ‘%sche%‘;? 1、开...
分类:
数据库 时间:
2015-09-20 09:20:09
阅读次数:
181