一.async 1)默认值:true 2)默认即为异步方式,如果是false这个ajax请求为同步请求,知道获取远程数据后才能执行其他操作(就是说success之后打印日志) 二.cache 1)默认值:true 2)默认如果当前请求有缓存的话,直接使用缓存。如果该属性设置为false,则每次都会向 ...
分类:
Web程序 时间:
2019-05-20 15:08:27
阅读次数:
111
Adjust Glyph Adjust icon: Adjust icon as a link: ... ...
分类:
其他好文 时间:
2019-05-20 13:53:56
阅读次数:
109
1、添加安装源 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 193 100 193 0 0 104 0 0:00:01 0:00:01 - ...
分类:
数据库 时间:
2019-05-20 13:50:50
阅读次数:
879
Volume-down Glyph Volume-down icon: Volume-down icon as a link: ... ...
分类:
其他好文 时间:
2019-05-20 13:47:05
阅读次数:
153
#include #include main() { char s1[10],s2[10],s3[3]; int i=0,j=0,k=0; printf("请输入s1字符串:"); scanf("%s",s1); printf("输出s1的字符串:%s\n",s1); for(i=0;i<10;i+... ...
分类:
其他好文 时间:
2019-05-20 13:44:33
阅读次数:
90
/* towctrans example */ #include #include int main () { int i=0; wchar_t str[] = L"Test String.\n"; wchar_t c; wctype_t check = wctype("lower"); /* 小写... ...
分类:
其他好文 时间:
2019-05-20 13:29:02
阅读次数:
126
1.浅拷贝: 将原对象或原数组的引用直接赋给新对象,新数组,新对象/数组只是原对象的一个引用 2.深拷贝: 创建一个新的对象和数组,将原对象的各项属性的“值”(数组的所有元素)拷贝过来,是“值”而不是“引用” 为什么要使用深拷贝? 我们希望在改变新的数组(对象)的时候,不改变原数组(对象) 怎么检验 ...
分类:
其他好文 时间:
2019-05-20 13:27:19
阅读次数:
78
Align-left Glyph Align-left icon: Align-left icon as a link: ... ...
分类:
其他好文 时间:
2019-05-20 13:21:46
阅读次数:
93
https://codeforc.es/contest/1167/problem/E E. Range Deleting time limit per test 2 seconds memory limit per test 256 megabytes input standard input ou ...
分类:
其他好文 时间:
2019-05-20 13:17:42
阅读次数:
156
Camera Glyph Camera icon: Camera icon as a link: Camera icon on a button: Camera ... ...
分类:
其他好文 时间:
2019-05-20 13:14:51
阅读次数:
103