码迷,mamicode.com
首页 >  
搜索关键字:properties edit    ( 13937个结果
Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted fr...
分类:其他好文   时间:2014-08-24 11:37:02    阅读次数:194
vi 命令 使用方法
一、Unix编辑器概述 编辑器是使用计算机的重要工具之中的一个,在各种操作系统中,编辑器都是不可缺少的部件。Unix及其类似的ix 操作系统系列中,为方便各种用户在各个不同的环境中使用,提供了一系列的ex编辑器,包含 ex, edit,ed 和 vi.当中ex,edit,ed都是行编辑器,如今已非....
分类:其他好文   时间:2014-08-24 10:17:22    阅读次数:295
HBase编程实例
摘要:在前文中安装了Hbase,通过Hbase shell可以进行一些操作,但是和实际的编程实例联系起来不方便,因此本文介绍有关Hbase编程的实例。   一、使用Eclipse开发HBase应用程序 1,在Eclipse中新建一个Java Project,命名为HBaseTest,然后右键Properties中选择Java Build Path,选择Add External Jars,将H...
分类:其他好文   时间:2014-08-23 21:41:11    阅读次数:263
LeetCode——Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right.The first integer of each...
分类:其他好文   时间:2014-08-23 12:44:30    阅读次数:211
Edit Distance (or Levenshtein Distance) python solution for leetcode EPI 17.2
https://oj.leetcode.com/problems/edit-distance/Edit DistanceGiven two wordsword1andword2, find the minimum number of steps required to convertword1tow...
分类:编程语言   时间:2014-08-23 09:56:50    阅读次数:213
第八篇:SOUI中控件事件的响应
SOUI中提供了大部分常用的win32标准控件的实现,如pushbutton, checkbox, radiobox, edit, richedit, listbox, combobox, treectrl, listctrl (report), hotkeyctrl等。大部分控件在接收用户输入后,...
分类:其他好文   时间:2014-08-22 23:48:19    阅读次数:380
eclipse Maven构建的工程无法发布lib到tomcat的解决方法
问题: eclipse导入基于Maven的web项目时,发布到tomcat中,发现lib目录及jar包没有发布过去。 解决方案: eclipse中,选择项目属性Properties --> Deployment Assembly --> Add --> Java Build Path Entries, 然后选择Maven Dependencies。然后重新发布项目到tomca...
分类:系统相关   时间:2014-08-22 22:38:14    阅读次数:259
angular : direative : autoResize
今天为大家推出自己的auto resize 指令功能。目的:解决textarea在给height的问题。参考源码:http://monospaced.github.io/angular-elastic/elastic.js参考网站:http://plnkr.co/edit/9y6YLriAwsK9h...
分类:其他好文   时间:2014-08-22 19:34:09    阅读次数:171
Python-wingide快捷键
用惯了eclipse,这个轻量级的wingide还真是有点不适应不过看在它小的份上,自己动手吧我用的是4.01中文改个font就好edit->preferences->UserInterface在font/size的地方选个支持中文的我用的是这个nsimsun12,看着这个还算顺眼2自动补全edit->preferences->Editor-..
分类:编程语言   时间:2014-08-22 18:06:29    阅读次数:1089
LeetCode "Edit Distance"
A really classic 2D DP problem. And I'm glad that I figured out the transfer function without checking any other resources.After that, everything is s...
分类:其他好文   时间:2014-08-22 15:46:38    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!