My Idea About ID wly_sh (关于用户名 wly_sh 的猜想)
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 的猜想)的更多相关文章
- ABAP 将SAP用户ID转换成用户名
FORM frm_coverted_name USING usrid TYPE sy-uname CHANGING name TYPE adrp-name ...
- Jquery 实现 “下次自动登录” 记住用户名密码功能
转载自:http://blog.csdn.net/aspnet_lyc/article/details/12030039?utm_source=tuicool&utm_medium=refer ...
- SSH+Ajax实现用户名重复检查(一)
1.struts.xml设置 <package name="default" namespace="/" extends="json-defau ...
- javascript记住用户名和登录密码
javascript记住用户名和登录密码 下面主要通过代码给大家展示下javascript记住用户名和登录密码,具体代码内容请看下文. <script type="text/javas ...
- jQ通过cookie记住用户名
总结要点: 一.封装的一个cookie函数: 二.获取input的value值:$("input[name=user]").val() 三.设置input的value值:$(&qu ...
- Yii登录验证和全局访问用户ID
注意:Yii默认的代码,Yii::app()->user->id返回的不是我们想要的用户ID,而是用户名.因此在useridentity类中要用一个变量来存储登录用户的ID,然后重载get ...
- ipmitool批量添加新用户名和密码
Intelligent Platform Management Interface 需求:已知BMC帐号id2为root管理员帐号,添加id5bmc帐号 工具:ipmitool version 1.8 ...
- jsp中jquery用法一步刷新 验证用户名是否存在
<script type="text/javascript"> /* $(document).ready(function(){ var id="ha&quo ...
- Discuze修改用户名长度限制
第一步,在网站 uc_client\model 目录下的 user.php文件中,找到如下代码: ? 1 if($len > 15 || $len < 3 || preg_match(&q ...
随机推荐
- 【学习笔记】第七章 python3核心技术与实践--输入与输出
[第六章]思考题答案,仅供参考: # coding:utf-8import time#方法一start_time = time.perf_counter()s = ''for n in range(0 ...
- localStorage详细总结
一.localStorage简介: 在HTML5中,新加入了一个localStorage特性,这个特性主要是用来作为本地存储来使用的,解决了cookie存储空间不足的问题(cookie中每条cooki ...
- Spring Boot2 系列教程(七)理解自动化配置的原理
Spring Boot 中的自动化配置确实够吸引人,甚至有人说 Spring Boot 让 Java 又一次焕发了生机,这话虽然听着有点夸张,但是不可否认的是,曾经臃肿繁琐的 Spring 配置确实让 ...
- Apache Hadoop集群安装(NameNode HA + SPARK + 机架感知)
1.主机规划 序号 主机名 IP地址 角色 1 nn-1 192.168.9.21 NameNode.mr-jobhistory.zookeeper.JournalNode 2 nn-2 ).HA的集 ...
- 将字符串转换成json格式
1.引入json依赖,在pom.xml文件里添加如下内容 <!--Json array start --> <dependency> <groupId>common ...
- JavaScript之数据类型转换
JavaScript中有多种数据类型,在实际工作中,不管是有意还是无意的,我们总能碰到不一样的数据类型值之间进行运算,或者我想从用户输入获得一个数字时,而用户却输入了一个字符串,这种时候就需要用到今天 ...
- 深入全面理解面向对象的 JavaScript
深入全面理解面向对象的 JavaScript (原著: 曾 滢, 软件工程师, IBM,2013 年 4 月 17 日) JavaScript 函数式脚本语言特性以及其看似随意的编写风格,导致长期以来 ...
- 工厂模式(整理自李建忠<C++设计模式>视频)
整理自李建忠<C++设计模式>视频 一.导入:"对象创建"模式和工厂模式 工厂模式只是该模式下的一种. 二.举例说明 有这样一个场景:需要在MainForm中设计一个按 ...
- Spring 梳理-Spring配置文件 -<context:annotation-config/>和<context:component-scan base-package=""/>和<mvc:annotation-driven /> 的区别
<context:annotation-config/> 在基于主机方式配置Spring时,Spring配置文件applicationContext.xml,你可能会见<contex ...
- 一台机器上搭建多个redis实例的配置文件修改部分
1.单个redis服务搭建请参考:redis服务搭建 2.一台Redis服务器,分成多个节点,每个节点分配一个端口(6380,6381…),默认端口是6379. 每个节点对应一个Redis配置文件,如 ...