风花雪月 风花雪月
3年前
idea中使用java操作mysql数据库的问题
在idea中使用java操作mysql数据库时会出现:Exceptioninthread"main"java.lang.ClassNotFoundException:com.mysql.cj.jdbc.Driveratjava.net.URLClassLoader.findClass(URLClassLoader.java:382)
芝士年糕 芝士年糕
2年前
修改MySQL密码的四种方法
整个3A的VPS搭建mysql真不错方法1:用setpassword命令 (1)首先要先登录MySQL:!image(https://imghelloworld.osscnbeijing.aliyuncs.com/imgs/79be
Wesley13 Wesley13
3年前
SAE 部署遇到的问题
1\. contextPath问题   在SAE环境下contextPath是/1/xxx而非我们通常的/xxx。用jfinal的得注意了: JFinalFilter得修改一下注释掉下面2行:if(contextPathLength!0)targettarget.su
先知 先知
4年前
java实现九九乘法表的输出
这是小学二年级令人难忘的坷如今以java程序的行式展示,真不戳!publicclassscore{publicstaticvoidmain(Stringargs){inti,j;for(i1;i<9;i){for(j1;j<9;j
Wesley13 Wesley13
3年前
MySQL日志管理工具 mysqlbinlog
使用mysqlbinlog查看二进制日志文件 mysqlbinloghelp帮助文档常用选项:\d,databasename指定数据库名称,只列出指定的数据库相关操作\o,offsetnumber忽略掉日志中的前number行
Wesley13 Wesley13
3年前
Linux下MySQL自启动
命令echo"servicemysqldstart"/etc/rc.local或者进入/etc/目录,直接vimrc.local编辑rc.local文件,在最后一行添加“servicemysqldstart”,保存退出bash:/etc/rc.local:Permissiondenied分析:bash返回 /etc/rc
Wesley13 Wesley13
3年前
JS基础——原型和原型链
1、相关知识点(1)构造函数 (函数名首字母大写表示构造函数)functionFoo(name,age){this.namename;this.ageage;this.class'class';//returnthis;默认有这一行,浏览器帮忙做
Stella981 Stella981
3年前
Linux学习:正则表达式习题
1.显示/etc/passwd文件中以bash结尾的行123\root@www ~\ grep n '\\(bash\\)$' /etc/passwd1:root:x:0:0:root:/root:/bin/bash38:Allen:x:500:500:Allen.Huang:/hom
Stella981 Stella981
3年前
LeetCode 5071. 找出所有行中最小公共元素(Java)
题目:5071\.找出所有行中最小公共元素(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fleetcodecn.com%2Fcontest%2Fbiweeklycontest9%2Fproblems%2Ffindsmallestcommonelementi
Wesley13 Wesley13
3年前
owncloud源码分析6
客户端单点实现(需求是存在验证,不存在插入)一、首先找到客户端登录的位置,如下:owncloud\\lib\\private\\connector\\sabre\\auth.php中的53行,validateUserPass方法,修改为protectedfunctionvalidateUserP