Big Event
666DHG的大事记
2019.4.15 \(\text{ }\text{ }\text{ }\)注册洛谷
2019.8.10 \(\text{ }\text{ }\text{ }\)Luogu\(\text{ }\text{ }\text{ }\)100 \(\text{ }\)Total AC
2019.8.12 \(\text{ }\text{ }\text{ }\)第一份题解\(\text{ }\)UVA1203\(\text{ }\)Argus
2019.8.23 \(\text{ }\text{ }\text{ }\color{green}{变绿名}\)
2019.8.25 \(\text{ }\text{ }\text{ }\) 1000 Submits(学校OJ)
2019.8.27 \(\text{ }\text{ }\text{ }\) Luogu\(\text{ }\text{ }\text{ }\)150 \(\text{ }\)Total AC
2019.8.27 \(\text{ }\text{ }\text{ }\) Luogu\(\text{ }\text{ }\text{ }\)300 \(\text{ }\)Submits
2019.9.2 \(\text{ }\text{ }\text{ }\) Luogu咕值 \(\text{ }\)1500- / 108
2019.9.9 \(\text{ }\text{ }\text{ }\) Luogu咕值 \(\text{ }\)1000- / 117 \(\text{ }\text{ }\text{ }\text{ }\) And \(\text{ }\text{ }\text{ }\) Luogu\(\text{ }\text{ }\text{ }\)400 \(\text{ }\)Submits
2019.9.20 \(\text{ }\text{ }\text{ }\color{orange}{变橙名}\)
2019.9.25 \(\text{ }\text{ }\text{ }\) Luogu咕值 \(\text{ }\)700- / 183
2019.10.1 \(\text{ }\text{ }\text{ }\) 400 AC(学校OJ)
2019.10.3 \(\text{ }\text{ }\text{ }\) Luogu\(\text{ }\text{ }\text{ }\)233 \(\text{ }\)Total AC
2019.10.9 \(\text{ }\text{ }\text{ }\) Luogu\(\text{ }\text{ }\text{ }\)600 \(\text{ }\)Submits
2019.10.28 \(\text{ }\text{ }\text{ }\color{red}{变红名}\)
2019.12.2 \(\text{ }\text{ }\text{ }\) Luogu咕值 \(\text{ }\)500- / 234
2019.12.3 \(\text{ }\text{ }\text{ }\) Luogu \(\text{ }\)打卡\(\text{ }\)100天
2019.12.8 \(\text{ }\text{ }\text{ }\)贡献的第一道题\(\text{ }\)P5782\(\text{ }\)[POI2001]和平委员会
2019.12.16 \(\text{ }\text{ }\text{ }\) Luogu咕值 \(\text{ }\)250- / 263
Big Event的更多相关文章
- 如何利用ETW(Event Tracing for Windows)记录日志
ETW是Event Tracing for Windows的简称,它是Windows提供的原生的事件跟踪日志系统.由于采用内核(Kernel)层面的缓冲和日志记录机制,所以ETW提供了一种非常高效的事 ...
- [.NET] C# 知识回顾 - Event 事件
C# 知识回顾 - Event 事件 [博主]反骨仔 [原文]http://www.cnblogs.com/liqingwen/p/6060297.html 序 昨天,通过<C# 知识回顾 - ...
- Atitit 解决Unhandled event loop exception错误的办法
Atitit 解决Unhandled event loop exception错误的办法 查看workspace/.metadata/.log org.eclipse.swt.SWTError: No ...
- Java模拟Windows的Event
场景 开发中遇到一个场景,业务操作会不定时的产生工作任务,这些工作任务需要放入到一个队列中,而另外会有一个线程一直检测这个队列,队列中有任务就从队列中取出并进行运算. 问题 业务场景倒是简单,只不过这 ...
- 事件EVENT与waitforsingleobject的使用
事件event与waitforsingleobject的配合使用,能够解决很多同步问题,也可以在数据达到某个状态时启动另一个线程的执行,如报警. event的几个函数: 1.CreateEvent和O ...
- 火狐浏览器中event不起作用解决办法--记录(一)
今天遇到了这个问题.IE,谷歌下都没问题,但在FF下却不起作用,很郁闷查了半天,看别人博文写了老长,结果试了要么起作用,但太麻烦,要么不起作用,说了那么多跟没说一样. 其实只要这一句代码就行:e=ar ...
- Event事件
妙味课堂-Event事件 1.焦点:当一个元素有焦点的时候,那么他就可以接受用户的输入(不是所有元素都能接受焦点) 给元素设置焦点的方式: 1.点击 2.tab 3.js 2.(例子:输入框提示文字) ...
- Event Sourcing Pattern 事件源模式
Use an append-only store to record the full series of events that describe actions taken on data in ...
- 严重: Exception sending context initialized event to listener instance of class
问题描述:Exception sending context initialized event to listener instance of class org.springframework.w ...
- [转载]C#委托和事件(Delegate、Event、EventHandler、EventArgs)
原文链接:http://blog.csdn.net/zwj7612356/article/details/8272520 14.1.委托 当要把方法作为实参传送给其他方法的形参时,形参需要使用委托.委 ...
随机推荐
- Python--day60--一个简单(不完整)的web框架
- 如何解决vue项目中 scss 不支持 scoped 的 /deep/ 穿透写法
如何解决vue项目中 scss 不支持 scoped 的 /deep/ 穿透写法 用过vue的人估计都用过scoped样式属性,但有时候需要穿透样式,啥办? 很多资料都说用>>> 或 ...
- Html5 @media + css3 媒体查询
css3 media媒体查询器用法总结 随着响应式设计模型的诞生,Web网站又要发生翻天腹地的改革浪潮,可能有些人会觉得在国内IE6用户居高不下的情况下,这些新的技术还不会广泛的蔓延下去,那你就错 ...
- 关于Spring JavaWeb工程中的ContextRefreshedEvent事件
在应用启动时,通常想在此时预加载一些资源,全局使用. Spring会在操作应用上下文时,使用ApplicationEventPublisher触发相关ApplicationContextEvent,我 ...
- idea运行项目时报错:Error:java无效的源发行版:1.8
解决办法:project structure中设置 JDK 和language 匹配即可.如图: 另外如果有maven,需要把maven中JDK版本设置成一样的.
- tensorflow中models的安装
tensorflow中models的安装参看网址: 1. Tensorflow Object Detection API Windows Install Guide http://www.insigh ...
- 转:EBS-自动获取/创建CCID
DECLARE l_ccid NUMBER; l_msg ); l_chart_of_account_id NUMBER; l_set_of_book_id NUMBER; BEGIN l_set_o ...
- ASP.NET WebForm Ajax请求Handler的经验
ajax代码 $.ajax({ type: "GET", url: "/AjaxHandler/GetPluginCode.ashx", data: " ...
- 聊聊固态硬盘1--人生头两块SSD
第一块固态硬盘--浦科特m6s 来源:京东双11 价格:319rmb 第二款固态--饥饿鲨ocz arc100 来源:美国亚马逊 黑色星期五 价格:366rmb ...
- jdbc链接Oracle数据库的封装
在src下创建properties文件 driver=oracle.jdbc.driver.OracleDriverurl=jdbc:oracle:thin:@//127.0.0.1:1521/XEu ...