按照题号排序 1.Multiples of 3 and 5 题意:求 $1000$ 以内的,是 $3$ 或 $5$ 倍数的数的和 直接模拟 2.Even Fibonacci numbers 题意:求 $4\times 10 ^ 6$ 内的,是偶数的斐波那契数之和 直接模拟 3.Largest pri ...
分类:
其他好文 时间:
2020-11-24 12:11:58
阅读次数:
5
Windows 安装 agent 下载客户端:https://www.zabbix.com/download_agents 有两种文件可以下载,一种是Archive,一种是MSI安装包 安装客户端 EnableRemoteCommands=1 # 允许在本地执行远程命令 LogRemoteComma ...
XDRender_LightMode_Anisotropic(1) 各项异性着色(1) 正文 @Author: 白袍小道 见笑各位大神 理论基础关键点 首先梳理一下和各项异性相关的知识和基础, 这里特别注意切线空间以及切线和副切线, 法线扰动. 下面做个大概列举, 论文和网络都有很详细的说明. 这里 ...
分类:
Web程序 时间:
2020-11-23 11:59:51
阅读次数:
11
一、安装apache 1)安装apache yum install -y httpd 2)启动apache服务 systemctl start httpd 3)查看服务状态(验证服务是否启动) systemctl status httpd (状态为active runging是启动)netstat ...
分类:
Web程序 时间:
2020-11-20 12:04:08
阅读次数:
21
v-show不能在<template>上使用 <button v-on:click="warn('Form cannot be submitted yet.', $event)">Submit</button> // ... methods: { warn: function (message, e ...
分类:
Web程序 时间:
2020-11-20 11:58:10
阅读次数:
15
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ESA2GJK1DH1K_B/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></ ...
分类:
其他好文 时间:
2020-11-20 11:45:41
阅读次数:
4
jQuery(四) 1. 几种遍历方法 1.1. each方法 1.1.1 jq对象.each()方法 遍历jQuery对象集合,为每个匹配的元素执行一个函数 语法: $(selector).each(function(index,element)) 参数 描述 function*(index,el ...
分类:
Web程序 时间:
2020-11-19 12:19:16
阅读次数:
16
CS5285: Information Security for eCommerce Autumn, 2020Problem Set 2 (Due Date: Q1–Q8 November 25 – 19:00) Total: 102 pointsSubmit Q1–Q7 electronic co ...
分类:
其他好文 时间:
2020-11-19 12:13:34
阅读次数:
4
IOS ICON 制作网站 图标生成 https://www.canva.com/ 生成整套图标 https://appicon.co swift驼峰法命名 变量:小驼峰法f命名 ? 例:diceImageView ? btnRoll 文件名:大驼峰法命名 ? 全大写 变量申明 申明一个变量就是制造 ...
分类:
移动开发 时间:
2020-11-18 13:29:04
阅读次数:
33
参考: https://www.runoob.com/python/python-object.html https://www.runoob.com/w3cnote/python-extends-init.html Python3中曾经在写pyqt的时候遇到一个问题, 如果类继承了某个类.如下代码 ...
分类:
编程语言 时间:
2020-11-18 13:17:15
阅读次数:
16