- 博客(9)
- 收藏
- 关注
转载 分析器错误信息: 未能加载类型“smart.Global”。
1、解决方法:请按照下面的步骤进行:1.看看你上次修改程序后,是不是没有编译通过?如果没有编译通过,修改错误的代码。2.删除原来的bin下面的dll文件(删除该程序生成的dll文件,引用的dll文件不要删除)3.在VS.NET中,选择“生成”->“重新生成解决方案”。然后,重新运行,看看是否成功。 2、漏了一点: 如果更改了项目的根命名空间,比如叫xiaoniuge.Micro...
2010-12-22 14:14:00
201
转载 JS获取url并分析URL任意部分的代码
几种JS获取url并分析URL任意部分的代码对于这样一个http://hexun.com.com/seo/?ver=1.0&id=6#imhere 我们可以用javascript获得其中的各个部分1, window.location.href整个URl字符串(在浏览器中就是完整的地址栏) 2,window.location.protocolURL 的协议部分本例返回值:htt...
2010-07-05 14:40:00
162
转载 JS弹出确定取消对话框,并执行相应的动作
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><met...
2010-07-05 10:46:00
387
转载 JS接受弹出模式窗体的返回值
A.html ************************************************************************************ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD...
2010-07-05 10:43:00
141
转载 JS取下拉列表框的值
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><met...
2010-07-05 10:22:00
127
转载 JS1.5秒后弹出对话框,并关闭网页
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><met...
2010-07-05 10:11:00
124
转载 JS单选、复选问题。并得到选中行的值
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><met...
2010-07-05 10:05:00
103
转载 aspnet正常显示回车换行
public string turn(String str) { //str 从数据库里取得的数据 while(str.IndexOf("\n")!=-1) { str = str.Substring(0,str.IndexOf("\n"))+"<br>"+str.Substring(str.IndexOf("\n")+1); } ...
2010-07-05 09:52:00
205
转载 获取WebService地址(VS2003)
function DomainURLGet(){var strPURL = window.document.location.href.replace("http://" + window.document.location.host.replace(":80", "") + "/", "");return "http://" + window.document.location.h...
2010-07-05 09:50:00
155
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人