以前一直只是大概看过这种技术,没实践过,今天刚好遇到一道题,实践了一波,确实很方便 unmoxiao@cat ~/s/pd_ubuntu> r2 -A smallest 00:54:15 Warning: Cannot initialize dynamic strings [x] Analyze all flags starting with sym. and entry0 (aa) [x] Analyze len bytes of instructions for references (aa…
using (var srop=DbHelper.CurrentDb.GetTransaction()) { ID = bp.AddModel(model).ToStr(); #region 参与楼盘信息 if (ID.ToInt32() > 0) { FY_ActivityProjectServer dtlServer = new FY_ActivityProjectServer(); for (int i = 0; i <= this.Projects.Items.Count; i++)…
--创建用户--create user 用户名 identified by 密码;create user jojo identified by bean; --给用户授权--grant connect,resource to 用户名;grant connect,resource to jojo; --回收权限--revoke 权限 from 用户名;revoke connect from jojo; --删除用户--srop user 用户名drop user jojo; --修…