English 中文(简体)
超越竞争能力
原标题:BeyondCompare for .properties

我正在利用“超越Compare”来比较档案,并十分高兴。 然而,我也希望对两卷“properties”档案进行比较和交叉编辑。 具体来说是显而易见的——我不关心姓名/价值表,而是关心重复等。 是否有任何人知道(或需要)这种申请?

问题回答

我发现,这种做法对我有利。

就我所知,与这一办法的唯一问题是,如果你避免使用“超越比较”进行的任何变化,财产档案就得到所有信息;因此,你需要选择文件格式“与代号”和“fault>”;然后才能在“超越比较”之外储蓄或作出改动。

以http://www.scootertechware.com/vbulletin/showthread. 网址:http://www.scooterlware.com/vbulletin/showthread. 网址:13877-compare-text-to-first-character” rel=“no followlow noreferer” http://www.scooterticware.com/ support. . . ?zz=kb_un importantv3”rel=“noestlow noretinger”>it 。 I m 采用BC v.3。

骗局是建立特别档案格式:

  1. Go to the menu Tools / File Formats...
    • create (click on lower left new button) or ...
    • modify one (selecting it)
  2. Set a proper name for it: Properties
  3. In the General tab set the mask: *.properties
  4. In the Conversion tab set Sorting
  5. In the Gramar tab
    • key=value
      1. Click New button
      2. Set a proper name: Equal sign to the end
      3. Click in the radio button named Delimited
      4. Put an equal sign (=) in the Text from: field
      5. Set the checkbox named Stop at end of line
    • comments
      1. Click New button
      2. Set a proper name: Comments
      3. Click in the radio button named Delimited
      4. Put a sharp sign (#) in the Text from: field
      5. Set the checkbox named Stop at end of line
  6. Click on the Save button or press Alt-S
  7. Close the shown dialog
  8. Press the reload toolbar icon, or select manually the new file format

“Comparison

  1. You can tell Beyond compare the text after the equal sign and after the sharp sign are unimportant:
    1. Click in the rules tool bar icon (the guy with a hat) (is shown inside a blue oval in the previous image)
    2. Go to the Importance tab
    3. Remove the check in both grammar elements:

“entergraph

4. Press the `Ok` button
  • Note Beyond Compare shows the file format in the two red ovals I added to the first image
  • Note Beyond Compare tells you the files are NOT shown as they are in the file system, but they are converted (sorted) if you see the text to the right of the ovals shown.

希望能帮助他人。

使用<代码>Sorted格式进行对比。

“BC





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签