12 2008 档案
摘要:在用户控件中用户登录后台脚本判断写法 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> if (!IsPostBack) { imagelogin.Attributes.Add(...
阅读全文
摘要:总是用的不熟练慢慢的总结篇 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> //获取的用户ID public List GetUserId(int Id) { ...
阅读全文
摘要:后台管理系统界面和样式,点击左边新建标签效果 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> www.lanrentuku.com 管理菜单 个人资料 相册管理 日志管理 留言管理 风格管理 系统管理 ...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 友好度良好的表格 友好度良好的表格 姓名 性别 年龄 生日 住址 电话 电邮 网址 张大全 男 35 1971/10/23 深圳南山 1...
阅读全文
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 居中div效果 使用margin-left:auto;margin-right:auto; 可以让你的div居中对齐。 .style{margin-left:auto;mar...
阅读全文
摘要:刚买的书,说实话重来没买过这么厚的书,这么贵的书,一直不喜欢看电子书,太不方便了有时想翻页找哪个不容易,两年多前在学校中看的基础书比较多,估计忘的差不多,所以买本书来查漏补缺.忽然想用写博客这种方法来做笔记,不知道自己能否一直这样坚持下去本博文主要记录一些平时自己没怎么注意的东西,方便以后查看2008.12.241.在c#中,所有的参数都是通过值传递的....,例如int通过值传递给方法,方法对该...
阅读全文
摘要:程序因为是前台和后台代码分离,一直没怎么出错,重新建立和删除几遍还是奇怪的错误提示:发现不明确的匹配,一直以为是定义重复的aspx.cs类名字,原来是控件定义重复命名了 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->分析器错误 说明:...
阅读全文
摘要:焦点新闻以前搞的好像很乱没有正确的,多少有点问题,重新再网上找了个修改 有问题的前台如下:问题就是后台读取的时候有时标题无法显示,具体原因未仔细看,先几下方便以后 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ...
阅读全文
摘要:晕的不总结不行,在阴沟中翻第二次船,不知道是不是自己笨,下午这个问题上浪费了时间,身边没以前的代码,注意实体类定义ArticleInfo model = new ArticleInfo();要放到while (dataReader.Read()),而不是using()下,更不是using外面,而list items是放到using()外面,好记性不如烂笔头,记记,下次要长长脑子 Code...
阅读全文