1.souce:在当前bash环境下读取并执行FileName中的命令。 可以在shell启动前加载环境变量 weidiandeMacBook-Pro:myshworkspace weidian$ pwd /Users/weidian/myshworkspace weidiandeMacBook-P ...
分类:
其他好文 时间:
2021-01-22 12:29:08
阅读次数:
0
1.1 Spring是什么 full-stack(全栈式) 轻量级开源框架 两大核心:以 IOC(Inverse Of Control:控制反转)和 AOP(Aspect Oriented Programming:面向切面编程)为内核 1.2 Spring优势 1)方便解耦,简化开发 Spring就 ...
分类:
编程语言 时间:
2021-01-22 12:07:42
阅读次数:
0
1. RMAN的默认配置 1 RMAN> show all; 2 3 using target database control file instead of recovery catalog 4 RMAN configuration parameters for database with db ...
分类:
其他好文 时间:
2021-01-22 12:06:50
阅读次数:
0
连接前请先确保MySQL服务已启动 启动IDEA后点击右侧边栏的Database 会出现下图中的侧边框 如下图,点击加号,选择【Data Source】→【MySQL】 选择MySQL后会弹出如下图窗口,对本次连接命名,输入主机地址、端口、数据库账号密码,点击【Test Connection】,提示 ...
分类:
数据库 时间:
2021-01-22 11:58:54
阅读次数:
0
用户信息存储 /** * 通过重载,配置user-detail服务<!--more--> * @param auth * @throws Exception */ @Override protected void configure(AuthenticationManagerBuilder auth ...
分类:
其他好文 时间:
2021-01-21 11:00:48
阅读次数:
0
import requestsimport refrom lxml import etree# source = requests.get('http://www.paoshu8.com/0_984/746463.html').content.decode('utf8')# #print(sourc ...
分类:
编程语言 时间:
2021-01-21 10:48:04
阅读次数:
0
正文 1 intel的赋值格式 mov dest source 2 intel汇编的参数寄存器传递 参数传递会使用六个寄存器 %rdi, %rsi, %rdx, %rcx, %r8, %r9, 返回值使用 %rax 3 test %rax %rax 用来潘顿 %rax是否为0,test指令本来是让后 ...
分类:
其他好文 时间:
2021-01-20 12:16:18
阅读次数:
0
Sentinel上下文创建及执行,入口示例代码: public static void fun() { Entry entry = null; try { entry = SphU.entry(SOURCE_KEY); } catch (BlockException e1) { } finally ...
分类:
其他好文 时间:
2021-01-20 11:51:13
阅读次数:
0
Debian包构建 记得提前配置构建环境 1.使用 apt source 下载 sl 的源码 2.尝试 sl 的编译成包 3.尝试 dpkg-deb 解压和修改二进制包 4.尝试 dpkg-repack 从系统中取出已经安装的 debian package ##1.拉取源码 apt sourece ...
分类:
其他好文 时间:
2021-01-20 11:50:12
阅读次数:
0
方法一: 通过ViewBag将集合对象数据传递给View视图 Controller里Action方法如图 View视图里处理ViewBag内存的数据 方法二: Contorller控制器里直接 Return View(集合对象) View视图里最上方先声明 @model IEnumerable<Re ...
分类:
其他好文 时间:
2021-01-20 11:49:40
阅读次数:
0