``` 打卡 ``` ``` export default { data() { return { formId: [] }; }, methods: { submit: function(e) { ... ...
分类:
微信 时间:
2019-05-07 15:33:56
阅读次数:
262
/** * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. * * You may not modify, use, reproduce, or distribute this software except ...
分类:
其他好文 时间:
2019-05-05 01:24:09
阅读次数:
165
分 空白 无符号 正号 负号 无意义符号分别讨论: 有点难看 应该写成函数分开的 Submission Detail 1079 / 1079 test cases passed. Status: Accepted Runtime: 44 ms Memory Usage: 13.3 MB Submit ...
分类:
其他好文 时间:
2019-05-03 13:03:55
阅读次数:
110
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Description Ugly numbers are numbers whose only prime factors are 2 ...
分类:
其他好文 时间:
2019-05-03 11:50:31
阅读次数:
114
1、django初始化配置https://blog.51cto.com/yht1990/23828982、创建模型D:\mysite\polls\models.pyfromdjango.dbimportmodelsclassPublisher(models.Model):id=models.AutoField(primary_key=True)#自增的ID主键name=models.CharFie
分类:
数据库 时间:
2019-04-25 20:15:35
阅读次数:
209
使用<button></button>时, 给其加入onclick时间并给'li'标签设置innerHTML属性后, 点击时只闪现li标签的内容, 不固定显示 ...
分类:
其他好文 时间:
2019-04-24 19:02:06
阅读次数:
116
26) 如何写代码来解决生产者消费者问题? 在现实中你解决的许多线程问题都属于生产者消费者模型,就是一个线程生产任务供其它线程进行消费,你必须知道怎么进行线程间通信来解决这个问题。比较低级的办法是用wait和notify来解决这个问题,比较赞的办法是用Semaphore 或者 BlockingQue ...
分类:
编程语言 时间:
2019-04-21 20:13:56
阅读次数:
189
一些名词概念 以yarn-cluster模式为例 Spark-submit提交源码解析 yarn的调度流程 https://www.cnblogs.com/shengyang17/p/10321228.html RDD中的数据变成一个个分区的数据,一个个分区变成任务 RDD(对数据计算逻辑的 抽象, ...
分类:
其他好文 时间:
2019-04-19 00:49:07
阅读次数:
133
<!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i ...
分类:
其他好文 时间:
2019-04-11 19:13:35
阅读次数:
155
简介 上一篇cookie绕过验证码模拟登录博客园,但这只是第一步,一般登录后,还会有其它的操作,如发帖,评论等等,这时候如何保持会话呢? session简介 1、通过help方法查看帮助文档,截图一部分,后面省略了,有兴趣的自己可以敲一下看看 2、参考代码 使用session登录 1、使用sessi ...
分类:
编程语言 时间:
2019-04-10 00:35:33
阅读次数:
246