html 代码 <div class="data_bodey"> <div class="index_nav" > <ul style="height: 30px; margin-bottom: 0px;"> <li class="l_left total_chose_fr nav_active"> ...
分类:
Web程序 时间:
2020-11-27 11:40:13
阅读次数:
14
tomcat7 - Changing default welcome-page for spring-boot application deployed as a war - Stack Overflow https://stackoverflow.com/questions/26057995/ch ...
分类:
编程语言 时间:
2020-11-23 11:59:09
阅读次数:
7
sysrq mm log里Free swap、Total swap是什么含义? [22634.588075] Free swap = 0kB[22634.588076] Total swap = 204796kB get_nr_swap_pages函数返回swap file或者swap device ...
分类:
其他好文 时间:
2020-11-20 11:45:23
阅读次数:
5
CS5285: Information Security for eCommerce Autumn, 2020Problem Set 2 (Due Date: Q1–Q8 November 25 – 19:00) Total: 102 pointsSubmit Q1–Q7 electronic co ...
分类:
其他好文 时间:
2020-11-19 12:13:34
阅读次数:
4
微信数据转换 分析提取微信零钱数据 # 微信数据转换 def wxProcessDo(total_list, begin, companyName, accountingTitle): # 期初22.55 期末余额 421.65 total_list = total_list[17:] # 倒序输出 ...
分类:
微信 时间:
2020-11-18 13:08:56
阅读次数:
34
一.流程图定义说明 流程:Flow,是指特定主体为了满足特定需求而进行的有特定逻辑关系的一系列操作过程,流程是自然而然就存在的。但是它可以不规范,可以不固定,可以充满问题。所以就会造成看似没有流程。前不久,团队每个人对接一个业务团队去调研流程,反馈给我的流程有一些缺失。询问时,负责人反馈给我的答复是 ...
分类:
其他好文 时间:
2020-11-13 13:04:20
阅读次数:
6
参考:鸟叔私房菜 http://cn.linux.vbird.org/linux_basic/0210filepermission.php#filepermission 1、Liunx文件属性 在系统内输入 ls -al 命名 total 1208 drwxr-xr-x 133 root root ...
分类:
其他好文 时间:
2020-11-10 10:40:35
阅读次数:
2
int sumOddLengthSubarrays(int* arr, int arrSize){ int i,j,cnt,sum,total=0; for(i=0; i<arrSize; i++) { cnt=0; sum=0; for(j=i; j<arrSize; j++) { cnt++; ...
分类:
编程语言 时间:
2020-11-08 17:21:52
阅读次数:
23
第一种方法#include<stdio.h>#include<Windows.h>#pragmawarning(disable:4996)intQishui(intn){inttotal=0;total+=n;for(;n>=2;n=n/2+n%2){total+=n/2;}returntotal;}intmain(){intmoney=0;printf("
分类:
其他好文 时间:
2020-11-07 16:25:52
阅读次数:
17
布局 Flex布局 ? 父级设置: display: flex;将对象作为弹性伸缩盒显示 flex-flow: column;方向设置为垂直方向(flex-flow 属性是 flex-direction 和 flex-wrap 属性的复合属性,直接使用flex-direction亦可) 父级需设置高 ...
分类:
Web程序 时间:
2020-11-06 02:09:09
阅读次数:
29