05 2021 档案

摘要:在win10专业版操作系统中,我们经常会把一些经常使用的应用固定到任务栏中,方便打开。但是有用户在打开固定在任务栏上的应用图标之后却遇到了无法打开的现象,提示:该文件没有与之关联的应用来执行该操作,该怎么办呢?出现这样的问题首先我们可以尝试直接从源文件地址或者桌面快捷方式进行打开会不会出现这个问题? 阅读全文
posted @ 2021-05-27 09:51 ascertain 阅读(402) 评论(0) 推荐(0) 编辑
摘要:添加文件和文件夹右键菜单: npm script: Cursor: Whitespace: "workbench.colorCustomizations": { "editor.selectionForeground": "#00AC00", "editor.foreground": "#00AC0 阅读全文
posted @ 2021-05-26 18:08 ascertain 阅读(137) 评论(0) 推荐(0) 编辑
摘要:centos.repo [base] name=CentOS-6.10 enabled=1 failovermethod=priority baseurl=http://mirrors.cloud.aliyuncs.com/centos-vault/6.10/os/$basearch/ gpgche 阅读全文
posted @ 2021-05-20 15:06 ascertain 阅读(285) 评论(0) 推荐(0) 编辑
摘要:npm config -h npm config list prefix 为 --globa 的安装路径 npm config edit 调用notepad编辑 npm ls npm list -g 全局模块 npm list recast 阅读全文
posted @ 2021-05-18 16:13 ascertain 阅读(34) 评论(0) 推荐(0) 编辑
摘要:CREATE TABLE vaunt ( id INTEGER PRIMARY KEY, NAME VARCHAR ( 55 ) NOT NULL, PASSWORD VARCHAR ( 55 ) NOT NULL, email VARCHAR ( 55 ), create_time TIMESTA 阅读全文
posted @ 2021-05-18 11:12 ascertain 阅读(77) 评论(0) 推荐(0) 编辑
摘要:import java.util.Scanner; public class B{ public static void main(String[] args){ Scanner scanner1 = new Scanner(System.in); byte level=scanner1.nextB 阅读全文
posted @ 2021-05-17 06:33 ascertain 阅读(73) 评论(0) 推荐(0) 编辑
摘要:select concat('drop table ',table_name,';') from information_schema.tables where table_schema='employees' and table_name rlike '^d.*$' into outfile 'd 阅读全文
posted @ 2021-05-14 12:21 ascertain 阅读(187) 评论(0) 推荐(0) 编辑
摘要:#!/bin/env bash rootdir=/mnt/sysroot libcp() { for i in `ldd $1|grep -o '/[^[:blank:]]*'`;do libdir=`dirname $i` [[ -d $rootdir$libdir ]] || mkdir -p 阅读全文
posted @ 2021-05-09 11:51 ascertain 阅读(42) 评论(0) 推荐(0) 编辑
摘要:#!/bin/env bash username=$1 { id $username [[ $? -ne 0 ]] && useradd --comment '$username' $username && echo $username|passwd --stdin $username } >& / 阅读全文
posted @ 2021-05-09 11:47 ascertain 阅读(58) 评论(0) 推荐(0) 编辑
摘要:显示->段落标记 段落 -- 中文板式 -- 允许西文在单词中间换行 阅读全文
posted @ 2021-05-09 08:54 ascertain 阅读(39) 评论(0) 推荐(0) 编辑
摘要:修改项目默认路径 @SuppressWarnings({"SpellCheckingInspection"}) 显示空格 Comment Format: Keymap: 多选: alt+shift,然后用鼠标左键点击文本,可以让光标在多个位置出现 按住 Ctrl+Shift+Alt,用鼠标选则多行文 阅读全文
posted @ 2021-05-07 15:55 ascertain 阅读(188) 评论(0) 推荐(0) 编辑
摘要:@echo off cls color 0A chcp 65001 Echo ******************************************************************************* Echo Collect fault information… 阅读全文
posted @ 2021-05-07 08:27 ascertain 阅读(362) 评论(0) 推荐(0) 编辑
摘要:package com.example.demo.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; impo 阅读全文
posted @ 2021-05-06 19:01 ascertain 阅读(46) 评论(0) 推荐(0) 编辑
摘要:上面这个会造成如上错误 引入如下依赖 TestController.java package com.example.demo.controller; import org.springframework.stereotype.Controller; import org.springframewo 阅读全文
posted @ 2021-05-06 18:32 ascertain 阅读(29) 评论(0) 推荐(0) 编辑
摘要:public resources static 下的文件可直接访问, 优先级 resources > static > public index.html favicon.ico 阅读全文
posted @ 2021-05-06 17:31 ascertain 阅读(71) 评论(0) 推荐(0) 编辑
摘要:跟踪 application.properties 最后生效 将端口改为9000 实体类 无参构造 有参构造 Getter Setter @Override Dog package com.example.demo.pojo; import org.springframework.beans.fac 阅读全文
posted @ 2021-05-06 16:27 ascertain 阅读(53) 评论(0) 推荐(0) 编辑
摘要:https://start.spring.io/ import this project 打包 "C:\Program Files\Java\jdk1.8.0_291\bin\java.exe" -Dmaven.multiModuleProjectDirectory=F:\demo "-Dmaven 阅读全文
posted @ 2021-05-06 13:11 ascertain 阅读(64) 评论(0) 推荐(0) 编辑
摘要:BIND 9 Documentation (isc.org) Downloads - ISC https://downloads.isc.org/isc/bind9/9.16.28/BIND9.16.28.x64.zip named: 查看构建信息 named -V named.conf acl i 阅读全文
posted @ 2021-05-05 11:41 ascertain 阅读(138) 评论(0) 推荐(0) 编辑
摘要:whatruns octotree 阅读全文
posted @ 2021-05-04 16:23 ascertain 阅读(23) 评论(0) 推荐(0) 编辑
摘要:本地创建的脚本都是可以运行的,从网络下载的必须要有数字签名才能够执行。实际使用过程中,用户可能会遇到脚本执行不了的现象。 查看当前权限 Get-ExecutionPolicy 查看运行 权限类别 Get-help Set-ExecutionPolicy 设置为 Unrestricted 阅读全文
posted @ 2021-05-02 17:53 ascertain 阅读(444) 评论(0) 推荐(0) 编辑
摘要:const mysql=require('mysql') const link=mysql.createConnection({ host:'localhost', port:3306, user:'root', password:'cruces', database:'abate', }) // 阅读全文
posted @ 2021-05-02 15:01 ascertain 阅读(40) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示