Perl 和PHP项目需求
我已经学习了 Perl 和 PHP。所以我想通过这个做简单的实时项目,这样我可以提高我在 Perl 和 PHP 方面的知识。
谁能向我提出任何要求。
提前致谢
I have learned Perl and PHP.So I want to do simple real time project in this by that I can improve my knowledge in Perl and PHP.
Can anyone suggest me any requirements.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建一个网站,用户可以在其中对任何一组项目的收藏进行分类。如果你有收集一些东西的爱好,那么这真的很有帮助,这样你就有了你感兴趣的东西:我的 CD、我的漫画、我的书等。通常,你必须弄清楚如何存储数据来表示现实世界的对象并关联起来多个概念,例如书籍、类别和作者。您可以添加图片来进行各种操作,从调整图像大小到在 Amazon S3 存储桶中存储项目。如果对象是您用来做某事的东西(例如阅读或收听),您还可以创建一个交互日志系统。创建数据模型以允许用户不仅可以对他们的收藏进行分类,还可以对他们与收藏进行交互的习惯(图表!)进行分类,这应该可以提供大量的编码内容。
Make a website where users can catalog their collection of any set of items. It really helps if you have a hobby where you collect something so you have something you are interested in: My CDs, my comics, my books, etc. Typically then you have to figure out how to store data to represent real world objects and relate multiple concepts, such as book, category, and author. You can add pictures to play with everything from image resizing to storing items in Amazon S3 buckets. If the objects are things you do something with (such as read or listen to) you can also create a interaction logging system. Making data models to allow users to catalog not only their collections but their habits of interacting with them (graphs!) should provide plenty of things to code.
找到您感兴趣的免费/开源项目并参与其中。大多数人都会发布清晰的编码标准,您可以在他们的错误跟踪器中找到许多令人愉快的任务。另一个寻找参与项目的好地方是 OpenHatch。
您将受益于代码的同行评审以及更有经验的开发人员的知识。您还将向潜在雇主证明您与他人合作良好,沟通有效,并在业余时间享受编程。
Find a free/open source project that interests you and get involved. Most post clear coding standards and you can find plenty of enjoyable tasks to do in their bug tracker. Another good place to find a project to get involved with is OpenHatch.
You will benefit from peer review of your code as well as the knowledge of more experienced developers. You will also demonstrate to potential employers that you work well with others, communicate effectively and enjoy programming in your spare time.