July 09th, 2018. Monday, Week 28th.】的更多相关文章

Happiness is an inside job. 自内寻找,才能找到幸福. From William Arthur Ward. Nobody wants to suffer, and we all want to live a happy life. We are eager to be happy and we are constantly striving to pursue happiness. But in the process of cultivating happiness,…
Winning isn't everything, but wanting it is. 胜利并不能代表一切,但求胜心可以. From Arnold Palmer. Compared to this quote, I believe that the quote from Vince Lombardi would be more famous, it goes as following: Winning isn't everything, it is the only thing. But is…
People love what other people are passionate about. 人总是会爱上别人倾注热情的事物. From La La Land. This quote has reminded me something I had experienced in job interview. As a delegator of the employer, I have asked the interviewees some questions about what are…
It is during our darkest moments that we must focus to see the light. 越是在艰难的时候就越要着眼于光明. From Aristole Onassis. When we feel the darkness presses in our life, we should trust ourselves to find the light, because it is during the darkest moments that w…
Don't let the mistakes and disappointments of the past control and direct your future. 不要让你的未来被过去的错误和失望掌控. From Zig Ziglar. The mistakes and disappointments of the past might have casted some shadows on our today's life, but we shouldn't let them bec…
Make each day your masterpiece. 让生命中的每一天都成为杰作. From John Wooden. Try to focus on what we are doing right now and try the best of our abilities to make the results as perfect as possible. And we must recogize that nothing can be done about what had ha…
Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but sometimes strong men did not bring good times. There is an argument that hard times require a strong man, that humans need leaders of confidence and…
He that boasts of his own knowledge proclaims ignorance. 夸耀知识实乃无知. Honestly speaking, I don't agree with this opinion, at least I beg to differ and have some reservations about it. I know what it means, it just tells us we should be modest and keep a…
摘要:Seclists.Org: 微信支付SDK存在XXE漏洞:WordPress 4.9.6存在文件删除漏洞:linux中常用的文件打包/解包与压缩/解压缩命令总结… 安全播报 Seclists.Org: 微信支付SDK存在XXE漏洞 为了商家可以接受异步支付的结果,微信无意中在Java版本的SDK中造成了XXE漏洞.通过利用该漏洞,攻击者可以构造恶意的XML格式的CallBack回调数据窃取商家服务器上的信息,而从这些信息中,攻击者可能获取到十分关键的MD5安全密钥从而实现无需付款即购买商品…
Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish what I should do as soon as possible, but the ending might be always the same: The things were finished just before the deadlines with poor quality. An…
Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no limitation if we can set the right goals and go all out for them. Right goals? Yes, frankly speaking, I want to single out that setting right or suitab…
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? Do you want to get some raise in paycheck? If you want, you should improve your performace in your work, make it perfect, or at least put it at a leve…
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From Wonder. At least once in our life someone would do something that make us say: Why did they do that? How could they do that? Why did they make such stu…
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空,我就会开始做梦. From Loving Vincent. By comparison with uncertainty, I like certainty better, but I know life is always changing, the world is always changi…
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if we already feel that we know. Please stay humble, please open ourselves to new ideas, and be willing to change our preconceptions. But it is difficul…
传送门 首先(想了很久之后)注意到一个性质:同一条边有多种颜色的话保留3种就可以了,这是因为假如最优解要求当前位置与相邻两条边都不相同,那么只要有3条边,就肯定可以满足这一点. 完事就做一个nlogn*3^4的倍增dp就行了……实际肯定是跑不满的(而且cc机子快). #include<cstdio> #include<cstring> #include<algorithm> #define MN 510000 using namespace std; ],_F[MN][…
传送门 好久没写题解了,就过来水两篇. 对于每一个人,考虑一个序列$A$,$A_I$表示当k取值为 i 时的答案. 如果说有两个人,我们可以把$(A+B)^k$二项式展开,这样就发现把两个人合并起来的操作就是一次卷积,直接NTT就可以了. 同类人有多个,直接暴力肯定是不行的.快速幂的话不知道会不会T,我是用了多项式取ln和exp(拉板子). #include<cmath> #include<cstdio> #include<cstring> #include<al…
All good things must come to an end. 好景无常. Love is when the other person's happiness is more important than your own. 情是君喜胜于己欢. From H. Jackson Brown Junior. These days I am busy with an important project.…
Use the smile to change the world. Don't let the world change your smile. 用你的笑容去改变这个世界,别让这个世界改变了你的笑容. Always keep a smiling face toward the world, maybe it can return you a warm smile sometimes, especially in such cold days. But it is really cold the…
(1) NIPS,  Conference and Workshop on Neural Information Processing Systems, A类顶会 1987年由联结主义学派创建,每年一次,美国.加拿大.西班牙举办.近年主题主要为机器学习,人工智能和统计学等. 论文: https://papers.nips.cc/ 下载脚本: http://blog.csdn.net/shouhuxianjian/article/details/78075431(转载) 2018年的会议议程: (…
本文参考了官方文档以及提供的示例代码(官方代码貌似有点误导,所以写了这一篇,并且文末有GayHub代码地址) 官方文档发布于20180806,说明NavigationView刚发布了没几天,还在开发中,所以里面的接口啥的随时会变! 随时会变! 随时会变! ,用在你的项目之前,请需要做好充足的心理准备. 不过他变任他变,效果还是非常诱人的.看一下效果图 2018 新版 NavigationView实现了汉堡菜单和顶部菜单的近乎完美结合,可以参考官方商店的设计风格,就是用的这个控件. 不过要用这个控…
当题目中有多组解,但要某值最大,该怎么办? 本文为博客园ShyButHandsome的原创作品,转载请注明出处 题目描述 After successfully conquering the South Pole, Davor is preparing for new challenges. 猛男\(Davor\)在从南极旅游回来之后,他又按耐不住想去看看别地的风景了. Next up is the Arctic expedition to Siberia, Greenland and Norwa…
简介 JavaScript通过强大的对象为我们提供日期处理功能:日期. 本文确实_不是_谈论 Moment.js ,我认为它是处理日期的最佳库,你应该在处理日期时几乎总是使用它. Date对象 Date对象实例表示单个时间点. 尽管被命名为Date,它也处理时间. 初始化Date对象 我们使用初始化Date对象 new Date() 这将创建一个指向当前时刻的Date对象. 在内部,日期以1970年1月1日(UTC)以来的毫秒数表示.这个日期很重要,因为就计算机而言,这就是一切开始的地方. 您可…
最近在学python,网上很难找到对应的算法题网站,专业算法网站大部分都是国外的,之前在w3cschool看到有三个级别的Javascript脚本算法挑战,尝试用python实现,代码量相对比较少,如果你有更好的解法,还请不吝赐教,初学python,希望和大家一起日有所长. 目录 1.判断电话号码算法挑战 2.集合交集算法挑战 3.收银系统算法挑战 4.库存更新算法挑战 5.排列组合去重算法挑战 6.日期改写算法挑战 7.类及对象构建算法挑战 8.轨道周期算法挑战 9.数据组合求值算法挑战 1.…
Web 滴 Web 签到题 Web 大吉大利,今晚吃鸡 1)滴 网址http://117.51.150.246/index.php?jpg=TmpZMlF6WXhOamN5UlRaQk56QTJOdz09 参数两次base64解码一次ascii解码得到flag.php 观察只有flag.php才显示图片,尝试把index.php按规则编码获取到index的源码 <?php /* * https://blog.csdn.net/FengBanLiuYun/article/details/80616…
Django 项目创建 和 应用创建 创建一个Django项目 都是在相应平台的命令行环境下操作: 1. 进入用于存放项目的目录下 1.1 windows下切换目录:先进入具体的分区磁盘中如E盘就输入'E:';然后CD 进入E盘要创建项目的文件夹下'CD Pythonworkspace': 1.2 Linux下直接'cd /home/operation/Pythonworkspace' 2. 在项目目录下执行命令:django-admin startproject mysite # 这里mysi…
目录 主要是为了复习java相关知识,本文主要内容来自于 http://www.runoob.com/java 一.局部变量 局部变量声明在方法.构造方法或语句块中 在方法.构造方法.语句块被执行的时候创建,执行完后,变量将会被销毁 访问修饰符不能用于局部变量 局部变量只在声明它的方法.构造方法或语句块中可见 局部变量在栈上分配的 局部变量没有默认值,所以声明后必须初始化才可使用. 二.实例变量 实例变量声明在一个类中 当一个对象被实例化之后,每个实例变量的值就确定了 实例变量在对象创建的时候创…
李爱民-西安理工大学计算机科学与工程学院 ● 简介(Introduction)-> 李爱民(Aimin Li),男,湖北随州人,西安电子科学大学博士(PhD),中共党员.中国计算机学会会员,CSC访问学者,主要研究方向为生物信息学(Bioinformatics).机器学习(Machine Learning).发表学术论文30篇,其中SCI论文14篇,获发明专利1项.主审教材1部. 主持或参与科研项目20余项.高级程序员(信息产业部),软件工程师(陕西省人事厅Software Engineer),…
Gradle是一个基于Apache Ant和Apache Maven概念的项目自动化构建开源工具.它使用一种基于Groovy的特定领域语言(DSL)来声明项目设置,抛弃了基于XML的各种繁琐配置. 1.官网下载https://gradle.org/install/#manually 当前最新版本是5.0,下载下来gradle-5.0-bin.zip 2.压缩包解压后,根据实际路径配置环境变量 GRADLE_HOME=D:\java\gradle-5.0 PATH=%GRADLE_HOME%\bi…
0x00前言 上周五开始的DDCTF 2019,整个比赛有一周,题目整体来说感觉很不错,可惜我太菜了,做了4+1道题,还是要努力吧 0x01 web 滴~ 打开看着url,就像文件包含 文件名1次hex编码再2次编码,因此base64 2次解码+hex解码获取值为flag.jpg 并且查看页面源码图片是base64的编码,根据规律查看index.php的源码,在<img>标签内base64解码就是php的源码 <?php /* * https://blog.csdn.net/FengBa…