在DNN里,因为存在皮肤主题及插件模块的概念,故而衍生出一系列的产物,比如Tab Skin(页面皮肤), Container Skin(容器皮肤), Module Template(模块模版)等等,而这一切都是DNN布局显示所需要的.那DNN是如何处理这些文件所包含的样式?
Read the rest of entry »
在此我简单的列举一些关于DNN最常见的FAQs(或关于模块开发,或关于皮肤制作,或关于DNN使用等等),我会不断增加最新的FAQs资源信息,也希望大家可以添加自己在开发或使用DNN过程碰到一些问题的解决方案.
Read the rest of entry »
我想大家都知道DNN模块标题是在模块设置里边编辑的,并且只有文本框(TextBox)的编辑,而不具有富文本的编辑功能,但有时我们可能有标题有不同效果变化的需求,比如想把标题有两种字体的显示(比如标题加简要的附加说明,而附加说明需要不同字体或大小),或需要添加一些Icon性质的小图片等等.在此我提供一种可替代的解决方法:也就是你可以在TextBox里边直接添加HTML标签设置,比如:

最终会显示如下的效果:

在此简单解析DNN在国内的现状和发展前景及其DNN本身存在的弊端和一些缺陷, 如果你正在考虑是否采用DNN作为开发或产品的平台, 那你在作决定之前不妨先看看这篇文章, 但愿可以帮助你一些.
Read the rest of entry »
先简单交代一下DAL, 所谓DAL, 即是DNN数据访问层(Data Access Layer), 主要负责数据库和业务逻辑的交互, 利用设计模式中的工厂模式来实现数据提供者的分离, 从而可兼容不同数据库. 在此将解析DAL的最新升级版本(或者说是衍生品)DAL+, 它算是DNN的新宠儿, 利用DAL+可以更加简化DNN数据访问, 有兴趣不妨看看其中的奥秘.
Read the rest of entry »
Ruby创始者松本行弘的编程十句箴言:
- Learning more than one programming languages,perferable many different style ones, like scripting, object-oriented,functional, logic,etc. Learning languages teaches you many about programming .
- Read good bools, for example, "Pragmatic Programmers","Refactoring", and "Art of Computer Science".
- Read the source code. The source code is the source of information and knowledge. Thanks to the opensource.
- Don't focus too much on tool. Tools changes. Algorithms and basic fundamentals don't.
- Don't focus too much on machines. Programmers often fall in the computer's view points. But human make programs,programs server human. Don't forget that programming is a human oriented activity.
- Be lazy.Machines should be server human beings. Often programmers serve machines unconsciously. Let machines serve you. Do everything you can do to make you lazy.
- Tset early,test often. Write test suits before you code, if possible.
- Be nice to others. Consider interface first, man to man, man to machines, machines to machines. Again,remember, human factor is important.
- Be creative.
- Enjoy programming and life. I believe that is one of the purpose of life
提供一种定制DNN登陆页面的方案,简便而灵活, 本站点就是定制了跟原本不一样的登陆页面...
Read the rest of entry »
经过一些日子的努力,我终于把DNNNSUN升级到了最新的版本4.5.5,但我知道,想在国内真正的把DNN推广开来,还需要更多的努力和付出,我希望我们的团队能做的更好....