老鄢博客

分享互联网技术,各种技术折腾

×
  • 首页
  • 热爱技术
    • 服务器
    • php
    • shell
    • vim
    • 前端
  • vps服务器
  • 各类新闻
  • 历史故事
  • 成语故事
首页发表于2021年08月的文章
ifconfig取网络接口列表及ip地址

ifconfig取网络接口列表及ip地址

root@test:/home/test/shell# ifconfig |cut -c 1,2,3,4,5,6|tr -d ' '|tr -s '\n' eth0...
2021年08月03日  阅读 409 次浏览 发表评论
阅读全文
shell相关统计

shell相关统计

 统计一句话每个字母出现的频率 root@test:/home/test#output=`echo "asdfaadfs"|sed 's/[^\n]/&a...
2021年08月03日  阅读 501 次浏览 发表评论
阅读全文
shell数组

shell数组

linux shell 关联数组 hash http://blog.csdn.net/ysdaniel/article/details/7909824 [root@...
2021年08月03日  阅读 460 次浏览 发表评论
阅读全文
mysql命令行执行存储过程

mysql命令行执行存储过程

转:http://blog.sina.com.cn/s/blog_6d187d2701019uew.html 一:查看存储过程 1,show procedure s...
2021年08月03日  阅读 631 次浏览 发表评论
阅读全文
shell操作mysql

shell操作mysql

root@localhost ~ # mysql -uroot -p -h127.0.0.1 test Enter password: Welcome to the...
2021年08月03日  阅读 384 次浏览 发表评论
阅读全文
shell中特殊符号

shell中特殊符号

root@test:/home/test/shell# time=`uptime` root@test:/home/test/shell# echo $time 2...
2021年08月03日  阅读 382 次浏览 发表评论
阅读全文
php存储过程输出参数

php存储过程输出参数

 example: <!-- create procedure in_out (in parameter integer) begin declar...
2021年08月03日  阅读 252 次浏览 发表评论
阅读全文
php存储过程输入参数

php存储过程输入参数

 example: <?php // create procedure withparam(in id int) select username f...
2021年08月03日  阅读 544 次浏览 发表评论
阅读全文
php存储过程输入输出参数

php存储过程输入输出参数

 example: <!-- SHOW CREATE PROCEDURE hi; create procedure inoutsp(in id in...
2021年08月03日  阅读 556 次浏览 发表评论
阅读全文

文章导航

第 1 页 第 2 页 第 3 页

近期文章

  • oppo开启shizuku
  • 安卓小黑屋
  • shizuku启动
  • adb查看所有已安装的第三方应用
  • git将指定的commit中的文件另存为
Copyright ©  站点名称  版权所有. 沪ICP备20010784号-1
  • 文章目录
  • 繁
  • 微信

    在线咨询