码迷,mamicode.com
首页 >  
搜索关键字:cut 剪切    ( 6709个结果
JDBC操作数据封装Java Bean
Connection conn = DriverManager.getConnection(dbURL, properties); if (conn != null) { Statement statement = conn.createStatement(); ResultSet resultSe ...
分类:数据库   时间:2021-05-24 10:40:20    阅读次数:0
真机安装Linux系统 (CentOS与Ubuntu)
安装Linux系统 (CentOS与Ubuntu) 60% ) 制作U盘启动 说明:2.0也是可以的。 40%)i选对镜像so文件,我的CentOS镜像是CentOS-7.0-1406-x86_64-DVD.iso,而Ubuntu是(ubuntu-20.04.2.0-desktop-amd64.is ...
分类:系统相关   时间:2021-05-24 10:29:41    阅读次数:0
idea编译eclipse项目时修改java代码后运行不生效
将 webinfo下面的class文件设置为execute就编译成功了 ...
分类:编程语言   时间:2021-05-24 10:04:40    阅读次数:0
【flink】问题整理
一、关于TableException的问题 [ERROR] Could not execute SQL statement. Reason:org.apache.flink.table.api.TableException: Sink `catalog_1`.`mydb`.`region_sales ...
分类:其他好文   时间:2021-05-24 08:49:39    阅读次数:0
常见未授权访问测试脚本
扫描以下常见未授权访问 redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop 安装 pip3 install -r requirements.txt -i https://mirrors.aliyun.co ...
分类:其他好文   时间:2021-05-24 08:32:18    阅读次数:0
xxl-job 执行器调度
源码:https://github.com/xuxueli/xxl-job 按文档启动xxl-job-admin后,可以自己写执行器 执行器: 新建springboot服务 选中spring web、Mysql Driver、JDBC API、Mybatis Framework等依赖 pom.xml ...
分类:其他好文   时间:2021-05-24 07:07:54    阅读次数:0
kvm宿主机删除br哦网卡
先用ifconfig br_name down 停掉网桥 再用brctl delbr br_name 删除网桥 为了方便,我编写了shell脚本来删除网桥 #!/bin/bash #本脚本删除的是br-开头的网桥 BRIDGE_LIST=$(sudo brctl show | cut -f 1 | ...
分类:其他好文   时间:2021-05-24 06:19:17    阅读次数:0
Windows常用快捷键
# Windows常用快捷键 ### 按键+功能 * Ctrl+C:复制* Ctrl+V:粘贴* Ctrl+A:全选* Ctrl+X:剪切* Ctrl+Z:撤销* Ctrl+S:保存* Ctrl+F4:关闭窗口* Shift+Delete:永久删除 ### 按键+界面功能 - Windows键+R: ...
分类:Windows程序   时间:2021-05-24 03:14:54    阅读次数:0
计算机快捷键及Dos命令
计算机快捷键 Ctrl+C:复制yunxing Ctrl+V:粘贴 Ctrl+A:全选 Ctrl+X: 剪切 Ctrl+Z:撤销 Ctrl+S:保存 Alt+F4:关闭窗口 Shift+Delete:永久删除 Windows+R:运行 Windows+R:我的电脑 Ctrl+Shift+Esc:打开 ...
分类:其他好文   时间:2021-05-24 00:10:01    阅读次数:0
Ubuntu vi基础使用
1.命令模式 1.1移动光标 l 向右 h 向左 k 向上 j 向下 G 移动到文件的末尾 gg 移动到文件的开始 0 移动到当前行的行首 shift+4 移动到当前好的末行 数字+G 移动到指定行 1.2删除(其实是剪切) x 删除光标后的字符 X 删除光标前的字符 dw 删除一个单词(注意要把光 ...
分类:系统相关   时间:2021-04-29 11:58:47    阅读次数:0
6709条   上一页 1 ... 3 4 5 6 7 ... 671 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!