上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页
摘要: 找到项目录Properties文件夹下的license.licx文件,清空此文件内容即可。注:是清空此文件内容而不是删除此文件 阅读全文
posted @ 2012-05-18 23:17 EasyPass 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 问题:正尝试在 OS 加载程序锁内执行托管代码。不要尝试在 DllMain 或映像初始化函数内运行托管代码,这样做会导致应用程序挂起。方法一: 调试->异常->Managed Debuggin Assistants->LoaderLock 的选中状态去掉。方法二: 如果异常(exception)这一项没有的话,在工具->自定义->命令选项卡->左边选择调试->右边把异常托到菜单。注:异常也有个快捷键Ctrl+Alt+E,修改Managed Debuggin Assistants->LoaderLock 的选中状态去掉即可 阅读全文
posted @ 2012-05-14 22:47 EasyPass 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 1、Coolite1.0<SelectionModel> <ext:RowSelectionModel ID="RowSelectionModel2" runat="server"> <AjaxEvents> <RowSelect On... 阅读全文
posted @ 2012-04-26 17:37 EasyPass 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 问题描述: C#引用动态库后,未编译时可以找到其相应的方法,但生成时找不到。解决方法: 动态库与本应用程序目标框架不一至造成的。项目-》项目属性-》应用程序-》目标框架 阅读全文
posted @ 2012-04-23 16:57 EasyPass 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 编辑器加载中...//strName Request.QueryString[]的参数function jsRequest(strName) { //获取url传递参数的方法 var strHref = unescape(window.document.location.href); var intPos = strHref.indexOf("?"); var strRight = strHref.substr(intPos + 1); var arrTmp = strRight.split("&"); for (var i = 0; i < 阅读全文
posted @ 2012-04-06 14:40 EasyPass 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1、前面页加载DSOFramer<head id="Head1" runat="server"> <script src="../Scripts/jsRequest.js" type="text/javascript"></script> <title>无标题页</title> <script language="javascript" type="text/javascript"> function o 阅读全文
posted @ 2012-04-06 14:33 EasyPass 阅读(2764) 评论(2) 推荐(0) 编辑
摘要: 1、注册DSOFramer.ocx 将DSOFramer.ocx复制到C:/windows/system32目录下, 开始->运行->regsvr32 C:/windows/system32/DSOFramer.ocx,执行后系统提示注册成功2、项目中加载DSOFramer.ocx 在你要访问DSOFramer.ocx的目录上点选右键菜单中的“添加现有项”,找到DSOFramer.ocx,确定。3、前台页面加载DSOFramer.ocx<body onload="openWord();" style="background-color:#C6D4 阅读全文
posted @ 2012-04-06 14:31 EasyPass 阅读(2761) 评论(1) 推荐(0) 编辑
摘要: private string GetFullUrl(){string Url= "http://" + Request.ServerVariables["HTTP_HOST"] + Request.ServerVariables["PATH_INFO"] + "?" + Request.ServerVariables["QUERY_STRING"];if (Url.EndsWith("?")){Url= Url.Substring(0, Url.Length - 1);}re 阅读全文
posted @ 2012-04-05 11:08 EasyPass 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1、行间距BreakMode="LineBreak"2、中文版Language="zh-CN"3、更改默认字体Txtzjnr.FontFacesMenuList = new string[] { "宋体", "新宋体","楷体", "黑体", "幼圆", "Arial" }; 阅读全文
posted @ 2012-03-26 16:50 EasyPass 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/guanjinke/archive/2007/03/14/675109.html 阅读全文
posted @ 2012-03-25 21:43 EasyPass 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页