我在考虑在C#中撰写一份独一无二的申请,我想纳入历史、完成和指挥系统的编辑特征,如GNU阅读线(但不一定如此广泛!)
是否有现有的网络图书馆提供这种功能? 我猜想一种选择是利用互操作服务来打全球联盟的阅读线。 但是否有本土选择?
我在考虑在C#中撰写一份独一无二的申请,我想纳入历史、完成和指挥系统的编辑特征,如GNU阅读线(但不一定如此广泛!)
是否有现有的网络图书馆提供这种功能? 我猜想一种选择是利用互操作服务来打全球联盟的阅读线。 但是否有本土选择?
页: 1 (blog员额的链接被打破,现在可找到 here)。 根据你实际需要的读写特征,这或许足以达到您的目的。
冰原是,它都包含在单一(电线)档案中,麻省理工学院是获得许可的X11。
使用这种方法非常容易。
如果你想让它去做,那么仅仅下载档案并加以汇编:
C:> csc.exe /d:DEMO getline.cs
C:> getline.exe
shell>
www.un.org/Depts/DGACM/index_french.htm 这一部分还显示基本标准:
var le = new LineEditor("whatever");
string s;
while ((s = le.Edit("my prompt> ", "")) != null)
{
// User input from command line / prompt now in "s".
}
我知道的唯一东西是Mono-Readline。
它向德国大学阅读图书馆提供“网络”接口——它只拥有一个模型,但只有0.0.1版本,而且我只看到它是在莫诺时代运行的。
还应当谨慎地颁发许可证......法国宇宙开发公司要求根据《全球化学品统一分类标签制度》释放与德国联邦大学阅读图书馆有联系的任何东西。
a 旨在纳入RedLine大部分功能的项目是:Deveel ReadLine,但我不得不说,该项目维持不变。 最后,我很好地利用了它。 NET和Mono,虽然在取消一条自动加固的线时有小的ug。
旧问题虽然在谷歌搜索结果中已经出现,但仍然具有相关性。 值得一提的是:
rel=“nofollow noreferer”>https://github.com/tonerdo/readline 现在是好的选择。 参考:
ReadLine是GNU的阅读线,如纯C#的图书馆。 它可以作为替代设计的<代码>Console。 ReadLine(,并随同附上你从不定的炮弹中获得的一些终端货物,如指挥历史导航和制成汽车。
它是跨平台,在任何地方运行。 该网络得到支持,针对标准净额1.3意味着可以使用。 NET Core as well as the full . NET Framework。
该项目根据麻省理工学院的执照颁发。
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...