摘要: WINXP帮助文件问题 不知道什么时候开始,点击WINXP的帮助,弹出找不到helpctr.exe的提示,网上找了个下载,双击一点反应都没,直接感觉中马了,查来查去又没症状~看来应该不是木马。后来搜索了helpctr.exe在C盘找到一个双击还是一样。看来WINXP帮助文件出了问题。 网上搜索之。... 阅读全文
posted @ 2009-10-28 14:12 zxlin25 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 因为工作需要,要把mssql数据库转为mysql,有一个新闻表关键的量个字段为 title,content,title的字段类型为 varchar content的字段类型为ntext,我使用Migration toolkit转换后,结果显示为null,没有一个字符,有一个表,因为全部是英语,所以数... 阅读全文
posted @ 2009-10-25 15:11 zxlin25 阅读(415) 评论(0) 推荐(0) 编辑
摘要: ===========解决ie6 与ie8的padding问题========== 一开始我一直以为ie6加了padding显示的width=width+pading 其实不是,找了资料 ie下都不会的 如果这样你就要检查的css设置 看我的: 前台代码: /content/.do">· ... 阅读全文
posted @ 2009-10-15 20:57 zxlin25 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 1.公告滚动。想做一个滚动的公告前面加一个小图标,而且是居中的,本可以在li前面设置背景,然后padding left 但是由于 加了padding后,公告的下一列也会有padding,样式不好看,我想还是在li里面加个图片吧。但是图片又不居中。因为li的 line-height设置了。图片这个cs... 阅读全文
posted @ 2009-10-15 20:53 zxlin25 阅读(2761) 评论(0) 推荐(0) 编辑
摘要: 情况是这样的:有一个网站开发的时候数据库采用的是sql2005 因为有这个要发布的网站所在的服务器没有sql2005,只有sql2000,本可以把数据库放到一台装有sql2005的,然后远程连接,但是以后不便于维护。 sql2005的这个数据库和sql2000的对应的数据库结构都一样,但我只需要复制... 阅读全文
posted @ 2009-10-11 21:37 zxlin25 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 一 session丢失 上阵子做了一个网站,在本机测试正常,上传到服务器老是丢失session,后来干脆改用微本地的session模式,问题得以解决,但这样不是办法啊,本机正常,为何服务器不能,这肯定是服务器的配置有问题,或者是iis配置有问题,终于找到了解决办法: 启动IIS管理器->应用程序池-... 阅读全文
posted @ 2009-10-09 16:14 zxlin25 阅读(932) 评论(0) 推荐(0) 编辑
摘要: 再讲今天的主题之前,先说一些废话,看下面。 最近要做了一个县的村级网站,本县有40个乡镇,每个乡有10-20个不等网站,一共有800多个村,网站经过一段时间已经做出来了,本人用.net开发的,类似自助建站。 但现在面临一个难题:数据库的录入 目前的情况是:导入以前的村级信息,以及大量等待... 阅读全文
posted @ 2009-09-28 18:25 zxlin25 阅读(3125) 评论(2) 推荐(0) 编辑
摘要: 一般是应用池权限不够, 解决方式: 1:打开IIS 右击应用池程序 单击属性 2:找到tab 标识 把账户设为本地账户 刷新 ok了 阅读全文
posted @ 2009-09-28 07:59 zxlin25 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 两点要注意: 1:返回类型是returns 不是return 2:返回类型是table 还是varchar 还是table col 要注意使用的位置。 create function selectByonid(@oneid int) returns table as return ( select... 阅读全文
posted @ 2009-09-09 10:18 zxlin25 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ""与string.Empty是一样的,都表示空字符串,即这个string对象的值为空,但已经为其分配内存 null表示这个string对象为空,即这整个对象为空,没有为其分配内存 When a string variable is set to null, this means that it ... 阅读全文
posted @ 2009-09-08 14:32 zxlin25 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Community Content Step 1 - Introduction The Community Content section of the library provides an area where people can collaborate and provide additional information. Use this section to contribute co... 阅读全文
posted @ 2009-09-07 10:26 zxlin25 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1:http://www.amazon.cn/mn/detailApp?source=tushulain&prodid=bkbk80941522 2:软件开发方面的。 计算机组成原理 悬赏分:100 - 解决时间:2008-12-19 13:05 1.假设使用拨号接入互联网的数据传输率为56kb/... 阅读全文
posted @ 2009-09-03 21:59 zxlin25 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Linq: 1:http://www.cnblogs.com/lovecherry/archive/2007/08/13/853754.html 2:http://kb.cnblogs.com/list/42463/(Linq to SQL) 3:http://www.cnblogs.com/126/archive/2007/10/15/924858.html 阅读全文
posted @ 2009-09-03 20:44 zxlin25 阅读(112) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication8 { //定义委托 public delegate bool CompareDelegate(int ... 阅读全文
posted @ 2009-09-02 23:37 zxlin25 阅读(185) 评论(0) 推荐(0) 编辑
摘要: declare @i int declare @add_time int set @i=1 while @i<=12 begin set @add_time=180+(rand()*(10-1)+1) insert into news(name,content,posttime,sort) val... 阅读全文
posted @ 2009-09-02 13:26 zxlin25 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 游标的作用: 主要是用查询出来的数据集做循环的时候用到! -- create table test -- ( -- id int identity(1,1) primary key, -- name varchar(50) -- ) declare @id int declare @name v... 阅读全文
posted @ 2009-08-30 23:57 zxlin25 阅读(253) 评论(1) 推荐(0) 编辑
摘要: use qswl_cjwz declare @a int set @a=5 if @a>9 print 'this num more than 9' else print 'this num less than 9' =====================================... 阅读全文
posted @ 2009-08-30 23:37 zxlin25 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1:after you, 2: I just could’t help it 我就是忍不住,      I was deelpy moved by the film and i cried and cried.I just could’t help it. 3: Don’t take it to heart.     T... 阅读全文
posted @ 2009-08-30 14:08 zxlin25 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 抽象类具有以下特性: 抽象类不能实例化。 抽象类可以包含抽象方法和抽象访问器。 不能用 sealed(C# 参考)修饰符修改抽象类,这意味着抽象类不能被继承。 从抽象类派生的非抽象类必须包括继承的所有抽象方法和抽象访问器的实实现。 在方法或属性声明中使用 abstract... 阅读全文
posted @ 2009-08-30 00:16 zxlin25 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 首先要在使用的电脑上注册,这不同于其他的dll文件,如果在服务器上使用 jmail这些文件上传到服务器,修改权限为everyone为full control 然后要Regsvr32 "D:\Program Files\Dimac\w3JMail4\jmail.dll“ 记得要加引号否则无法注册。 阅读全文
posted @ 2009-08-21 18:53 zxlin25 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 有一数组;转换为字符串后为 aaa|bbb|ccc|ddd| 现要去掉最后一个| 第一种方法: 语句为:str1=aaa|bbb|ccc|ddd| str=str1.substring(0,lastindecof("|")); respone.write(str); outprint: ======... 阅读全文
posted @ 2009-06-26 20:35 zxlin25 阅读(3023) 评论(0) 推荐(0) 编辑
摘要: 1: 怎么在后台获取他的id use runat="server" add it in this elements 阅读全文
posted @ 2009-05-29 11:37 zxlin25 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Application 1. Application用来保存所有用户共用的信息 2. 在Asp时代,如果要保存的数据在应用程序生存期内不会或者很少发生改变,那么使用Application是理想的选择。但是在Asp.net开发环境中我们把类似的配置数据放在Web.config中。 3. 如果要使用A... 阅读全文
posted @ 2009-05-18 08:56 zxlin25 阅读(225) 评论(0) 推荐(0) 编辑
摘要: While I was compiling the AJAX Control tookit, I am getting the following error. Error1Could not load file or assembly 'vjslib, Version=2.0.0.0, Cul... 阅读全文
posted @ 2009-05-17 15:21 zxlin25 阅读(487) 评论(0) 推荐(0) 编辑
摘要: the first mothoed:(but this mothoed just can run before u restart ur pc) RESOLUTION 1. Create a temporary folder under %Systemroot%, and then name it... 阅读全文
posted @ 2009-05-15 13:29 zxlin25 阅读(542) 评论(1) 推荐(0) 编辑
摘要: Window and Tab Shortcus » Ctrl+N: Open a new window » Ctrl+Shift+N: Open a new window in incognito mode » Press Ctrl, and click a link: Open link in ... 阅读全文
posted @ 2009-04-03 17:42 zxlin25 阅读(312) 评论(0) 推荐(0) 编辑
摘要: HubPages [zx_hubpages] sign out my account my profile help browse » ... 阅读全文
posted @ 2009-04-03 17:01 zxlin25 阅读(369) 评论(0) 推荐(0) 编辑
摘要: Before you go any further ... HubPages is a place where you can publish articles on almost any topic, but there are a few rules: No Spam No ... 阅读全文
posted @ 2009-04-03 17:00 zxlin25 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Directory Listing Dendies This Vistural Directory does not allows contents to be listed Dendies:拒绝,否认,拒签 阅读全文
posted @ 2009-04-02 08:54 zxlin25 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 有时候我们需要用到DropDownList 和Listbox作为连接菜单,第一个改变触发第二个数据绑定 然后获取选取值(这步很重要,往往很多能得到数据,但是却不被选中) 首先来看DropDownList: 前台代码: k 阅读全文
posted @ 2009-04-01 15:40 zxlin25 阅读(327) 评论(0) 推荐(0) 编辑