1.set(WeakSet 只接收对象) 个人理解:set数据结构我认为最主要的用途就是去重了,它接收一个数组,它的增/删/查 分别是:add/delete/has 它有一个size属性,类似数组的length,可以通过Array.from()转换为数组 2.Symbol 个人理解:Symbol前端 ...
分类:
其他好文 时间:
2020-07-01 17:34:53
阅读次数:
72
当你想找一家餐厅吃饭,却不知道去哪家,这时候手机跳出一条通知,为你自动推送附近优质餐厅的信息,你会点击查看吗?当你还在店内纠结于是否买下一双球鞋时,手机应用给了你发放了老顾客5折优惠券,这样的广告你有拒绝的理由吗? 这样的广告不仅不会引起用户的厌烦,还满足了用户的需求。更准确的广告推送,减少对用户不必要的打扰,提高用户对应用的满意度。那如何才能给自己的
分类:
其他好文 时间:
2020-07-01 16:04:03
阅读次数:
64
环境centos7thinkphp 5.0think-worker 1.0.1Workerman version:3.5.30PHP version:5.6.9 thinkphp 5.0使用workerman,启动workerman服务端报错 pcntl_signal() has been disa ...
分类:
Web程序 时间:
2020-07-01 12:26:37
阅读次数:
251
1.I have not been strong, to be able to fight against all the mistakes I have made. 我还没有刚强到,可以本身来抗全部犯下的错。 2.People who don't love you, you are gentle ...
分类:
其他好文 时间:
2020-07-01 09:39:08
阅读次数:
254
要点:使用DMRP algorithm (decision making with a reference point)在重启阶段为解决问题提供好的方向。 引文来自: Kottler S. (2010) SAT Solving with Reference Points. In: Strichman ...
分类:
其他好文 时间:
2020-06-30 20:42:54
阅读次数:
56
Extracting keywords from texts has become a challenge for individuals and organizations as the information grows in complexity and size. The need to a ...
分类:
其他好文 时间:
2020-06-30 20:36:13
阅读次数:
83
1、解压压缩包 我的放到:K:\Mysql5.7\mysql-5.7.15-winx64 2、配置环境变量 新建MYSQL_HOME: K:\Mysql5.7\mysql-5.7.15-winx64 path 添加 : %MYSQL_HOME%\bin 3、新建并修改配置文件my.ini [mysq ...
分类:
数据库 时间:
2020-06-30 10:32:08
阅读次数:
81
解决报错 automatic updates download has encountered a problem an error occurred while collecting itens to be installed 在线安装 打开eclipse->Help->Install new s ...
分类:
编程语言 时间:
2020-06-27 12:05:36
阅读次数:
123
In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes (wi ...
分类:
其他好文 时间:
2020-06-27 09:35:14
阅读次数:
75
问题一:AttributeEror:"Nonetype" object has no attribute'encoding" 解决方法将utf-8 改为 utf8 问题二 Warning: (3719, "'utf8' is currently an alias for the character ...
分类:
数据库 时间:
2020-06-27 09:30:12
阅读次数:
114