1.打开idea2.点击右边侧边栏DataBase,点击加号,进行添加Data Soure 如果找不到,可以试试从导航栏找 View-Tool Windows-DataBase3.配置连接及测试下载jar包 点击右上角的加号箭头,点击第一个,可以查看自己下载的路径 测试成功之后才能进行连接 最近单位 ...
分类:
数据库 时间:
2021-06-04 19:17:46
阅读次数:
0
win10运行calc打开计算器提示 需要新应用打开此calculator的解决方法 1、先将所有程序关闭,以管理员身份运行 Windows PowerShell;2、在Windows PowerShell框中键入下面命令:Get-AppXPackage -AllUsers | Foreach {A ...
1. cookie、session、token三者的定义: 1.1 cookie Cookie 在计算机中是个存储在浏览器目录中的文本文件,当浏览器运行时,存储在 RAM 中发挥作用 (此种 Cookies 称作 Session Cookies),一旦用户从该网站或服务器退出,Cookie 可存储在 ...
分类:
其他好文 时间:
2021-06-04 18:51:31
阅读次数:
0
Windows “在此系统上禁止运行脚本”解决办法
set-executionpolicy remotesigned ...
import os with open('a.txt','wb') as fp; file = open('a.txt','w',encoding = 'utf-8') # w是覆盖并且重新写入 file.write('Python') # 文件的杜西呃怎么打印出来是个中文字符 # print(fi ...
分类:
其他好文 时间:
2021-06-04 18:48:35
阅读次数:
0
一、查看端口占用情况: netstat -ano|findstr "9901" 9901是要查询的端口号 查询结果如图: 最后一行是进程的pid。 二、杀进程 taskkill /f /pid 612 612是要杀的进程pid /f表示强制执行 如果要根据进程的pid查看进程的详细信息: Ctrl+ ...
Error: I am getting following error while openning connection with Database from asp.net application. [SqlException (0x80131904): Login failed for use ...
分类:
移动开发 时间:
2021-06-03 18:29:29
阅读次数:
0
创建第一个启动shell脚本,如tomcat_restart.sh,内容 #/bin/sh tomcatmsg=$(ps -ef|grep tomcat|awk '{print $1$8}'|grep '/xxxx/xxx/xxxx/jdk/bin/java/'|wc -l) if [ $tomca ...
分类:
系统相关 时间:
2021-06-03 18:29:06
阅读次数:
0
1、下载pdi-ce-9.0.0.0-423.zip并解压 2、windows下运行Spoon.bat 3、界面如下 4、转换上右键-新建-保存,另存为,然后关闭再打开就是打开的新建的文件 5、DB连接-新建 出现问题如下: Driver class 'org.gjt.mm.mysql.Driver ...
分类:
数据库 时间:
2021-06-03 18:16:41
阅读次数:
0
http://mozilla.com.cn/thread-352987-1-1.html http://mozilla.com.cn/thread-330960-1-1.html http://mozilla.com.cn/forum.php?mod=viewthread&tid=330960&pa ...