源码信息

最新源码评论

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

  • 评论者:伱卟會莣記***
    伱卟會莣記***(用户[下载于:2016-04-25 09:30]) 发表于:2016-04-28 16:45:50

    用户名和密码是多少啊?

    3 个回复
    • 回复者:51asp***
      51asp***(作者)回复于:2020-03-26 11:02:09

      可以用高版本到数据库导入

    • 回复者:dawei***
      dawei***(用户)回复于:2016-04-29 01:54:09

      admin  123123  或者你加我扣扣XXXXX

    • 回复者:Alice***
      Alice***(用户[下载于:2020-03-26 08:58])回复于:2020-03-26 10:31:08

      有没有办法把2000的数据库文件导出来呀,2000安装不上

  • 评论者:ruixu***
    ruixu***(用户) 发表于:2015-02-17 11:36:45

    少东西吧。感觉不是很全

    0 个回复
  • 评论者:as958***
    as958***(用户) 发表于:2015-02-15 10:37:25

    少个类吧。 gp_* 的方法 统统不能调用。 什么垃圾啊。

    1 个回复
    • 回复者:dawei***
      dawei***(用户)回复于:2016-04-29 01:55:22

      不会吧,你加我QQ我远程看下XXXXX

  • 评论者:34236***
    34236***(用户) 发表于:2010-10-13 12:17:00

    gq_StowShowDao 这个 找不到gq_StowShowDao ssdao = new gq_StowShowDao();测试过么。。好多错误啊

    1 个回复
    • 回复者:Alice***
      Alice***(用户[下载于:2020-03-26 08:58])回复于:2020-03-26 10:31:54

      有没有办法把2000的数据库文件导出来呀,2000安装不上

  • 评论者:kiwee***
    kiwee***(用户) 发表于:2009-07-23 15:11:00

    <font color="#000000">sql <font color="#000000">=</font><br/><font color="#800000">&quot;</font><font color="#800000">select </font><font color="#800000">&quot;</font><br/><font color="#000000">+</font><font color="#000000"> TableZiDuan </font><font color="#000000">+</font><br/><font color="#800000">&quot;</font><font color="#800000"> from </font><font color="#800000">&quot;</font><br/><font color="#000000">+</font><font color="#000000"> TableName </font><font color="#000000">+</font><br/><font color="#800000">&quot;</font><font color="#800000"> where 1=1 </font><font color="#800000">&quot;</font><br/><font color="#000000">+</font><font color="#000000"> condition;<br/></font></font><br/><font color="#000000">上一句的 “where 1=1” 这个条件是什么意思啊~!? <img src="http://bbs.51aspx.com/alt=" border="0" onload="thumbImg(this)" /><br/></font>

    2 个回复
    • 回复者:hi543***
      hi543***(用户[下载于:2014-12-23 23:41])回复于:2014-12-23 23:46:43

      <p> 没有<span style="line-height:18px;font-family:Tahoma;">&nbsp;“where 1=1”的话,在组建condition的时候,需要判断是不是第一个条件,如果不是第一个条件,就以and或or开头</span> </p> <p> <span style="line-height:18px;font-family:Tahoma;">加上<span style="line-height:18px;font-family:Tahoma;">&nbsp;“where 1=1”的话,<span style="line-height:18px;font-family:Tahoma;"><span style="line-height:18px;font-family:Tahoma;">condition肯定不是第一个条件了,后面尽管加and或or了</span></span></span></span> </p>

    • 回复者:zgs11***
      zgs11***(用户)回复于:2010-12-02 04:53:00

      按照官方的方式 前台可以访问 也能加用户 <br/>就是后台的信息出错 比如说填写简历 <br/><br/>选择地区与工作职业【分类是可以的】 就数据库错误 <br/><br/>-------------------------浮云牌-------------分割线------------------开始---------------<br/>Server Error in &#39;/&#39; Application.<br/>--------------------------------------------------------------------------------<br/><br/>Runtime Error <br/>Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. <br/><br/>Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br/><br/><br/>&lt;!-- Web.Config Configuration File --&gt;<br/><br/>&lt;configuration&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;Off&quot;/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br/>&lt;/configuration&gt;<br/> <br/><br/>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br/><br/><br/>&lt;!-- Web.Config Configuration File --&gt;<br/><br/>&lt;configuration&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br/><br/> <br/>—————————————浮云牌—————————分割线———————结束———————

  • 评论者:soft_***
    soft_***(用户) 发表于:2009-07-06 14:00:00

    什么找不见这个类呢<br/><br/>gq_SupplyDemandDao sddao = new gq_SupplyDemandDao();<br/><br/>

    6 个回复
    • 回复者:mmy00***
      mmy00***(用户)回复于:2011-07-15 10:01:00

      这个系统功能根本是不全的

    • 回复者:soft_***
      soft_***(用户)回复于:2009-07-07 13:35:00

      少了一个类 , 调用不到, 有谁有吗

    • 回复者:soft_***
      soft_***(用户)回复于:2009-07-07 13:36:00

      大哥&nbsp;&nbsp;大姐们 帮帮忙

    • 回复者:lenti***
      lenti***(用户)回复于:2009-10-09 23:35:00

      我测试 的时候报 Outdosoft.fun”中不存在类型或命名空间名称“Info”(是缺少程序集引用吗?)<br/>的错误,请问谁有好的解决办法呀。

    • 回复者:kiwee***
      kiwee***(用户)回复于:2009-07-22 16:21:00

      那个是供求信息哒、不是招聘哒、莪想大概是被删了~!

    • 回复者:zl88l***
      zl88l***(用户)回复于:2009-10-09 13:50:00

      有谁能给说下不吗,那个类上哪里找啊<br/>&nbsp;&nbsp;gq_StowSupplyDao ssdao = new gq_StowSupplyDao();