Jessie has a magic mirror. Every morning she will ask the mirror: 'Mirror mirror tell me, who is the most beautiful girl in the world?' If the mirror ...
分类:
其他好文 时间:
2018-09-15 20:00:54
阅读次数:
399
1.1)官网: http://www.dcloud.io/ 2)案例: http://www.dcloud.io/case/#group-1 3)文档:http://dev.dcloud.net.cn/mui/ui/ 4)简单的注意事项等:http://ask.dcloud.net.cn/docs/ ...
分类:
其他好文 时间:
2018-09-13 20:19:29
阅读次数:
146
1 #include 2 #define main mian 3 using namespace std; 4 void add(int x,int v){ 5 for(; x<=n;x+=x &-x) sum[x]+=v; 6 } 7 int ask(int k){ 8 int ans=0; 9 ... ...
分类:
编程语言 时间:
2018-09-07 19:13:55
阅读次数:
154
jna调用的方式上面代码中的注释已经写得很清楚了,现在我们就来看看jna的函数调用、回调函数。 我们先来看看一般回调函数java的实现,其中加入了异步的思想,这也正是回调方法Callback最大的优势: 现在有一个场景,学生A、B是同学,学生A有到题不会做就ask学生B。 1.会做题的接口 2.学生 ...
分类:
其他好文 时间:
2018-09-03 02:32:07
阅读次数:
214
一个函数在自己内部调用自己,需要有个返回结果import timeperson_list = ["alex", "wupqi", "yaohuan", "lhaifeng", "zhanshi"]def ask_way(person_list): print("-" * 50) if len(per ...
分类:
其他好文 时间:
2018-08-28 00:54:55
阅读次数:
145
Ask Question Ask Question up vote6down votefavorite 4 I'm trying to use Feign client. Below is my feing client: import com.eprogrammerz.examples.domai ...
分类:
其他好文 时间:
2018-08-16 21:36:38
阅读次数:
312
Description You are given a tree (an acyclic undirected connected graph) with N nodes, and edges numbered 1, 2, 3...N 1. We will ask you to perfrom so ...
分类:
其他好文 时间:
2018-08-11 15:39:55
阅读次数:
175
7月31日任务11.10/11.11/11.12安装PHP511.13安装PHP7php中mysql,mysqli,mysqlnd,pdo到底是什么http://blog.csdn.net/u013785951/article/details/60876816查看编译参数http://ask.apelearn.com/question/1295将php5安装在aming1.安装顺序是有一个安排的,
分类:
Web程序 时间:
2018-07-31 21:39:01
阅读次数:
195
selenium webdriver学习 实现简单的翻页,将页面内容的标题和标题链接取出; 该情况适合能能循环page=1~n,并且每个网页随着循环可以打开的情况, 注意一定是自己拼接的url可以打开,如:http://ask.testfan.cn/articles?page=15,就可以翻到文章分 ...
分类:
编程语言 时间:
2018-07-28 13:47:23
阅读次数:
200
题面 https://www.lydsy.com/JudgeOnline/problem.php?id=5016 题解 莫队算法 因此我们可以用(l,r) 表示ask(1,l,1,r) 然后就可以了莫队了 用num1,num2两个数组记录下当前两个区间中每个数字分别出现多少次 Code 1 #inc ...
分类:
其他好文 时间:
2018-07-26 18:25:39
阅读次数:
164