会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lnlidawei
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
···
16
17
18
19
20
21
22
23
24
···
51
下一页
2023年12月28日
生活:磨砺让青春更靓丽(转载)
摘要: 参考资料: 1、原文地址(20231228):https://www.manongdao.com/
阅读全文
posted @ 2023-12-28 00:49 lnlidawei
阅读(34)
评论(0)
推荐(0)
2023年12月14日
os: vscode -- fedora38
摘要: 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
阅读(178)
评论(0)
推荐(0)
2023年11月29日
web: lamp - ubuntu2310
摘要: 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
阅读(80)
评论(0)
推荐(0)
2023年11月23日
学习方法: 学习的基本过程
摘要: 学习方法: 学习的基本过程 一、学习的基本思路 (一)、明确的学习目的: 1、明确知道“自己为什么要学这些内容”。 2、当你被动的、必须学一些科目时,你必须主动弄清楚“为什么要学习这些内容”。 3、是否达成“学习目的”,要“可测量”。 (二)、明确的学习目标: 1、明确知道,需要学习哪些科目。 2、
阅读全文
posted @ 2023-11-23 03:06 lnlidawei
阅读(296)
评论(0)
推荐(0)
2023年11月22日
os: ubuntu2310 -- 基础配置
摘要: 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
阅读(90)
评论(0)
推荐(0)
[shell:bash]: bash -- string and array
摘要: 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
阅读(34)
评论(0)
推荐(0)
os: ubuntu2204 -- 配置和常用脚本
摘要: 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
阅读(199)
评论(0)
推荐(0)
2023年11月21日
os: fedora38 -- config
摘要: 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
阅读(52)
评论(0)
推荐(0)
2023年11月19日
caipiao: 数据从一个数据库转移到另一个数据库(新旧数据库:表的结构不同;PHP)
摘要: 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
阅读(60)
评论(0)
推荐(0)
2023年11月18日
php_mysql: dlt - 数据库操作
摘要: 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
阅读(46)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
51
下一页