Form1.CS using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syst ...
首先去Nuget中安装Log4Net包 安装:log4net 安装:Microsoft.Extensions.Logging.Console 安装:Microsoft.Extensions.Logging.Log4Net.AspNetCore 方式一 Program.cs文件 using Micro ...
分类:
Web程序 时间:
2020-06-20 21:29:26
阅读次数:
105
uniapp本地使用iconfont iconfont:https://www.iconfont.cn 从iconfont中选择图标,下载之后解压缩包,保留 iconfont.css、iconfont.ttf 将此文件拷贝到uniapp目录中(我是拷贝到colorui目录下) iconfont.cs ...
分类:
移动开发 时间:
2020-06-20 17:08:13
阅读次数:
101
分析OS系统调用 一些基本概念 系统调用概念 系统库中为系统调用编写了许多接口函数(API),不同的API对应了不同的真正的(OS内核中)系统调用 从实模式到保护模式 x86系统在刚开机时处于实模式,即cs:ip的寻址方式为cs左移四位+ip,寻址能力只有20位,当bootsect.s和setup. ...
分类:
其他好文 时间:
2020-06-20 13:08:19
阅读次数:
48
CPU:top top -H -p PIDprintf %x PPIDjstack pid | grep UPID vmstat 1procs memory swap-- io -system-- cpu r b swpd free buff cache si so bi bo in cs us s ...
分类:
其他好文 时间:
2020-06-20 10:36:52
阅读次数:
63
https://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic3.htm ...
分类:
其他好文 时间:
2020-06-19 14:19:05
阅读次数:
47
CS-LogN思维导图:记录专业基础 面试题 开源地址:https://github.com/FISHers6/CS-LogN 本章节 操作系统面试题导图如下: 操作系统面试题 操作系统引论 面试题1:什么是操作系统 控制和管理整个计算机系统的硬件和软件资源 为用户和上层软件,提供易用接口和环境的程 ...
分类:
其他好文 时间:
2020-06-18 16:12:02
阅读次数:
57
static void ComputeCodeLines() { string dir = @"D:\Work"; int totalLines = 0; string[] allFiles = Directory.GetFiles(dir, "*.cs", SearchOption.AllDire ...
1.项目 EntityFrameworkCore 添加引用 Volo.Abp.EntityFrameworkCore.MySQL。 2.在 EntityFrameworkCoreModule.cs 中代码 typeof(AbpEntityFrameworkCoreSqlServerModule) 修 ...
分类:
数据库 时间:
2020-06-17 11:00:23
阅读次数:
75
1 """读取csv文件""" 2 3 4 import csv 5 6 def readcsv_demo1(): 7 """采用列表形式,下标操作""" 8 with open('csvwriter.csv', 'r') as fp: 9 # reader是一个迭代器 10 reader = cs ...
分类:
其他好文 时间:
2020-06-15 22:31:30
阅读次数:
47