这个你能写得出来吗?
这个你能写得出来吗?

解决方案 »

  1.   

    右上角有个管理图标的连接, 点进去都是JS了。http://www.3w580.com/default2.aspx
      

  2.   

    没看到多强大。
    最强大的是曾经看到一个web游戏模拟传奇那样的界面,其中的js想象不到的强大。
      

  3.   

    用了点jquery的东西,别的什么都点不中
      

  4.   

    Server Error in '/' Application.
    --------------------------------------------------------------------------------There is already an open DataReader associated with this Command which must be closed first. 
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: 
    [InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first.]
       System.Data.SqlClient.SqlInternalConnectionTds.ValidateConnectionForExecute(SqlCommand command) +795219
       System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute(String method, SqlCommand command) +21
       System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) +99
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +73
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
       System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
       System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +9
       NHibernate.Impl.BatcherImpl.ExecuteReader(IDbCommand cmd) +32
       NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object[] fields, Boolean[] notNull, SqlCommandInfo sql, Object obj, ISessionImplementor session) +386[ADOException: could not insert: [Wen.Data.DetailInfo][SQL: INSERT INTO Desk_Detail (LinkName, Url, Icon, IntOrder, PointX, PointY, TextColor, BgColor, BgImage, IdDeskTop) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]]
       NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object[] fields, Boolean[] notNull, SqlCommandInfo sql, Object obj, ISessionImplementor session) +891
       NHibernate.Persister.Entity.AbstractEntityPersister.Insert(Object[] fields, Object obj, ISessionImplementor session) +223
       NHibernate.Impl.ScheduledIdentityInsertion.Execute() +30
       NHibernate.Impl.SessionImpl.Execute(IExecutable executable) +112
       NHibernate.Impl.SessionImpl.DoSave(Object theObj, EntityKey key, IEntityPersister persister, Boolean replicate, Boolean useIdentityColumn, CascadingAction cascadeAction, Object anything) +751
       NHibernate.Impl.SessionImpl.DoSave(Object obj, Object id, IEntityPersister persister, Boolean useIdentityColumn, CascadingAction cascadeAction, Object anything) +443
       NHibernate.Impl.SessionImpl.SaveWithGeneratedIdentifier(Object obj, CascadingAction action, Object anything) +349
       NHibernate.Impl.SessionImpl.Save(Object obj) +140
       Wen.DAL.GenericDAL`1.Insert(T item) +44
       Wen.BLL.Detail.Insert(DetailInfo item) +29
       UserService.BuildUserDefaultDesk(UserInfo user) +598
       UserService.AutoReg() +165
       UserService.get_CurrentUser() +123
       DeskTopService.GetDefaultDeskTopId() +7
       Default2.Page_Load(Object sender, EventArgs e) +111
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
     
      

  5.   

    先把基本功补补,reader 用完要close