English sentences

  1. 与...矛盾;与...抵触 contradict
    The eyewitness contradicted earlier testimony.
    The facts contradict his theory.
  2. 结果是 End up -ing / Result in –ing
    The thread ends up waiting for itself.
  3. 对应的东西 counterpart
    WCF provides a counterpart to this feature: OperationContext.Current.
  4. 我推测..., 如果是这样, ..., 我建议....举例...另一个可选的方案...
    I'm assuming you want to encrypt the log's output. In that case you will need to write your own Appender which can handle the encryption. I would suggest figuring out what output mechanism you intend to use without encryption (i.e. FileAppender, EventLogAppender, etc.), and then extend that Appender and override the functionality that actually writes out the output.
    For instance, extend the FileAppender with an EncryptedFileAppender and override/implement the members you need to in order to hook into the file writing.
    Alternatively, you could extend from IAppender and create an appender completely from scratch. That would give you more control, but might require more work if all you're trying to do is encrypt your payload.
  5. 最终得到…End up with… / 带来后果 come up with … / 导致 lead to … /
    You end up with a lot more DLL files, which can be a pain. It also gives problems when you have pages or controls in one directory since the other directory may not be compiled into code yet. If VS isn't told to re-use the same names constantly, it will come up with new names for the dll files generated by pages all the time. That can lead to having several close copies of dlls containing the same class name, which will generate plenty of errors.

你可能感兴趣的:(english)