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. HDFS的快照原理和Hbase基于快照的表修复

    前一篇文章<HDFS和Hbase误删数据恢复>主要讲了hdfs的回收站机制和Hbase的删除策略.根据hbase的删除策略进行hbase的数据表恢复.本文主要介绍了hdfs的快照原理和根据 ...

  2. Codeforces Round #585 (Div. 2)

    https://www.cnblogs.com/31415926535x/p/11553164.html 感觉很硬核啊这场,,越往后越做不动,,,emmmm,,,(这场是奔着最后一题 2sat 来的, ...

  3. pip安装路径

    pip show 模块名称 即可查看pip安装的包所在路径. 如numpy: pip show numpy

  4. PHP 扩展开发初探

    什么是 PHP 扩展 通俗说,PHP 扩展是增强 PHP 语言功能的插件.PHP 提供了编程语言的语法,比如分支.循环.函数.类等,这些是 PHP 本身所提供的.在某些情况下需要在 PHP 语言的基础 ...

  5. centos 搭建SVN服务器简单流程

    yum -y install subversion mkdir -p /work/svn && cd /work/svn //创建版本库 svnadmin create test -- ...

  6. python excel to mysql

    import sys import xlrd import pymysql import math import json from collections import OrderedDict # ...

  7. rpm方式升级cenos6.7内核

    最近因为yarn集群问题需要配置cgroup.但是配置完成后操作系统内核奔溃. 查找资料后发现升级内核可以解决问题.在领导的大力支持下,对生产环境的计算节点(nodemanager)进行了批量升级内核 ...

  8. C#控件及常用属性

    1.窗体(Form) 1.常用属性 (1)Name 属性:用来获取或设置窗体的名称,在应用程序中可通过Name 属性来引用窗体. (2) WindowState 属性: 用来获取或设置窗体的窗口状态. ...

  9. pt-archiver归档数据 源库和目标库是否会出现不一致

    背景 归档的表在源库和目标库都要存在 pt-archiver归档表的场景有:不删原表数据,非批量插入目标库:不删原表数据,批量插入目标库:非批量删除原表数据,非批量插入目标库:批量删除原表数据,批量插 ...

  10. Spring Boot 2.x基础教程:使用Swagger2构建强大的API文档

    随着前后端分离架构和微服务架构的流行,我们使用Spring Boot来构建RESTful API项目的场景越来越多.通常我们的一个RESTful API就有可能要服务于多个不同的开发人员或开发团队:I ...