码迷,mamicode.com
首页 >  
搜索关键字:target    ( 24275个结果
如何实现将PPT、Word、PDF导入在onenote同一页
我们知道,SendToOnenote功能能把几乎所有格式的文档默认分页打印到Onenote中,如图:我在Surface上看PDF文件的时候,经常要用那支自带的笔做一些注释,你知道的,我不懂英文,经常查一些单词的中文意思,然后注解在旁边,但一页一页翻起来实在太麻烦,有时候还上下文的意思对..
分类:其他好文   时间:2014-12-25 11:27:11    阅读次数:227
初识iOS NSTimer 循环引用不释放问题
原文转自 :http://www.codecate.com/code/?p=77最近开发遇到NSTimer Target 造成循环引用问题,不释放,以下是解决方案。stackoverflow上的一个解决方案http://stackoverflow.com/questions/16821736/wea...
分类:移动开发   时间:2014-12-25 01:24:58    阅读次数:334
代码着色测试
function saveStorage(id) { var target = document.getElementById(id); var str = target.value; sessionStorage.setItem('message', str); }
分类:其他好文   时间:2014-12-25 00:02:56    阅读次数:244
LeetCode Problem 2:Two Sum
描述:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two...
分类:其他好文   时间:2014-12-24 20:03:47    阅读次数:129
bootstrap model弹出框的使用
之前,我们讲解了bootstrap tab的使用,今天我们来了解下bootstrap 中model弹出窗的使用。效果:代码:×Modal header很简单吧,这样就可以了。注意:data-target属性,指向了model的id,所以点击按钮,model就会弹出来了。当然你也可以用js来控制。如下...
分类:其他好文   时间:2014-12-24 20:01:20    阅读次数:126
[转]linux下IPTABLES配置详解
如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt sou.....
分类:系统相关   时间:2014-12-24 11:23:58    阅读次数:331
Easyui中tree组件实现搜索定位功能及展开节点定位
这几天遇到个input + tree 实现搜索功能的需求,在这里贴出来供大家参考下,如果你有更好的实现效果希望不腻赐教! 首先给大家看看效果 小二 上图 : 需要的部件知识: easyui API 方法: select target 选择一个节点,'target'参数表示节点的DOM...
分类:其他好文   时间:2014-12-24 09:49:00    阅读次数:105
LintCode-Minimum Adjustment Cost
Given an integer array, adjust each integers so that the difference of every adjcent integers are not greater than a given number target.If the array ...
分类:其他好文   时间:2014-12-24 06:25:41    阅读次数:170
【oracle】oracledba18 You can not set a value for the DB_8K_CHCHE_SIZE parameter.
You have set some of the initialization parameters as:  DB_BLOCK_SIZE=8KB  SGA_MAX_SIZE=2GB  SGA_TARGET =0  SHARED_POOL_SIZE=120MB  DB_CHCHE_SIZE=896MB  STREAM_POOL_SIZE=0  LARGE_POOL_SIZE=110M...
分类:数据库   时间:2014-12-23 21:14:32    阅读次数:229
LeetCode Problem 35:Search Insert Position
描述:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in...
分类:其他好文   时间:2014-12-23 20:58:03    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!