惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Attack and Defense Labs
Attack and Defense Labs
V2EX - 技术
V2EX - 技术
O
OpenAI News
S
Secure Thoughts
H
Heimdal Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Schneier on Security
Schneier on Security
H
Hacker News: Front Page
S
Security Affairs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
The Register - Security
The Register - Security
GbyAI
GbyAI
Cloudbric
Cloudbric
MongoDB | Blog
MongoDB | Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
K
Kaspersky official blog
Forbes - Security
Forbes - Security
Y
Y Combinator Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
The Cloudflare Blog
Recorded Future
Recorded Future
人人都是产品经理
人人都是产品经理
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
Webroot Blog
Webroot Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LangChain Blog
T
Tor Project blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
I
Intezer
V
V2EX
T
Tailwind CSS Blog
SecWiki News
SecWiki News
NISL@THU
NISL@THU
C
Check Point Blog

博客园 - boy119

ISAPI_Rewrite二级域名的问题 制作dnn皮肤的扩展插件 中国DNN团队博客群开通,欢迎大家加入 NETMECHANIC.COM测试网页特性 让IIS服务器支持中文文件名 asp.net中文环境的安装方法 这个post收集可以借鉴的网站界面 从dvbbs转移到cnforums的经验 还有4个wallop邀请,需要的朋友请报名! DNN的空间占用问题 access转换为sqlserver的注意事项 cnforums1.2中“在过去的 24 小时内最活跃的 10 位会员”和“论坛统计信息”空白的解决方法 DNN文章模块使用datagrid分页心得 翻译网站 解决dnn3.06 UserOnLine/Survey不能正常运行的bug dnn3模块——FlashPlayer测试版 DotNetNuke Version 3.0.5 ( Public Beta 2 )发布 不错的城市 dnn 3.0.4中discussion的bug
Dnn3的新闻文章模块和一些看法
boy119 · 2005-01-27 · via 博客园 - boy119

        这个模块本来是dnn2下的,我最近移植到dnn3。安装程序的数据库脚本有错误,主要是因为dnn3的user.email不存在造成的,在存储过程中删除这个字段即可。另外,就是权限有问题,当设置注册用户可以发文章的时候,注册用户登陆仍然无法看到发表文章的页面链接。在dnn2是不存在这个问题的。在NewsArticles.ascx中DotNetNuke.Security.PortalSecurity.IsInRoles(Settings("SubmissionRoles").ToString())判断不正确,虽然dnn2和dnn3的IsInRoles是有写不同,但始终不明白是哪里出了问题。希望大家能够修正这一问题,帮我看看。
        感谢博客园的大厨师、Findekano、宝玉、dudu等朋友的帮助,向他们请教了很多问题。

        下载地址http://www.dnnchina.net/Default.aspx?tabid=76

        昨天晚上和师域聊了一会,对dnn有一些共同的看法。首先,我最头疼的就是分页了。在dnn中没有一个独立的分页控件,如果我们使用datagrid的默认分页显然是不能够满足我们要求的,但是如果增加一些分页功能的话,就需要使用很多重复的代码,显然是不利于维护的,并且datalist的分页又如何解决呢?
        另外,前几天看一下dnn的编辑器,发现如果打开图片上传功能的话,程序不能判断上传的文件类型和大小,这样的安全性肯定是不行的,也许是可以控制,但我不知道如何操作,希望大家赐教。cuteedit倒是功能不错,上传图片也会验证类型,但是这个浏览器好像很大,使用起来下载很慢。不知道大家对上面几个问题有什么好的办法。