上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp... 阅读全文
posted @ 2015-03-31 14:29 SunshineAtNoon 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 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 or... 阅读全文
posted @ 2015-03-31 10:30 SunshineAtNoon 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Write a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as theHamming weight).For example, the 32-bit in... 阅读全文
posted @ 2015-03-30 11:06 SunshineAtNoon 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Related to questionExcel Sheet Column TitleGiven a column title as appear in an Excel sheet, return its corresponding column number.For example: A ... 阅读全文
posted @ 2015-03-28 23:08 SunshineAtNoon 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 寒假老板给的任务,让我重现这个实验http://www.liuhaihua.cn/archives/15565.html。自己就随便试了下,用的都是比较经典(lao)的算法和知识,记录一下。一、从网页上爬取POI数据 找了一圈,感觉这个网站比较靠谱:http://www.poi86.com,因为这... 阅读全文
posted @ 2015-03-02 14:49 SunshineAtNoon 阅读(3226) 评论(0) 推荐(0) 编辑
摘要: 1.命令行从svn下载代码mac本身自带svn,所以使用非常简单,在本地创建代码存放的文件夹,然后cd到该文件夹下,运行:svn checkout svn://ip地址/文件路径 .然后出现要求输入本机的密码,直接回车:Password for 'sunshineatnoon':接下来就要求输入sv... 阅读全文
posted @ 2014-12-29 16:13 SunshineAtNoon 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 搞完java又搞php,我整个人都不好了=。=跟大师在linux上折腾了一下午,没调出来,早上在windows上跑通了,中午终于在linux上搞定了,嘿嘿。server端配置参见这里在windows上,我用的是xampp集成的Apache和PHP。1.首先保证,php支持curl扩展,在xampp\... 阅读全文
posted @ 2014-12-03 16:56 SunshineAtNoon 阅读(2310) 评论(0) 推荐(0) 编辑
摘要: 昨天尝试把cas的java client端部署到另外一台机器,结果就有问题了。(localhost部署cas server和java client端参见:http://www.cnblogs.com/sunshineatnoon/p/4119565.html)主要是client访问的时候报错:jav... 阅读全文
posted @ 2014-11-26 15:13 SunshineAtNoon 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 在被maven,cas,tomcat各种贱人就是矫情的虐了好几天之后,终于跑通了demo,哈哈哈哈哈哈哈~在这里详细记录一下,给和我一样连maven都不会的小白一点福利,同时欢迎大神指正。首先上最好的参考资料:http://stackoverflow.com/questions/22625368/w... 阅读全文
posted @ 2014-11-24 20:36 SunshineAtNoon 阅读(13489) 评论(1) 推荐(0) 编辑
摘要: 1. JSP:Java Server Pages2. JSP注释:3. page指令(页面指令):定义JSP页面的全局属性。常见属性见下表:属性定义language=”ScriptLanguage”指定JSP Container用什么语言来编译,目前只支持JAVA语言。默认为JAVAextends=... 阅读全文
posted @ 2014-11-04 16:40 SunshineAtNoon 阅读(417) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 26 下一页