I Wanna Say Is That…

There’s a guy called wsh in our computer room.

That guy registered a blog in CSDN, and its ID is wly_sh. We didn’t know why his ID is wly_sh, instead of wsh. In other words, who’s that guy called ly?

What Did We Do?

My friend zsyz_ZZY joined our team to explore its secret.

At first, we got a long list of all the students in grade 9. We searched the women whose name included ly. There went about 10 candidates. The most likely one we thought is lly.

That night zzy talked to his roommates and got a talk-warning ticket.

Yesterday we went back for the classes. zzy asked one of wsh’s primarimate. He told us that there’s a girl called lyt. She’s gone to some problems with wsh. We thought maybe she’s who we want to know about.

That’s all we know. zzy has released an article about this event.

I Think…

First of all, it’s easy to know that ly is wsh’s l**e.

Once he heard this idea, he said, “Dude, why does it works like that?” At the same time, he tickled his sock on his right.

So why does a normal man tickle his sock when he’s talking? It shows that he’s afraid about something. In this case, the things he may afraid is we got the name ly. Do I have a point?

Second, when ZZY called the name lyt, wsh’s just like-closed his eyes, like-smiled, and like-raised his middle finger. That strange behavior shows that we’ve just got the right answer although he really doesn’t want to tell us.

What’s more, when I was writing this passage, wsh’s behavior was very strange, too. When zzy and me are writing, wsh’s just pushed in his screen to him, frequently say some hard-understand sentences, like “How can I rename my U-disk?”. It shows that he’s restless.

wsh’s promised to zzy that he’ll tell the answer to us in Aug. 1st, 2019. After discussing with zzy, we all agreed that the reason why wsh decided to tell us after final-exam is that ly maybe leave our school after that test.

zzy has told these to ZY, a girl in his class. So all people who she met will know this no longer.

In a word, there’re 2 people who has strong suspicion. One is lly, the other is lyt. So it goes.

My Idea About ID wly_sh (关于用户名 wly_sh 的猜想)的更多相关文章

  1. ABAP 将SAP用户ID转换成用户名

    FORM frm_coverted_name USING usrid TYPE sy-uname                        CHANGING name TYPE adrp-name ...

  2. Jquery 实现 “下次自动登录” 记住用户名密码功能

    转载自:http://blog.csdn.net/aspnet_lyc/article/details/12030039?utm_source=tuicool&utm_medium=refer ...

  3. SSH+Ajax实现用户名重复检查(一)

    1.struts.xml设置 <package name="default" namespace="/" extends="json-defau ...

  4. javascript记住用户名和登录密码

    javascript记住用户名和登录密码 下面主要通过代码给大家展示下javascript记住用户名和登录密码,具体代码内容请看下文. <script type="text/javas ...

  5. jQ通过cookie记住用户名

    总结要点: 一.封装的一个cookie函数: 二.获取input的value值:$("input[name=user]").val() 三.设置input的value值:$(&qu ...

  6. Yii登录验证和全局访问用户ID

    注意:Yii默认的代码,Yii::app()->user->id返回的不是我们想要的用户ID,而是用户名.因此在useridentity类中要用一个变量来存储登录用户的ID,然后重载get ...

  7. ipmitool批量添加新用户名和密码

    Intelligent Platform Management Interface 需求:已知BMC帐号id2为root管理员帐号,添加id5bmc帐号 工具:ipmitool version 1.8 ...

  8. jsp中jquery用法一步刷新 验证用户名是否存在

    <script type="text/javascript"> /* $(document).ready(function(){ var id="ha&quo ...

  9. Discuze修改用户名长度限制

    第一步,在网站 uc_client\model 目录下的 user.php文件中,找到如下代码: ? 1 if($len > 15 || $len < 3 || preg_match(&q ...

随机推荐

  1. Python中使用pip安装库时提示:远程主机强迫关闭了一个现有的连接

    场景 在cmd中使用pip install moviepy时,需要安装一些依赖库,很长时间后提示: 远程主机中断了一个现有的连接. 原因是默认镜像源下载过慢,将其修改为国内或者设置安装时的源. 这里以 ...

  2. hbase 修复 hbase hbck

    hbase hbck 新版本的 hbck 可以修复各种错误,修复选项是: (1)-fix,向下兼容用,被-fixAssignments替代 (2)-fixAssignments,用于修复region ...

  3. Django--路由层、视图层、模版层

    路由层: 路由匹配 url(正则表达式,视图函数内存地址) 只要正则匹配到了内容,就不再往下匹配,而是直接运行后面的视图函数 匹配首页) url(r'^&', home) 匹配尾页 url(r ...

  4. All Of ACM

    数据结构和算法专栏,我会什么写什么  = = 不定时更新 一.数据结构 树状数组详解 线段树详解 二.算法 KMP算法 三.板子 我的代码模板 大整数模板 四.题解报告 几道STL题目(FJUT - ...

  5. Hola!

    个人资料 我叫Xenny,当然我还有很多名字,Tony.LTY.唐梦寒.soar.tafhack等等,这些都是我的昵称:但是用的最多的还是Xenny. Xenny的来历很扯,Xen是因为从XD中取了个 ...

  6. 61 (OC)* 代理 block 通知 代理 kvo

    1.从源头上理解和区别block和delegate delegate运行成本低,block的运行成本高. block出栈需要将使用的数据从栈内存拷贝到堆内存,当然对象的话就是加计数,使用完或者bloc ...

  7. Mybatis逆向工程过程中出现targetRuntime in context mybatisGenerator is invalid

    最开始设置的Mybatis,但是逆向工程准备就绪后出现问题 报错为targetRuntime in context mybatisGenerator is invalid 后来修改为Mybatis3能 ...

  8. Python 为什么要保留显式的 self ?

    花下猫语:前两天,我偶然在一个知识星球(刘欣老师的"码农翻身")里看到一篇主题,刘老师表示 Python 的类方法非要带个 self,而不像其它语言那样隐藏起来,这让人很不爽.我对 ...

  9. node环境及vscode搭建

    软件下载: nodejs https://nodejs.org/en/ vscode https://code.visualstudio.com/docs/?dv=win python-2.7.15 ...

  10. 聚类算法之K-means

    想想常见的分类算法有决策树.Logistic回归.SVM.贝叶斯等.分类作为一种监督学习方法,要求必须事先明确知道各个类别的信息,并且断言所有待分类项都有一个类别与之对应.但是很多时候上述条件得不到满 ...