码迷,mamicode.com
首页 >  
搜索关键字:target    ( 24275个结果
大盘高位震荡时如何买股票
大盘在高位震荡时,什么股票不能买: 1、头天已经启动,并上涨过的股票。(头天涨幅超过5个点,并且该股票不是近期最强的板块中的股票。) 2、不可追涨停。 3、不可追开盘放量的股票,特别是开盘一个小时的量能已接近昨天一天的量能的股票。 4、因头天晚上出台消息面的刺激,高开高走的股票。 5、当天开盘头一个小时创出新高的股票。 6、出现顶背离的股票。 大盘在高位震荡时,什么股票可以买: 1...
分类:其他好文   时间:2014-12-18 16:59:53    阅读次数:152
Flex 日志管理
在Flex中调试方法有两种: 一是用trace()函数,在flex builder中进行调试; 二是用logTarget类,如下代码: // Create a target. var logTarget:TraceTarget = new TraceTarget(); // Log only messages for the classes in the mx.rpc.* a...
分类:其他好文   时间:2014-12-18 10:24:05    阅读次数:170
android 代码混淆
对apk做代码混淆的方法,如下:(1)在项目中找到project.properties文件,在配置target属性的后面添proguard.config=proguard-project.txt这个属性,就可以对代码进行混淆了。(2)如果需要指定特定的类不需要代码混淆,则在proguard-project.txt文件中添加如下语法去指定哪些..
分类:移动开发   时间:2014-12-18 06:57:42    阅读次数:158
oracle11g 手工艰苦步骤
#create oracle instance parametervi initkevin.ordb_name='kevin'memory_target=0sga_max_size=5Gsga_target=3Gpga_aggregate_target=1gprocesses = 150audit_...
分类:数据库   时间:2014-12-18 01:38:53    阅读次数:302
【LeetCode】Search for a Range
Search for a RangeGiven a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity ...
分类:其他好文   时间:2014-12-18 00:04:06    阅读次数:204
未开启HugePages ORACLE session剧增时引起的一次悲剧
故障简单描述一下:LINUX系统未开启HugePages,主机内存将近300G,SWAP是32G。ORACLE 的 SGA_MAX_SIZE设置是主机内存的将近80%,SGA_TARGET设置是主机内在的将近60%,正常情况下数据库session大约在将近500。故障当天业务有变化,session数增加了一倍,达到上1000个,内存紧张,用到了SWAP空间。 解决:找时间关数据库,重新配置Hug...
分类:数据库   时间:2014-12-17 18:29:17    阅读次数:242
oracle11g 手工艰苦步骤
#create oracle instance parameter vi initkevin.or db_name='kevin' memory_target=0 sga_max_size=5G sga_target=3G pga_aggregate_target=1g processes = 150 audit_file_dest='/u01/app/oracle/admin/k...
分类:数据库   时间:2014-12-17 16:32:15    阅读次数:317
【LeetCode】Combination Sum
题目 Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeated number may be chosen from C unlimi...
分类:其他好文   时间:2014-12-17 16:26:21    阅读次数:170
RMAN备份各种物理文件
RMAN运行脚本的方式:RMAN TARGET / @backup_db.rmanRMAN TARGET / cmdfile=backup_db.rman在RMAN中执行操作系统中保存的脚本:RMAN> @backup_db.rman运行存储在catalog中的脚本(需要首先为RMAN创建恢复目录)...
分类:其他好文   时间:2014-12-16 23:59:36    阅读次数:511
目标跟踪系列十二:Exploiting the Circulant Structure of Tracking-by-detection with Kernels代码关键记录
代码关键点记录:成功不远了!O(∩_∩)O 哈哈~ 1. Input : load_video_info.m 读入视频文件groundtruth_rect.txt(里面是4个一组的点,x,y, width ,height ?),得到有用的参数: target_sz = [ground_truth(1,4), ground_truth(1,3)];  得到的是目标的尺寸(这里好像...
分类:其他好文   时间:2014-12-16 22:43:41    阅读次数:894
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!