- 2024-09-23tmp
Mem-Info:active_anon:2inactive_anon:140isolated_anon:0active_file:0inactive_file:0isolated_file:0unevictable:7458dirty:0writeback:0slab_reclaimable:243slab_unreclaimable:2038mapped:5074shmem:0pagetables:20bounce:0free:16486free_pcp:10fre
- 2024-04-14scanf 中给 double 用 %f 时赋值异常, float lf, char s 同理
结论scanf的变量要匹配对应的格式化字符串。floatf,doublelf,charc编译器提示的错误要消除,不消除不能运行;同时尽量消除警告doublefc语言中,给double类型的变量用scanf%f输入赋值时,会发生逻辑上的错误,请看代码#include<stdio.h>intmain(){doublevalue
- 2024-01-31easyui-datagrid 加载数据 方法二 ( 自定义返回值 json方式)
效果图 html部分<tableclass="my_table"><tr><tdclass='my_dt_label'>主叫号码:</td><tdclass='my_dt_field'><inputtype='text'id='select_callerid&
- 2024-01-31easyui-datagrid 加载数据 方法一( 数据绑定方式 )
效果图 html 部分<divstyle='padding:0px0px7px12px;'><tableclass="my_table"><tr><tdclass='my_dt_label'>姓名:</td><tdclass='
- 2023-11-17while与do...while
当需要在每次输入前给提示时,dowhile循环好于while循环constintsecret_code=13;intcode_entered;pritnf("Toenterthetreskaidekaphobiatherapyclub,\n");printf("pleaseenterthesecretcodenumber:");scanf("%d",&code_entered);w
- 2023-02-17Gherkin scenario vs scenario outline
scenariovsscenariooutlineInGherkin,thescenarioisasimpletestcasethatdescribesaparticularbehaviorofthesystemundertest.Ascenariooutlin
- 2022-10-21Layui 之TreeTable(树形数据表格),适用于权限、部门等
TreeTable.js下载链接:https://pan.baidu.com/s/1lLBge_4MSSViLztwTnPfkA提取码:whj3一、效果图 二、前端代码{includefile='common/header'}<divclass="layui-fl
- 2022-08-31easyui-switchbutton 默认 选中
默认选中主要是在 html 加入 checked<tdstyle="width:65px;">创建时间:</td><td><inputid="switch_date_entered"class="easyui-switchbutton"style="wid