码迷,mamicode.com
首页 >  
搜索关键字:properties edit    ( 13937个结果
LeetCode: Search a 2D Matrix [074]
【题目】 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 row is greater than the last integer of the previous ...
分类:其他好文   时间:2014-06-05 08:28:43    阅读次数:321
Java利用串口编程技术操作继电器
首先要把环境搭建好,也就是jdk还有tomcat,要是不需要再web上使用就不需要装了! 还有就是配置,也就是默认的comm.jar ,javax.comm.properties , win32com.dll这几个文件要放对地方   comm.jar放到C:\Program Files (x86)\Java\jdk1.7.0_01\jre\lib\ext  同时也放到jre相同目录下...
分类:编程语言   时间:2014-06-05 00:16:00    阅读次数:430
Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-06-04 20:12:15    阅读次数:199
Bundler 安装问题: 无法打开 "jpeglib.h"
解决方法:在RadialUndistort右键选择 Properties|Configuration Properties|C/C++|General|Additional Included Directories,下拉选择Edit(如下图),添加一行 "../lib/jpeg/src" 即可解决思...
分类:其他好文   时间:2014-06-03 13:03:56    阅读次数:368
java 学习写架构必会几大技术点
java 学习写架构必会几大技术点关于学习架构,必须会的几点技术1. java反射技术2. xml文件处理3. properties属性文件处理4. 线程安全机制5. annocation注解6. 设计模式7. 代理机制(aop)8. serlvet基础(过滤器等等)几样比较实用的技术:1. 模板语...
分类:编程语言   时间:2014-06-03 04:48:34    阅读次数:224
android使用library工程问题
在windows系统下,library project必须和project处于相同的盘符中,因为如果在不同盘符,project.properties中的android.library.reference.1值变成绝对路径而ADT推荐是在ubuntu下使用的,对windows绝对路径有支持bug。在w...
分类:移动开发   时间:2014-05-31 20:09:17    阅读次数:376
20140530-log4j的使用
20140530-log4j的使用 1、将log4j-1.2.16.jar包加入到buildpath中,将log4j.properties文件拷贝到类路径下。 log4j.properties属性文件的内容。#-------------------------------- # log4j.root...
分类:其他好文   时间:2014-05-31 16:42:02    阅读次数:214
vi 命令 使用方法
一、Unix编辑器概述 编辑器是使用计算机的重要工具之中的一个,在各种操作系统中,编辑器都是不可缺少的部件。Unix及其类似的ix 操作系统系列中,为方便各种用户在各个不同的环境中使用,提供了一系列的ex编辑器,包含 ex, edit,ed 和 vi.当中ex,edit,ed都是行编辑器,如今已非....
分类:其他好文   时间:2014-05-31 13:14:24    阅读次数:245
Android 混淆代码有关问题总结
Android 混淆代码问题总结 Android 混淆代码:最快的方式:1. 首先更新Android的SDK至最新版本,重新建立1个工程,把源码和资源及其他文件拷到新的工程里面.2. 工程目录底下有个文件叫proguard.cfg,修改default.properties内容。在其中增加pro...
分类:移动开发   时间:2014-05-31 11:15:12    阅读次数:246
解决VNC中tab键无效的方法
http://ubuntuforums.org/archive/index.php/t-1771058.htmlI accidentally discovered a fix for this while trying to solve a different problem.edit~/.conf...
分类:其他好文   时间:2014-05-29 15:00:26    阅读次数:623
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!