原文: http://blog.gqylpy.com/gqy/352 "@ "toc" 在开始之前,我们先看看MongoDB有哪些数据类型 1. Object ID Documents(行)自动生成的 _id 2. String 字符串,必须是UTF 8 3. Boolean 布尔值,true/fa ...
分类:
数据库 时间:
2019-08-18 23:34:43
阅读次数:
141
笛卡尔树模板题,但是蒟蒻调这道题比调它的变式题目调的更久,我果然是菜过头了 "原题传送门" include define ll long long using namespace std; const int maxn = 50000 + 10; int n, top; int fa[maxn], ...
分类:
其他好文 时间:
2019-08-18 12:00:41
阅读次数:
87
之前学斜率优化的锅,凸包没学会,当时是不等式搞过去的,考试时妄想推出和u无关,只和祖先有关的不等式,失败。。。 先看式子(c[fa]-c[son])/(dep[son]-dep[fa]),看起来很别扭,尝试加负号,就变成了斜率(我们以dep为x轴,dep为y轴建坐标系),要求斜率最大,为下凸包, 这 ...
分类:
其他好文 时间:
2019-08-18 09:18:17
阅读次数:
96
$("#form_title").ajaxSubmit({ //页面生成的html 中含有表单提交表单方式 dataType: "json", success : function(obj){ lock_flag = false; if(obj.errno == 0){ lock_flag = fa... ...
分类:
Web程序 时间:
2019-08-17 14:42:34
阅读次数:
91
1.查看软件 # pkginfo -i SUNWxvnc system SUNWxvnc X11/VNC server 2.配置GDM # vi /etc/X11/gdm/gdm.conf 在文件最后加上以下内容: [xdmcp]Enable=true[security]DisallowTCP=fa ...
分类:
其他好文 时间:
2019-08-16 22:37:19
阅读次数:
201
理解业务背后的逻辑,抓住创业重点。 第一课:开始学习 1,FA : financial advisor。财务顾问。 2,本节课的目的:抓住创业的重点。 3,预热思考题: (1) 如果把你的整个创业过程,拆解成几个大的里程碑的话,你会怎么拆分? version1: 冷启动,融资,DAU 10万,广告盈 ...
分类:
其他好文 时间:
2019-08-16 00:35:26
阅读次数:
95
报错信息:[Composer\Downloader\TransportException] The "https://repo.packagist.org/p/doctrine/inflector.json" file could not be downloaded: fa iled to open ...
Summer Project - 2019Graph Theory: Representation and Algorithms1 IntroductionIn order to complete this project successfully, the student should be fa ...
分类:
其他好文 时间:
2019-08-11 20:42:33
阅读次数:
84
"原文链接(更好的阅读体验)" 参考文章 "www.luogu.org/blog/zyxxs/post xiao yi jiang tan qian tan sheng fa ni yuan" 什么是乘法逆元 若整数$b,m$互质,并且$b|a$,若存在一个整数$x$,使得$a / b \equiv ...
分类:
其他好文 时间:
2019-08-10 14:01:16
阅读次数:
81
```cpp include define N 100005 using namespace std; int n,m; int fa[N],ch[N][2],size[N],rev[N],rt; inline void pushup(int x){ size[x]=size[ch[x][0]]+s ...
分类:
其他好文 时间:
2019-08-09 13:20:10
阅读次数:
76