摘要: gets() 从键盘上读取一个完整的行,存入字符串组,并用空字符'\0'取代行尾的换行符‘\n’gets()输入后会覆盖原有的字符strlen(字符串) 计算字符串有效长度strcpy(str2,str1) str2目标字符串 str1源字符串 复制字符串strcat(str2,str1) str2 阅读全文
posted @ 2021-09-14 21:20 Aliezerofist 阅读(43) 评论(0) 推荐(0) 编辑
摘要: con_key = getchar();//获取键盘输入的字符 if(con_key=='\n')//按下回车键程序继续 但此时赋值的为回车,程序进入if { con_key=getchar(); } 为什么赋值两遍给​con_key 当从键盘输入时,键盘输入的字符会保存在缓冲区,当按下回车键,缓冲 阅读全文
posted @ 2021-09-09 13:56 Aliezerofist 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 用于AjAX回传 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HPIT.RentHouse. 阅读全文
posted @ 2020-12-31 10:03 Aliezerofist 阅读(84) 评论(0) 推荐(1) 编辑
摘要: lambda的增删改查语法 阅读全文
posted @ 2020-12-31 09:57 Aliezerofist 阅读(54) 评论(0) 推荐(0) 编辑
摘要: AutoFac配置 阅读全文
posted @ 2020-12-29 13:59 Aliezerofist 阅读(160) 评论(0) 推荐(1) 编辑