Description Polygon is a game for one player that starts on a polygon with N vertices, like the one in Figure 1, where N=4. Each vertex is labelled wi ...
分类:
其他好文 时间:
2020-01-08 21:17:41
阅读次数:
76
pip国内源 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https ...
分类:
其他好文 时间:
2020-01-08 21:16:32
阅读次数:
92
在项目中有些组件在各个项目中都会调用,那么将组件发布到npm ,用到的项目去下载,这样会省去一些不必要的麻烦。 将组件发布到npm 中的步骤 做个记录 1.项目的创建,我这里使用 vue init webpack-simple 项目名 2修改文件目录 , 创建 components 文件夹 创建 m ...
分类:
其他好文 时间:
2020-01-08 14:13:46
阅读次数:
208
第一次五分钟过了cf A https://codeforces.com/contest/1270/problem/A 思路:谁拿到最大的牌即赢 官方: #include<bits/stdc++.h> #define ll long long using namespace std; const in ...
分类:
其他好文 时间:
2020-01-08 00:30:23
阅读次数:
80
pypi 镜像使用帮助 pypi 镜像每 5 分钟同步一次。 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 注意,simple 不能少, 是 https 而不是 http 设为默认 升级 pip 到 ...
分类:
其他好文 时间:
2020-01-08 00:29:53
阅读次数:
286
https://blog.csdn.net/qq_33537945/article/details/79159070 https://gameinstitute.qq.com/community/detail/101996 https://blog.csdn.net/leeby100/article ...
分类:
编程语言 时间:
2020-01-07 18:19:13
阅读次数:
87
Windows直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,新建文件pip.ini,内容如下: [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:
编程语言 时间:
2020-01-06 23:02:21
阅读次数:
101
DocumentRoot Directory 变量 $v=12 c($_GET); c($_POST); 返回的是数组 键:值 c($_REQUEST); $_REQUEST (超全局变量)是接收了 $_GET $_POST $_COOKIE 三个的集合 include "form.html" $_ ...
分类:
Web程序 时间:
2020-01-06 18:11:06
阅读次数:
120
最近在使用DestroyImmediate的时候踩到一个坑:删除对象子物体的时候尽量不要用DestroyImmediate 这样写: for (int i = 1; i < starNodeRight.childCount; i++) {DestroyImmediate(starNodeRight. ...
分类:
其他好文 时间:
2020-01-06 12:51:34
阅读次数:
78
摘自:https://www.cnblogs.com/xuningfans/p/12151851.html Java日志体系居然这么复杂?——架构篇 本文是一个系列,欢迎关注 日志到底是何方神圣?为什么要使用日志框架? 想必大家都有过使用System.out来进行输出调试,开发开发环境下这样做当然很 ...
分类:
编程语言 时间:
2020-01-06 09:55:27
阅读次数:
87