lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 48 下一页

2023年12月31日

摘要: 声明:本文转载自《数学三大核心领域概述:代数、几何、分析》,原文作者【数学与人工智能】;本文版权归属于【数学与人工智能】。 数学三大核心领域概述:代数、几何、分析 (作者: 数学与人工智能 发表时间: 2022-04-07 12:36) 0、数学概述: 数学发展到现在,已经成为科学世界中拥有100多 阅读全文
posted @ 2023-12-31 00:15 lnlidawei 阅读(293) 评论(0) 推荐(0)

2023年12月28日

摘要: [c][cpp]: wchar_t 输出“中文” 一、说明: 0、所用语言:c,编译:gcc -o wchar_t wchar_t.c -std=c2x 1、单个宽字符变量的定义: wchar_t s = L'中' 2、单个宽字符变量的输出控制符: %Lc, %lc 3、多个宽字符数组变量的定义:w 阅读全文
posted @ 2023-12-28 08:19 lnlidawei 阅读(145) 评论(0) 推荐(0)

摘要: 参考资料: 1、原文地址(20231228):https://www.manongdao.com/ 阅读全文
posted @ 2023-12-28 00:49 lnlidawei 阅读(13) 评论(0) 推荐(0)

2023年12月14日

摘要: os: vscode -- fedora38 一、vscode 安装:官方安装方法 1、vscode 官方安装网址:https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions 2 阅读全文
posted @ 2023-12-14 10:22 lnlidawei 阅读(141) 评论(0) 推荐(0)

2023年11月29日

摘要: web: lamp - ubuntu2310 一、基础说明 1、lamp说明: L = linux, A = apache2, M = mariadb(mysql), P = php 二、安装包安装 1、安装命令: [wit@ubuntu:null]$ sudo apt install mariad 阅读全文
posted @ 2023-11-29 01:08 lnlidawei 阅读(26) 评论(0) 推荐(0)

2023年11月23日

摘要: 学习方法: 学习的基本过程 一、学习的基本思路 (一)、明确的学习目的: 1、明确知道“自己为什么要学这些内容”。 2、当你被动的、必须学一些科目时,你必须主动弄清楚“为什么要学习这些内容”。 3、是否达成“学习目的”,要“可测量”。 (二)、明确的学习目标: 1、明确知道,需要学习哪些科目。 2、 阅读全文
posted @ 2023-11-23 03:06 lnlidawei 阅读(203) 评论(0) 推荐(0)

2023年11月22日

摘要: os: ubuntu2310 -- 基础配置 一、基本配置脚本(~/.bashrc) 1 [wit@ubuntu:null]$ cat ~/.bashrc 2 # ~/.bashrc: executed by bash(1) for non-login shells. 3 # see /usr/sh 阅读全文
posted @ 2023-11-22 06:26 lnlidawei 阅读(55) 评论(0) 推荐(0)

摘要: shell: bash -- string and array 一、源文件 1 [wit@ubuntu:null]$ cat ./string_and_array 2 #!/usr/bin/env bash 3 4 5 6 7 # file_name = string_and_array 8 9 1 阅读全文
posted @ 2023-11-22 05:48 lnlidawei 阅读(13) 评论(0) 推荐(0)

摘要: os: ubuntu2204 -- 配置和常用脚本 一、配置(/etc/profile) 1 [wit@on:null]$ cat /etc/profile 2 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1) 阅读全文
posted @ 2023-11-22 03:08 lnlidawei 阅读(158) 评论(0) 推荐(0)

2023年11月21日

摘要: os: fedora38 -- config 一、~/.basrc 1 [wit@fedora ~]$ cat ~/.bashrc 2 # .bashrc 3 4 # Source global definitions 5 if [ -f /etc/bashrc ]; then 6 . /etc/b 阅读全文
posted @ 2023-11-21 01:41 lnlidawei 阅读(24) 评论(0) 推荐(0)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 48 下一页