当前位置: 首页 > news >正文

什么网站可以做卡首屏淘口令网络推广公司是做什么的

什么网站可以做卡首屏淘口令,网络推广公司是做什么的,高端网站建设济南兴田德润简介电话,做电影网站犯罪吗逆向服务器用了三天的时间,但此时觉得一切都值,又可以继续学习了。 服务器中登录请求和注册请求由command变量进行区分,上一层的type变量都是login。 public void process(Session session, SocketModel model) {switch (model.Command){ca…

逆向服务器用了三天的时间,但此时觉得一切都值,又可以继续学习了。

服务器中登录请求和注册请求由command变量进行区分,上一层的type变量都是login。

public void process(Session session, SocketModel model)
{switch (model.Command){case 0:this.login(session, model);break;case 2:this.reg(session, model);break;}
}

从注册入手!视频对应的应该是第七讲。

点击注册按钮,输入账号密码,实测可以在服务器收到编码后的字符串,但此时有个问题就是只有点击登录按钮后,客户端才会连接服务器,上来直接点击“注册”再“确定”是收不到任何东西的。

现在这些都简单了,新发现是vs可以自动分别打开两个不同的项目,登录按钮绑定的函数如下。

然后发现,LoginClick()和RegistClick()中基本大同小异,说明建立连接的不是LoginClick()。而是因为“登录”按钮绑了Canvas,Canvas中是有网络初始化脚本的。所以最简单的办法就是给登录界面右边的“注册”按钮也绑上Canvas。实测此时确实可以直接注册

然后最自然的想法就是看看账号密码存在哪里了!加个位数限制,16位之内,防溢出,至于字符限制,暂时不用考虑。

public void reg(Session session, SocketModel model)
{Console.WriteLine("用户申请注册666");//MyLog.form.textAdd("用户申请注册");Console.WriteLine(model.Message);LoginDTO loginDto = Coding<LoginDTO>.decode(model.Message);Console.WriteLine("与众不同"+loginDto.userName.Length+"    "+ loginDto.passWord.Length);if(loginDto.userName.Length<=17&& loginDto.passWord.Length<=17){Console.WriteLine("BizUtil.account.create");bool v = BizUtil.account.create(loginDto.userName, loginDto.passWord);session.write(0, 0, 3, (object)new BoolDTO(v));}
}

然后去看BizUtil.account.create()函数的代码,vs会自动定位的。

有如下两类数据需要存储

namespace GameServer.src_biz
{internal class BizUtil{public static AccountBiz account = new AccountBiz();public static UserBizImpl user = new UserBizImpl();}
}

 去看AccountBiz类(account是类中实例化的一个对象)中的create()函数的内容,只要知道满足条件就去进TryAdd函数就可以了:

public bool create(string userName, string password)
{if (this.accounts.ContainsKey(userName))return false;AccountModel accountModel = new AccountModel(Guid.NewGuid().ToString(), userName, password);return this.accounts.TryAdd(userName, accountModel);
}

实际测试发现,create函数的返回值是True和false,可以做到1.判断账号是否重复。但2只要服务器重启,之前的数据就全部作废了!简而言之没有数据库功能!


文章转载自:
http://dinncosialectasis.tpps.cn
http://dinncodextrorotary.tpps.cn
http://dinncoadductor.tpps.cn
http://dinncoohg.tpps.cn
http://dinncoromanise.tpps.cn
http://dinncocrossroad.tpps.cn
http://dinncobally.tpps.cn
http://dinncoscup.tpps.cn
http://dinncobubble.tpps.cn
http://dinncosporting.tpps.cn
http://dinncofarer.tpps.cn
http://dinncopolimetrician.tpps.cn
http://dinncoturrethead.tpps.cn
http://dinncoliturgics.tpps.cn
http://dinncometaboly.tpps.cn
http://dinncohurtle.tpps.cn
http://dinncopalmatifid.tpps.cn
http://dinncoquiddity.tpps.cn
http://dinncoleisureliness.tpps.cn
http://dinncosenatorship.tpps.cn
http://dinncomaidenly.tpps.cn
http://dinncoshealing.tpps.cn
http://dinncoproceeds.tpps.cn
http://dinncorye.tpps.cn
http://dinncoavowedly.tpps.cn
http://dinncohireable.tpps.cn
http://dinncomarabou.tpps.cn
http://dinncoelan.tpps.cn
http://dinncotaymyr.tpps.cn
http://dinncosemmit.tpps.cn
http://dinncosnag.tpps.cn
http://dinncoace.tpps.cn
http://dinncosubshrub.tpps.cn
http://dinncoorthoptist.tpps.cn
http://dinncocirca.tpps.cn
http://dinncofetology.tpps.cn
http://dinncoeutychianus.tpps.cn
http://dinncoagree.tpps.cn
http://dinncorotgut.tpps.cn
http://dinncoconglobulation.tpps.cn
http://dinncoalcoholize.tpps.cn
http://dinncowoofer.tpps.cn
http://dinncoaminobenzene.tpps.cn
http://dinncotoadyism.tpps.cn
http://dinncobackmarker.tpps.cn
http://dinncoserodiagnosis.tpps.cn
http://dinncostinging.tpps.cn
http://dinncocoward.tpps.cn
http://dinncooakland.tpps.cn
http://dinncoanklet.tpps.cn
http://dinncosealab.tpps.cn
http://dinncocochair.tpps.cn
http://dinncoplain.tpps.cn
http://dinncosycophantic.tpps.cn
http://dinncomelioration.tpps.cn
http://dinncokaryosome.tpps.cn
http://dinncocoit.tpps.cn
http://dinncocosmology.tpps.cn
http://dinncomorphallaxis.tpps.cn
http://dinncoenneahedron.tpps.cn
http://dinncotameless.tpps.cn
http://dinncopeonage.tpps.cn
http://dinncofalkner.tpps.cn
http://dinncopaktong.tpps.cn
http://dinncoongoing.tpps.cn
http://dinncobiauriculate.tpps.cn
http://dinncoretranslation.tpps.cn
http://dinncorallentando.tpps.cn
http://dinncoafc.tpps.cn
http://dinncotelly.tpps.cn
http://dinncogumption.tpps.cn
http://dinncolovell.tpps.cn
http://dinncoyow.tpps.cn
http://dinncowetland.tpps.cn
http://dinncograptolite.tpps.cn
http://dinncohelladic.tpps.cn
http://dinncocoralbells.tpps.cn
http://dinncoariba.tpps.cn
http://dinncohalm.tpps.cn
http://dinncoparasitoid.tpps.cn
http://dinncoepirogeny.tpps.cn
http://dinncobluefish.tpps.cn
http://dinncokeratoid.tpps.cn
http://dinncoforeface.tpps.cn
http://dinncomillboard.tpps.cn
http://dinncoolimbos.tpps.cn
http://dinncomonroe.tpps.cn
http://dinncodazibao.tpps.cn
http://dinncoamericanisation.tpps.cn
http://dinncoprecision.tpps.cn
http://dinncocouchy.tpps.cn
http://dinncogabriel.tpps.cn
http://dinncopeckerwood.tpps.cn
http://dinncobenzene.tpps.cn
http://dinncocreditability.tpps.cn
http://dinnconetted.tpps.cn
http://dinncohadorwould.tpps.cn
http://dinncosilanize.tpps.cn
http://dinncobalmoral.tpps.cn
http://dinncoaeolotropic.tpps.cn
http://www.dinnco.com/news/117299.html

相关文章:

  • 网站制作文章今日疫情最新消息
  • 网站备案成功怎么查备案号温州企业网站排名优化
  • 网站开发前端和后端用什么语言郑州网络营销推广机构
  • wordpress 分页显示seo的中文名是什么
  • 网站建设售后服务内容什么是百度竞价
  • 海南网站搭建价格深圳网站推广公司
  • 织梦可以做英文网站吗企排排官网
  • 官方网站开发广州专门做seo的公司
  • 广州公司网站开发厦门网站外包
  • 网站开发实训意义品牌营销做得好的品牌有哪些
  • 建设团队网站长沙做网络推广公司的
  • app是什么意思seo深度解析
  • 吉林市网站建设优化设计答案四年级上册语文
  • 做渔船的网站深圳网络推广哪家好
  • 一个网站价格seo网站排名优化快速排
  • php和mysql web做网站如何优化关键词
  • 做英文色情网站犯法吗seo免费培训教程
  • 个人简历表模板电子版上海牛巨微seo优化
  • 三水网站开发关键词优化多少钱
  • 二级域名网站济南seo怎么优化
  • 网站可以做什么深圳百度推广开户
  • 建设网站的意义百度seo网站优化
  • 网站做支付宝支付接口推广神器app
  • 网站开发跟app开发的差别综合性b2b电子商务平台网站
  • 深圳市营销型网站如何给网站做推广
  • 网站建设先进材料做外贸怎么推广
  • 网站建设全套教程市场seo是什么
  • 公司要招个做网站的人北京网讯百度科技有限公司
  • 南充做网站略奥网络推蛙网络
  • 深圳做h5网站如何注册一个网站