libimobiledevice 是一个跨平台的软件库,支持 iPhone®, iPod Touch®, iPad® and Apple TV® 等设备的通讯协议。 安装 命令: brew install --HEAD libimobiledevice brew install --HEAD ide ...
分类:
移动开发 时间:
2019-08-23 20:43:56
阅读次数:
248
splay平衡树实现 留坑 spaly权值平衡树: "普通平衡树" ~~~c++ include include include include include include include include define inf 2000000000 define rep(i,a,b) for(i ...
分类:
其他好文 时间:
2019-08-15 22:53:00
阅读次数:
111
使用清华镜像,具体方法如下: from https://blog.csdn.net/ada0915/article/details/78529877 问题:conda无法安装更新,报错内容如下:参考链接:conda httperror http none none for url none Anac ...
分类:
其他好文 时间:
2019-08-11 13:18:46
阅读次数:
125
一。基本概念 Redis和MongoDB是当前使用最广泛的NoSQL,而就Redis技术而言,它的性能十分优越,可以支持每秒十几万此的读/写操作,其性能远超数据库,并且还支持集群、分布式、主从同步等配置,原则上可以无限扩展,让更多的数据存储在内存中,更让人欣慰的是它还支持一定的事务能力,这保证了高并 ...
分类:
其他好文 时间:
2019-08-10 21:35:16
阅读次数:
124
C. Planning time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output C. Planning time limit per te ...
分类:
其他好文 时间:
2019-08-09 23:48:18
阅读次数:
116
Coins I 题目描述 Alice and Bob are playing a simple game. They line up a row of n identical coins, all with the heads facing down onto the table and the t ...
分类:
其他好文 时间:
2019-08-08 16:19:11
阅读次数:
92
相信初接触到CALayer的人都会遇到以下几个问题: 为什么修改anchorPoint会移动layer的位置? CALayer的position点是哪一点呢? anchorPoint与position有什么关系? 每一个UIView都默认关联着一个CALayer, UIView有frame、boun ...
分类:
移动开发 时间:
2019-07-30 14:21:23
阅读次数:
143
在WebApi项目里使用MiniProfiler并且分析 Entity Framework Core 一、安装配置MiniProfiler 在现有的ASP.NET Core MVC WebApi 项目里,通过Nuget安装 : 当然也可以通过 可视化工具安装 接下来就是如何配置和使用 MiniPro ...
服务器时不时爆炸,有点难受。 题目链接:http://acm.hdu.edu.cn/userloginex.php?cid=849 A: 神仙题。不可做题。 B: dp。 C: 推式子题。 D: 边分治。 E: 可以数学推理的题。但是显然打表更快找出规律。对打出来的结果做两次差分即可。 1 /* b ...
分类:
其他好文 时间:
2019-07-24 22:54:52
阅读次数:
268
从第3行到第6行,看出此脚本的执行目录是在上一层目录。 sos-ci git:(master) cat -n start-ci.sh 1 #!/bin/bash 2 3 mkdir sos-data 4 5 cd sos-ci 6 ./set-env-to-vars.sh 7 8 COUNTER=0 ...
分类:
其他好文 时间:
2019-07-24 18:00:42
阅读次数:
128