参考网址:http://blog.csdn.net/crazyboy2005/article/details/6114454DOMDocument中,怎样判断某节点是否存在呢?/*$xml->getElementsByTagName("TARGET");返回的是一个DOMNodeList对象,而DO...
分类:
Web程序 时间:
2014-06-29 13:31:33
阅读次数:
273
原题地址:https://oj.leetcode.com/problems/valid-sudoku/题意:Determine
if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board
could b...
分类:
编程语言 时间:
2014-06-07 11:26:18
阅读次数:
296
Dim lb As New Label lb.Text = "hello" lb.Top = 200
lb.Left = 100 Me.Controls.Add(lb)
报错现象:解决方法:1,日志网址上面,随便输入一个字符,比如:a
,下一步2,手动配置日志类型:a) 在“Type of weblog that you are using”中选择“Custom(Metaweblog
API)”。 b) “Remote posting URL for your we...
分类:
其他好文 时间:
2014-06-07 08:52:05
阅读次数:
254
原文:http://villadora.me/2014/05/23/amd-define-and-how-to-translate-amd-to-commonjs/CommonJS和AMD的争论已经有很多,而两者也在项目进化和融合。个人看来CommonJS更面向于开发者,对于开发者来说,需要的是清晰...
分类:
Web程序 时间:
2014-06-05 19:02:57
阅读次数:
384
题目链接 You are given an n x n 2D matrix representing
an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do
this in-place? ...
分类:
其他好文 时间:
2014-06-05 16:56:29
阅读次数:
228
This is the beginning of my plan. Or this is a
manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao
or method. Maybe sometim...
分类:
其他好文 时间:
2014-06-05 15:57:51
阅读次数:
373
今天和耀、强两位师兄、显凤一起去学校看病理切片了.......看片子这个任务已经被耽误了近半年的时间,原因就是这堆片子对于一个人来说量太大了.......预计工期:1个月!4个人,齐心合力,一天就搞定了!收工后,我们走在雨中,耀师兄感慨:这件事没有想象的那么恐怖!关键是要去做,做了不管怎样都会让你发...
分类:
其他好文 时间:
2014-06-05 14:53:53
阅读次数:
216
Given a linked list, swap every two adjacent
nodes and return its head.For example,Given1->2->3->4, you should
return the list as2->1->4->3.Your algor...
分类:
其他好文 时间:
2014-06-05 13:41:44
阅读次数:
231
Follow up for problem "Populating Next Right
Pointers in Each Node".What if the given tree could be any binary tree? Would
your previous solution stil...
分类:
其他好文 时间:
2014-06-05 13:26:37
阅读次数:
335