Chinaunix首页 | 论坛 | 博客
  • 博客访问: 932949
  • 博文数量: 210
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2070
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-19 21:54
文章分类

全部博文(210)

文章存档

2020年(2)

2019年(18)

2018年(27)

2017年(5)

2016年(53)

2015年(88)

2014年(17)

发布时间:2015-05-20 16:40:37

*PHP中的POST 和 GET方法  网页提交数据,有两种方式,一种是表单POST方法(这些form的method定义中,method=“post”)。  通过传递数据给服务器,由PHP程序,通过_POST【"name"】方式获取数据。  表单的GET方法,直接将数据参数,附加在url链接中,    &是分隔符格式是:“url + .........【阅读全文】

阅读(1127) | 评论(0) | 转发(0)

发布时间:2015-05-19 21:58:07

sort命令,对输出数据进行排序  用法(1):sort 文件名,默认按照字母的顺序(不分大小写)进行排序     用法(2):对输出进行排序           如果对汉字进行排序,默认排序,一般采用拼音顺序。(手机通讯录采取这种)          .........【阅读全文】

阅读(1113) | 评论(0) | 转发(0)

发布时间:2015-05-19 21:50:20

1电路图:2 代码(1)include <reg51.h>    unsigned char SEG_CC[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; unsigned char SEG_CA[10]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};void delay_ms (){unsigned  char a ,b;for (b=102;b>0;b--);{for (a=3;a>0;a--);.........【阅读全文】

阅读(1015) | 评论(0) | 转发(0)

发布时间:2015-05-18 22:42:10

 #include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string.h>#include <stdlib.h>#define BOOKNAME "address_book.txt"int fd;void menu();int file_open(const char *pathname);void&nb.........【阅读全文】

阅读(979) | 评论(0) | 转发(0)

发布时间:2015-05-15 19:52:54

1 代码:#include <reg51.h>    unsigned char SEG_CC[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};unsigned char SEG_CA[10]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};unsigned char SEG_123[8]={0x7f,0xbf,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE}; sbit num=P2^0;sbit a=.........【阅读全文】

阅读(906) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

Super丶小波2021-07-19 11:59

111

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

陈小静1232016-06-18 22:26

回复  |  举报
留言热议
请登录后留言。

登录 注册