码迷,mamicode.com
首页 > 2018年03月13日 > 全部分享
Java连接mysql——Establishing SSL connection without server's identity verification is not recommended.
Establishing SSL connection without server's identity verification is not recommended. 出现这个错误的原因是因为mysql版本问题,不同的mysql对ssl使用情况不一样,尝试不采用ssl连接即可。操作方法如下。 ...
分类:数据库   时间:2018-03-13 18:03:10    阅读次数:207
12c emcc Algorithm negotiation fail
Algorithm negotiation fail
分类:其他好文   时间:2018-03-13 18:03:01    阅读次数:140
Java8新特性
转载自:http://blog.csdn.net/u014470581/article/details/54944384 前言: Java 8 已经发布很久了,很多报道表明Java 8 是一次重大的版本升级。在Java Code Geeks上已经有很多介绍Java 8新特性的文章,例如Playing ...
分类:编程语言   时间:2018-03-13 18:02:52    阅读次数:181
自动生成sql
添加下面这个类 public static class GetAllAttribute<T> where T : class { public static string Names; public static string Values; public static ArrayList arra ...
分类:数据库   时间:2018-03-13 18:02:39    阅读次数:233
Git常用命令总结
git常用操作命令 mkdir : xx (创建一个空目录 xx指目录名) pwd :显示当前目录的路径 touch :创建文件 git init : 把当前的目录变成可以管理的git仓库,生成隐藏的.git文件 git add xx 把xx文件添加到暂存区中去 git add . 把所有修改的文件 ...
分类:其他好文   时间:2018-03-13 18:02:33    阅读次数:179
java项目中redis的配置好工具方法
配置文件对redis的配置: Redis工具类的实现: 好资源希望的到支持哈~~ ...
分类:编程语言   时间:2018-03-13 18:02:24    阅读次数:239
SpringVC 拦截器+自定义注解 实现权限拦截
1.springmvc配置文件中配置 2.自定义拦截器,实现HandlerInterceptor接口或继承HandlerInterceptor 3.自定义权限注解 4.权限枚举 5.控制器Controller 每次请求有权限的接口,都需要验证当前用户是否有该权限,有则通过,反之不通过,最后附上spr ...
分类:编程语言   时间:2018-03-13 18:02:05    阅读次数:148
js 里面的 function 与 Function
function 是 js 的标识符 Function 是 js 里面的一个 构造函数 1、new function 与 new Function 的区别 new 运算符在 js 里面是 创建一个自定义的对象的实例 或者是 一个具有构造函数的本地对象的实例。 语法:new constructor [ ...
分类:Web程序   时间:2018-03-13 18:01:47    阅读次数:211
004数组
内容:数组定义,值的获取,长度,栈内存,堆内存 ################################# 数组定义: 格式1:元素类型[ ] 数组名 = new 元素类型 [数组长度] ; eg:int[ ] arr = new int[3]; 格式2:元素类型[ ] 数组名 = new ...
分类:编程语言   时间:2018-03-13 18:01:41    阅读次数:129
大数据处理常用技术有哪些?
大数据技术为决策提供依据,在政府、企业、科研项目等决策中扮演着重要的角色,在社会治理和企业管理中起到了不容忽视的作用,很多国家,如中国、美国以及欧盟等都已将大数据列入国家发展战略,微软、谷歌、百度以及亚马逊等大型企业也将大数据技术列为未来发展的关键筹码,可见,大数据技术在当今乃至未来的重要性!
分类:编程语言   时间:2018-03-13 16:59:39    阅读次数:256
使用CSS border 做三角形 口诀赠上
为了方便用border做三角形,省去那繁琐的思考三角朝向的问题,自己搞了个小口诀,分两篇,一篇是普通的三角,一篇是针对直角三角,口诀如下: 普通篇: 方向朝哪哪边无, 颜色反向来弥补 直角三角篇: 直角三角分两边, 哪侧无值朝哪边, 具体颜色来填充, 要看直角在哪边, 向上直角填上边, 向下直角填下 ...
分类:Web程序   时间:2018-03-13 16:32:08    阅读次数:227
tomcat 时区设定
编辑catalina.bat ,搜索 set JAVA_OPTS=%JAVA_OPTS%,把这句话改成set JAVA_OPTS=%JAVA_OPTS% -Duser.timezone=GMT+8
分类:其他好文   时间:2018-03-13 16:31:45    阅读次数:138
NAT静态转换配置
SW1sw1(config)#intf1/2sw1(config-if)#speed100#调整双工sw1(config-if)#duplexfull·R1R1(config)#intf0/0R1(config-if)#ipadd192.168.10.1255.255.255.0R1(config-if)#speed100R1(config-if)#duplexfull#调双工,配ipR1(con
分类:其他好文   时间:2018-03-13 16:31:37    阅读次数:192
Nginx安装与配置:默认虚拟主机、用户认证和域名重定向
一、Nginx安装1、下载并解压安装包[root@zhulinux-02~]#cd/usr/local/src/[root@zhulinux-02src]#wgethttp://nginx.org/download/nginx-1.12.2.tar.gz[root@zhulinux-02src]#tarzxfnginx-1.12.2.tar.gz2、配置编译选项[root@zhulinux-02s
分类:其他好文   时间:2018-03-13 16:31:14    阅读次数:193
熟悉常用的Linux操作
请按要求上机实践如下linux基本命令。 cd命令:切换目录 (1)切换到目录 /usr/local cd /usr/local (2)去到目前的上层目录 cd .. (3)回到自己的主文件夹 cd ~ ls命令:查看文件与目录 (4)查看目录/usr下所有的文件 cd /usr ls -al mk ...
分类:系统相关   时间:2018-03-13 16:31:07    阅读次数:188
centos7开机显示:welcome to emergency mode 的解决方法
CentOS7.3昨天用的还好好的的,但是今天开机提示如下(如图提示):welcome to emergency mode!after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” to try again to boot into de
分类:其他好文   时间:2018-03-13 16:30:58    阅读次数:1641
1077. Kuchiguse (20)
The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as a reflection of the s ...
分类:其他好文   时间:2018-03-13 16:30:25    阅读次数:188
802条   上一页 1 ... 15 16 17 18 19 20 21 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!