We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我使用 假名生成器:
I use Fake Name generator:
一个非常好的生成器是: generatedata。
它非常可定制:您可以生成名称、街道、电话号码、指定列表中的随机条目。
您可以以不同的格式导出生成的数据,例如:SQL、HTML、Excel、XML< /strong> 和 CSV。
A pretty good generator is: generatedata.
It's very customizable: you can generate names, streets, telephone numbers, a random entry from a specified list.
You can export the generated data in different formats like: SQL, HTML, Excel, XML and CSV.
您可以抓取类似 Wikipedia 查找名称,或者您可以从您选择的字典(/usr/share/dict/words 等)中获取随机(当然,非攻击性的)名词并附加“公司”、“股份有限公司”、“有限公司”随机。
You could scrape a public source like Wikipedia for names, or you could just grab random (non-offensive, of course) nouns from your dictionary of choice (/usr/share/dict/words, etc.) and append "Company", "Corporation", "LTD" at random.
我个人强烈建议不要使用任何形式的实际数据来测试/演示应用程序。
当使用真实的电子邮件地址并且电子邮件意外地发送给各种客户时,我不得不多次进去收拾残局。
我会使用 RedGate 中的工具来添加数据,使其成为虚拟数据,真实数据风险太大,至少在我看来是这样。
I personally STRONGLY recommend against using ACTUAL data of any form for testing/demoing an application.
I have had to go in too many times and pick up the pieces when real e-mail addresses were used and emails accidentally went out to all kinds of customers.
I would use something like the tools from RedGate to add data, make it dummy data, real data is too risky, at least in my opinion.
我建议有一个“随机字符”生成器,将“公司名称”“公司类型”等串在一起。 这将最大限度地减少实际显示真实公司名称的机会。
另外,请查看 Ipsum Lorum 生成器; 他们可能有一些建议。
I would suggest having a "random character" generator that strings together "company name" "companytype" and so forth. This will minimize the chance of actually displaying a real company's name.
Also, check out the Ipsum Lorum generators; they might have some tips.
如果您只是想生成名称,我会使用上述两个选项之一。 如果您正在寻找更复杂的数据,Redgate 可以提供 SQL 数据生成器。 我从未使用过这个程序,我只是知道它的存在。
If you are simply looking to generate names, I would use one of the two above options. If you are looking for more complex data, Redgate makes a SQL data generator. I have never used this program, I simply know of its existence.
Faker 是一个以编程方式生成假名(公司和个人)的好工具。 基本上可以在 Python、Ruby 和 Perl 中找到相同的实现。 我不确定它的起源,但绝对值得检查一下您是否熟悉这些编程语言中的任何一种。 它还可以使用英语以外的语言生成假名。
链接:
以下是 PyFaker 自述文件的摘录,只是为了让您大致了解一下:
A great tool for programmatically generating fake names (both company and individual) is Faker. Basically the same implementation can be found in Python, Ruby, and Perl. I'm not sure where it originated, but definitely worth checking out if you're comfortable with any of those programming languages. It can also generate fake names from languages other than English.
Links:
Here's an excerpt from PyFaker's Readme, just to give you a flavor of it: