摘要: sqlCommand1.CommandText = "INSERT INTO userinfo (pwd, name) VALUES (@pwd, @name) SELECT @@IDENTITY AS Id"; sqlCommand1.Connection = sqlConnection1; sqlCommand1.Parameters.Add(new System.Data.SqlCl... 阅读全文
posted @ 2017-10-06 15:16 现实太坑爹 阅读(427) 评论(0) 推荐(0)
摘要: switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case 'users.featured': case 'users.new': ... 阅读全文
posted @ 2017-10-06 10:54 现实太坑爹 阅读(8999) 评论(0) 推荐(0)