我们知道,SendToOnenote功能能把几乎所有格式的文档默认分页打印到Onenote中,如图:我在Surface上看PDF文件的时候,经常要用那支自带的笔做一些注释,你知道的,我不懂英文,经常查一些单词的中文意思,然后注解在旁边,但一页一页翻起来实在太麻烦,有时候还上下文的意思对..
分类:
其他好文 时间:
2014-12-25 11:27:11
阅读次数:
227
原文转自 :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
描述: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 tab的使用,今天我们来了解下bootstrap 中model弹出窗的使用。效果:代码:×Modal header很简单吧,这样就可以了。注意:data-target属性,指向了model的id,所以点击按钮,model就会弹出来了。当然你也可以用js来控制。如下...
分类:
其他好文 时间:
2014-12-24 20:01:20
阅读次数:
126
如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt sou.....
分类:
系统相关 时间:
2014-12-24 11:23:58
阅读次数:
331
这几天遇到个input + tree 实现搜索功能的需求,在这里贴出来供大家参考下,如果你有更好的实现效果希望不腻赐教! 首先给大家看看效果 小二 上图 : 需要的部件知识: easyui API 方法: select target 选择一个节点,'target'参数表示节点的DOM...
分类:
其他好文 时间:
2014-12-24 09:49:00
阅读次数:
105
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
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
描述: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