PowerBuilder初学者问题
我在一家公司担任初级开发人员。我很难理解 PowerBuilder 的概念。有什么好的教程/建议吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我在一家公司担任初级开发人员。我很难理解 PowerBuilder 的概念。有什么好的教程/建议吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
嗯,如果我可以重新学习 PB,我会怎么做?
如果您足够幸运,可以从头开始,那么制作一个原型并从中了解维护一堆代码通过 GUI 对象展开的垃圾是多么混乱。请小心避免围绕数据窗口内置的并发控制支持进行编码,并避免在脚本中嵌入大量 SQL。然后扔掉原型,将业务逻辑整合到PB非可视对象甚至数据库存储过程中;您希望将可重用的业务逻辑放在最集中的位置,并且该位置不是在窗口上的按钮或自定义事件中。
书籍和教程
随机的事情
Hmmm, if I could learn PB all over again, how would I do it?
If you are fortunate enough to be starting from scratch, then make a prototype and learn from it what a mess it is to maintain a pile of crap where code is splayed through GUI objects. Be careful to avoid coding around the datawindow's built-in support for concurrency control, and to avoid tons of embedded SQL in the script. Then throw the prototype away and consolidate business logic in PB non-visual objects or even database stored procedures; you want to put reusable business logic in the most centralized place, and that place is not in a button or custom event on a window.
Books and Tutorials
Random Things
PB只是需要时间。它是面向对象的,所以如果你掌握了这些概念,你就可以更轻松地让它为你工作。如果不把他们打倒。它将使理解产品的整个编程方面变得更容易。
就 IDE 等而言,您很快就会习惯其中的怪癖。如果发生奇怪的事情,请务必查阅互联网,到目前为止,我们已经看到了几乎所有可能发生的事情,有人已经看到了。如果您能找到 McGraw 提供的高级 Powerbuilder 7.0 的副本,我认为它将为未来的概念奠定良好的基础,推荐的 9 本书也很棒。还尝试让您了解 PFC,许多商店都使用它并将继续。它有许多强大的服务,RowSelection、Linkage 等,这将使您的生活变得更加轻松。
当遇到麻烦时保持冷静,并在社区需要时提出很多问题。
祝你好运!
PB just takes time. It is OO so you have an easier time getting it to work for you if you have these concept down. if not GET THEM DOWN. it will make understanding the whole programming side of the product easier.
As far as the IDE ans so forth goes, you will get used to the quirks in time. always consult the internet if something strange is happening, we have seen just about everything that can happen so far, somebody has. if you can find a copy of advanced Powerbuilder 7.0 from McGraw i think it will have a good grounding int he concepts going forward, the 9 book recommended is great as well. also try to get you head around the PFC, many shops use it and will continue. it has many powerful services, RowSelection, Linkage, etc. that will make life soooo much easier for you.
Just stay calm when trouble hits and ask a lot of questions if needed of the community.
Good Luck!