08 2015 档案
web也是区分前端与后端的,session\cookie辨析
摘要:1 Ajax交互方式 2 Ext.Ajax.request( 3 { 4 //被用来向服务器发起请求默认的url 5 url : "", 6 //请求时发送后台的参数,既可以是Json对象,也可以直接使用“name = value”形式的字... 阅读全文
posted @ 2015-08-22 11:02 Eton..Bee 阅读(3959) 评论(0) 推荐(0) 编辑
insertion sort(插入排序)
摘要:#include#includeint insertion_sort(){ const int max =10000; int a[max],i,j; srand((unsigned int)time(NULL)); for(i=0;i=0&&tmp<a[j]) ... 阅读全文
posted @ 2015-08-12 08:38 Eton..Bee 阅读(142) 评论(0) 推荐(0) 编辑
字符串小小000001
摘要:1 int arr_1() 2 { 3 ///char a[]={'h','e','l','o','\0'};///没有\0的时候,返回n=7,然后S打印乱码 4 char a[]="helo";///这样初始化的话,自动增加\0;字符串长度为4,数组大小为5; 5 int... 阅读全文
posted @ 2015-08-06 17:26 Eton..Bee 阅读(183) 评论(0) 推荐(0) 编辑
链表存储从文件读取的数据
摘要:1 #include"getWhitelist_demo.h" 2 3 void Initialize_List(List *l) 4 { 5 *l=(List)malloc(sizeof(Node)); 6 (*l)->Next=NULL; 7 } 8 9 void Inse... 阅读全文
posted @ 2015-08-06 10:30 Eton..Bee 阅读(2036) 评论(0) 推荐(0) 编辑
execve(file, argv, env)参数argv获取字符串个数
摘要:1 /* Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. 2 This file is part of the GNU C Library. 3 4 The GNU C Library is fr... 阅读全文
posted @ 2015-08-03 10:30 Eton..Bee 阅读(598) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示