1、 $ ctags –R --c-types=+px ($ 为Linux系统Shell提示符)2、$ vi –t tag (请把tag替换为您欲查找的变量或函数名)3、:ts (ts 助记字:tags list, “:”开头的命令为VI中命令行模式命令)4、:tp (tp 助记字:tags pre...
分类:
其他好文 时间:
2015-12-18 18:40:41
阅读次数:
164
一、简介图片的压缩与上传,是APP里一个很常用的功能。我们来年看ChiTuStore是怎样做的。相关文件 App/Module/User/UserInfo.html,App/Module/User/UserInfo.ts二、HTML布局HTML 文件中,有如下二句,第一句就是上图所看到的图片,其中的...
分类:
Web程序 时间:
2015-12-17 16:03:32
阅读次数:
169
插件:/jquery.rotate.min.jsHTML代码: 航班延误险 吃货旅游保险 萌牙少儿齿科 骑行旅游保险 JQ代码:!function(){var $pro = $('#ts_pro_list li');$pro.each(function(ind,t){$(t).hover(funct...
分类:
其他好文 时间:
2015-12-16 21:19:26
阅读次数:
2161
drop user xxx cascade;drop tablespace xxx including contents and datafiles;create tablespace xxx datafile 'E:\oracle\product\10.2.0\oradata\ts\xxx.dbf...
分类:
数据库 时间:
2015-12-16 19:09:52
阅读次数:
258
1、创建表空间 create tablespace ts_aw logging datafile 'd:\app\Administrator\product\tablespace\ts_aw.dbf' size 10M autoextend on next 5M maxsize 20...
分类:
数据库 时间:
2015-12-16 15:42:01
阅读次数:
188
1.获取Timestamp格式的时间Date date = new Date();Timestamp ts = new Timestamp(date.getTime());2.遍历一个Map集合Map map = new HashMap;Set set = map.keySet();for(Stri...
分类:
编程语言 时间:
2015-12-10 21:31:08
阅读次数:
164
aa将mkv中的音视频复用成ts流:ffmpeg -i 32_mkv_h264_718x480_ac3.mkv -codec copy -bsf:v h264_mp4toannexb -f mpegts xx.ts 7 %a mpegtsenc.c /home/yingc/gc...
分类:
其他好文 时间:
2015-12-02 17:59:39
阅读次数:
129
select t.tablespace_name, round(sum(bytes / (1024 * 1024)), 0) ts_size from dba_tablespaces t, dba_data_files d where t.tablespace_name = d.tablespac....
分类:
数据库 时间:
2015-12-02 16:24:35
阅读次数:
210
测试1 - 一秒是1000万个tickTimeSpan ts = new TimeSpan(1000 * 10000);Console.WriteLine(ts);Console.Read();//print 00:00:01测试2 - TimeSpan第二个构造函数,分秒的参数是否都可以超过60T...
分类:
其他好文 时间:
2015-11-30 17:49:41
阅读次数:
120
require.js/** vim: et:ts=4:sw=4:sts=4 * @license RequireJS 2.1.11 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. * Available via th...
分类:
Web程序 时间:
2015-11-29 06:30:48
阅读次数:
224