project---->properties--->Libraries--->JRE
System Library--->Access rules--->Edit--->Add--->Rule Paern
写上**或者1.Openprojectproperties.2.SelectJavaBuild...
分类:
其他好文 时间:
2014-06-29 13:02:49
阅读次数:
323
原题地址:https://oj.leetcode.com/problems/edit-distance/题意:Given
two wordsword1andword2, find the minimum number of steps required to
convertword1toword2....
分类:
编程语言 时间:
2014-06-11 08:58:49
阅读次数:
293
Eclipse字体大小调整:
Window / Preferences / General / Appearance / ColorsAnd Fonts ,在右边的对话框里选择Java – Java Editor Text Font,点击出现的编辑(Edit)按钮,可以设置显示在在主窗体中程序的字体大小,设置完之后点击右下角的应用(Apply),最后点击确定(OK)即可。
X...
分类:
系统相关 时间:
2014-06-10 17:49:28
阅读次数:
286
public double distance(double n1, double e1, double
n2, double e2) { double jl_jd = 102834.74258026089786013677476285//每经度单位米; ...
分类:
编程语言 时间:
2014-06-10 16:56:25
阅读次数:
308
/*
* Created by SharpDevelop.
* User: Administrator
* Date: 2013/11/18
* Time: 20:55
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using Sy...
分类:
其他好文 时间:
2014-06-10 11:19:19
阅读次数:
1209
#include #define ID_EDIT 1LRESULT CALLBACK WndProc
(HWND, UINT, WPARAM, LPARAM);LRESULT CALLBACK NewWndProc(HWND hWnd,UINT
message,WPARAM wParam,LPARA...
分类:
其他好文 时间:
2014-06-06 23:18:40
阅读次数:
238
个人的Emacs配置,环境是archlinux,参考了不少网上资料,因为太多,就不一一列举了,在这里感谢那些作者的辛苦经验劳动。(custom-set-variables
;; custom-set-variables was added by Custom. ;; If you edit it b...
分类:
其他好文 时间:
2014-06-02 19:22:56
阅读次数:
379
1.首先要连接数据库,第一次启动myG的时候会弹出default
settings对话框,以后也可以在Edit-default settings里面修改。default
settings有3个tabs,在connection里面修改连接字符串,在templates里修改默认模板路径和默认输出路径.....
分类:
其他好文 时间:
2014-06-02 11:48:05
阅读次数:
210
函数名 描述SD_VBAP_READ_WITH_VBELN
根据销售订单读取表vbap中的信息EDIT_LINES
把READ_TEXT返回的LINES中的行按照TDFORMAT=“*”重新组织VIEW_MAINTENANCE_CALL 维护表视图函数名
描述DY_GET_FOCUS 获得屏幕焦点D...
分类:
其他好文 时间:
2014-06-02 09:43:29
阅读次数:
348
一、Unix编辑器概述
编辑器是使用计算机的重要工具之中的一个,在各种操作系统中,编辑器都是不可缺少的部件。Unix及其类似的ix
操作系统系列中,为方便各种用户在各个不同的环境中使用,提供了一系列的ex编辑器,包含 ex, edit,ed 和
vi.当中ex,edit,ed都是行编辑器,如今已非....
分类:
其他好文 时间:
2014-05-31 13:14:24
阅读次数:
245