码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
Does the 64-bit processor always perform better than 32-bits?
Abstract: What do you think about the question? Does the 64 bits always do better? The answer is NO. When we talk about 64 bit vs. 32 bit we mean two ...
分类:其他好文   时间:2020-05-12 20:12:53    阅读次数:84
Spring之JdbcTemplate使用
一:JdbcTemplate概述及入门 “Don‘t Reinvent the Wheel” , 这是一句很经典的话,出自Spring官方,翻译过来就是说 “不要重复发明轮子” 。由此我们可以猜测,JdbcTemplate的存在使我们开发人员可以摒弃JDBC的原始开发模式,使我们不必重复性的写JDB ...
分类:数据库   时间:2020-05-12 19:59:42    阅读次数:77
Redis 集群搭建
首先redis就是一个服务,在linux里面其实就是一个进程的存在。所以因为资源限制,也可以使用一台机器进行伪集群测试。 注意这玩意,至少6个实例,三对的master slave redis集群解决问题 1)容量不够,进行扩容 2)并发读写操作, redis实例进行分摊 什么是集群 Redis 集群 ...
分类:其他好文   时间:2020-05-12 13:33:39    阅读次数:45
springboot跨域请求设置,且允许js请求携带cookies
默认情况下由于浏览器的同源策略,对于来自于非同一站点的请求,会有一定的限时, 解决同源策略的限制一般情况下都是有以下几种 1, jsonp方式,(远古方案,实现麻烦,不推荐) 2,服务器代理方式,后端代理有nginx,,前端MVVM框架中的node.js (推荐,但如果没有代理服务器的情况,为满足此 ...
分类:编程语言   时间:2020-05-12 13:16:07    阅读次数:292
启动jupyter报错 Fatal error in launcher: Unable to create process using '"h:\python\python.exe" "G:\PYTHON\Scripts\jupyter.exe" notebook'
在终端输入jupyter notebook之后无法正常启动jupyter, 报错 E:\python_note\test1>jupyter notebook Fatal error in launcher: Unable to create process using '"h:\python\pyt ...
分类:编程语言   时间:2020-05-11 23:49:15    阅读次数:85
Xor Sum题解>----(思维+递归)
Xor Sum AtCoder 2272 Time limit : 2sec / Memory limit : 256MB Score : 600 points Problem Statement You are given a positive integer N. Find the number ...
分类:其他好文   时间:2020-05-11 19:09:03    阅读次数:87
Golden Tiger Claw (KM算法)
Golden Tiger Claw (KM算法) Describe Omi, Raymondo, Clay and Kimiko are on new adventure in search of new Shen Gong Wu. But Evil Boy Genius Jack Spicer i ...
分类:编程语言   时间:2020-05-11 18:32:58    阅读次数:58
vscode 常用变量
${workspaceFolder} the path of the workspace folder that contains the tasks.json file ${workspaceRootFolderName} the name of the folder opened in VS C ...
分类:其他好文   时间:2020-05-11 15:51:53    阅读次数:78
山石岩读丨谁说CWPP只能是主机安全?
资深云安全技术专家 为你解读Gartner CWPP市场指南
分类:其他好文   时间:2020-05-11 15:41:18    阅读次数:54
使用Chrome开发者工具研究JavaScript里函数的原生实现
As the size of my blog "Chrome Development Tool tips used in my daily work" turns to be larger I create a separate post to record down this small tip. ...
分类:编程语言   时间:2020-05-11 15:23:04    阅读次数:79
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!