码迷,mamicode.com
首页 >  
搜索关键字:links    ( 845个结果
document的方法和属性
方法: close(); open() write() writeln() 属性: alinkColoe, linkColor, vlinkColor anchors[] applets[] bgClor, fgClor cookie domain forms[] images[] lastModefied links[] location referrer title u...
分类:其他好文   时间:2014-12-26 13:11:15    阅读次数:133
wx.html2.WebView在 target="_blank" or rel="external" 没有反映的解决方法
在wx.html2.EVT_WEBVIEW_LOADED中用WebView.RunScript运行删除连接目标的脚本javaScriptStr = '''function deleteBlank() { var links = document.links, i...
分类:Web程序   时间:2014-12-19 18:51:47    阅读次数:245
PAT-1074
首先先贴一下题目:Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2...
分类:其他好文   时间:2014-12-18 13:31:49    阅读次数:194
Lowest Common Ancestor of a Binary Tree, with Parent Pointer
Given a binary tree, find the lowest common ancestor of two given nodes in tree. Each node contains a parent pointer which links to its parent.int get...
分类:其他好文   时间:2014-12-17 01:28:42    阅读次数:152
反序链表
题目: Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, if K = 3, then you must output 3→2...
分类:其他好文   时间:2014-12-13 21:53:24    阅读次数:326
Eclipse安装SVN插件
在eclipse 目录下有 .eclipseproduct文件,打开可以看到当前eclipse 的版本。 找到eclipse版本对应的svn版本 我目前使用的eclips版本是 version=4.3.2  我选择安装的svn的版本是1.8  SVN插件下载地址及更新地址,你根据需要选择你需要的版本。现在最新是1.8.x  Links for 1.8.x Re...
分类:系统相关   时间:2014-12-11 15:58:22    阅读次数:175
LeetCode----Sudoku Solver+精确覆盖问题解法(Dancing Links)
BackGround:     做完LeetCode上的数独题目好长时间了,今天将做题时参考的Algorithm X 以及 Dancing Links 整理出来。话说理解算法+写出程序一共用了三天,智商果然余额不足。。。 介绍:     由于Dancing Links 是为了解决数独问题学习的,那就从数独问题下手,围绕数独问题展开对Algorithm X 和 Dancing Link...
分类:其他好文   时间:2014-12-10 16:18:58    阅读次数:300
Oracle VM Virtual Box 4.3 小巧精悍的虚拟机软件
https://www.virtualbox.org/wiki/DownloadsDownload VirtualBoxHere, you will find links to VirtualBox binaries and its source code.VirtualBox binariesBy...
分类:数据库   时间:2014-12-10 12:21:44    阅读次数:372
java.sql.SQLException:ORA-24778:无法打开连接
weblogic日志中报:java.sql.SQLException:ORA-24778:无法打开连接。分析功能是有多次对远程表的操作,先查看关于db_link的参数: SQL> show parameter open_links NAME                                 TYPE        VALUE --------------------------...
分类:数据库   时间:2014-12-10 10:51:54    阅读次数:1063
【Zhejiang University PATest】02-1. Reversing Linked List
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6,...
分类:其他好文   时间:2014-12-09 21:19:43    阅读次数:309
845条   上一页 1 ... 74 75 76 77 78 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!