概述 在ES6中,class (类)作为对象的模板被引入,可以通过 class 关键字定义类。 class 的本质是 function。 它可以看作一个语法糖,让对象原型的写法更加清晰、更像面向对象编程的语法。 基础用法 类定义 类表达式可以为匿名或命名。 // 匿名类 let Example = ...
分类:
其他好文 时间:
2019-04-11 13:16:45
阅读次数:
142
使用好好的微信功能,突然安卓无法正常使用了,苹果的正常。 安卓报错内容: 40163,code been used. 题外话:微信的东西,为何报英文错误呢,装什么13. 实测结果:安卓获取用户信息时 ,触发了两次请求,而苹果只请求一次。 各种搜索,各种尝试,均无效。 沉下来好好想想,再反复测试, 最 ...
分类:
微信 时间:
2019-04-08 13:49:40
阅读次数:
365
题意 Language:DefaultTrue Liars Time Limit: 1000MSMemory Limit: 10000KTotal Submissions: 6392Accepted: 2080DescriptionAfter having drifted about in a sm ...
分类:
其他好文 时间:
2019-04-06 09:15:13
阅读次数:
133
问题:在本地pycharm上跑没问题,部署到服务器上就发现表单提交没反应了,取出火狐调试发现出现如下错误,大概意思是被服务器端同源策略拦截导致,因为项目是前后端分离开发,所以服务器会判断前端属于跨域请求。 解决方法: 在配置文件中添加如下两个参数: CORS_ORIGIN_ALLOW_ALL = T ...
分类:
数据库 时间:
2019-04-06 00:24:37
阅读次数:
1170
George and Job CodeForces - 467C The new ITone 6 has been released recently and George got really keen to buy it. Unfortunately, he didn't have enough ...
分类:
其他好文 时间:
2019-04-05 00:37:21
阅读次数:
226
Team CodeForces - 401C Now it's time of Olympiads. Vanya and Egor decided to make his own team to take part in a programming Olympiad. They've been be ...
分类:
其他好文 时间:
2019-04-03 20:39:41
阅读次数:
166
POJ 1004 Financial Management Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 204286 Accepted: 77740 Description Larry graduated this year ...
分类:
其他好文 时间:
2019-04-01 23:58:27
阅读次数:
250
In summary, a socket will be identified in a particular set when select returns if: readfds:If listen has been called and a connection is pending, acc ...
分类:
其他好文 时间:
2019-04-01 14:13:15
阅读次数:
178
Simplest Task in WindowsTime Limit: 2 Seconds Memory Limit: 65536 KB A typical windows platform may have several windows on the desktop. A user's oper ...
1)如何查看本机所开端口: 用netstat -a —n命令查看!再stat下面有一些英文,我来简单说一下这些英文具体都代表什么 LISTEN:侦听来自远方的TCP端口的连接请求 SYN-SENT:再发送连接请求后等待匹配的连接请求 SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接 ...
分类:
其他好文 时间:
2019-03-27 17:10:11
阅读次数:
308