源码信息

云骞IM源码

云骞IM源码

上传时间:2011-04-12 10:28

立即下载(免费)

最新源码评论

综合讨论 下载前咨询( 3 人) | 下载后讨论( 1 人 )

  • 评论者:孤心泪25***
    孤心泪25***(用户) 发表于:2012-03-14 08:42:23

    能给一些技术性的文档和开发资料吗?我想详细了解一下整体架构

    0 个回复
  • 评论者:Eagle***
    Eagle***(用户) 发表于:2011-09-08 13:44:00

    数据有没有sql08的

    0 个回复
  • 评论者:lwxyw***
    lwxyw***(用户) 发表于:2011-04-14 17:19:00

    我在我的OA 中 新建了一个页面,拷贝app_data,bin,Lesktop 到我项目的跟目录下,然后新建了一个页面,chat.aspx, 里面代码如下<br/><br/><br/>&lt;%@ Page Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;chat.aspx.cs&quot; Inherits=&quot;chat&quot; %&gt;<br/><br/>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; <br/><br/>&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br/><br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head runat=&quot;server&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;&lt;/title&gt;<br/><br/>&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;document.writeln(&#39;&lt;script type=&quot;text/javascript&quot; src=&quot;/Lesktop/embed.js.aspx?&#39; + (new <br/><br/>Date()).getTime() + &#39;&quot;&gt;&lt;&#39; + &#39;/script&gt;&#39;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;window.onload = function() {<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;StartService();<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&lt;/script&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<br/>&lt;/body&gt;<br/>&nbsp;&nbsp;<br/>&lt;/html&gt;

    1 个回复
    • 回复者:capad***
      capad***(用户)回复于:2011-04-15 18:10:00

      <font color="red">这个源码说明确实有点问题,我做了一个简单的说明介绍关于如何嵌入页面。<br/></font><font color="blue">参考这里</font>:<font color="mediumturquoise"><a href="http://bbs.51aspx.com/showtopic-27294.html" target="_blank">http://bbs.51aspx.com/showtopic-27294.html</a></font>

  • 评论者:lwxyw***
    lwxyw***(用户) 发表于:2011-04-14 17:14:00

    怎么嵌入到我的网页中,按照要求操作,怎么没有反应啊

    2 个回复
    • 回复者:kk559***
      kk559***(用户)回复于:2011-04-14 22:13:00

      什么意思你?

    • 回复者:capad***
      capad***(用户)回复于:2011-04-15 17:24:00

      &lt;%@ Register src=&quot;Lesktop/Script/MainScript.ascx&quot; tagname=&quot;MainScript&quot; tagprefix=&quot;uc1&quot; %&gt;<font color="red">在页面的最上边加上这段代码。一定要注意引用路径的问题!</font><br/>&lt;uc1:MainScript ID=&quot;MainScript1&quot; runat=&quot;server&quot; /&gt;<font color="red">然后在头标签中加上这句话,就可以正常运行了。</font>