lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页

2023年12月28日

摘要: 参考资料: 1、原文地址(20231228):https://www.manongdao.com/ 阅读全文
posted @ 2023-12-28 00:49 lnlidawei 阅读(1) 评论(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:23 lnlidawei 阅读(57) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑

2023年11月23日

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

2023年11月19日

摘要: caipiao: 数据从一个数据库转移到另一个数据库(新旧数据库:表的结构不同;PHP) 一、php源代码 1 [wit@fedora dlt]$ cat dltlibs_backup.php 2 #!/usr/bin/env php 3 4 5 <?php 6 7 8 9 10 // insert 阅读全文
posted @ 2023-11-19 01:20 lnlidawei 阅读(20) 评论(0) 推荐(0) 编辑

2023年11月18日

摘要: php_mysql: dlt - 数据库操作 一、数据库的建立和数据插入 1、数据库建立 1 DROP DATABASE `tmp`; 2 3 4 CREATE DATABASE IF NOT EXISTS `tmp`; 5 6 7 USE tmp; 8 9 10 CREATE TABLE IF N 阅读全文
posted @ 2023-11-18 08:57 lnlidawei 阅读(9) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页