ACID: A(Atomicity)原子性:事务中有多个操作,要么全部发生,要么全部不发生。 C(Consistency)一致性: Consistency ensures that a transaction can only bring the database from one valid st ...
分类:
数据库 时间:
2020-03-11 23:49:18
阅读次数:
114
1、npx简介 http://www.ruanyifeng.com/blog/2019/02/npx.html 调用项目安装的模块。 2、原理 npx 的原理很简单,就是运行的时候,会到node_modules/.bin路径和环境变量$PATH里面,检查命令是否存在。 由于 npx 会检查环境变量$ ...
分类:
其他好文 时间:
2020-03-10 12:22:14
阅读次数:
56
Add 将两个值相加并将结果推送到计算堆栈上。Add.Ovf 将两个整数相加,执行溢出检查,并且将结果推送到计算堆栈上。Add.Ovf.Un 将两个无符号整数值相加,执行溢出检查,并且将结果推送到计算堆栈上。And 计算两个值的按位“与”并将结果推送到计算堆栈上。Arglist 返回指向当前方法的参 ...
分类:
其他好文 时间:
2020-03-09 20:55:31
阅读次数:
39
思路:一种方式是使用 ethereum-alarm-clock,另一种是合约实现当前过去了多少时间,外部进行不间断调用获得。 Any else? Link:https://www.cnblogs.com/farwish/p/12424187.html ...
分类:
其他好文 时间:
2020-03-08 22:00:29
阅读次数:
109
BOOL wmCommandHook(MSG *pMsg) BOOL wmCommandHook(MSG *pMsg){ BOOL bRes = FALSE; // continue // Remove letter x or X if (pMsg->message == WM_COMMAND) { ...
分类:
其他好文 时间:
2020-03-06 22:16:19
阅读次数:
69
HTTPS协议工作流程 SSL 安全套接字(Secure Socket Layer,SSL)协议是Web浏览器与Web服务器之间安全交换信息的协议。 SSL协议的三个特性 1. 保密:在握手协议中定义了会话密钥后,所有的消息都被加密。 1. 鉴别:可选的客户端认证,和强制的服务器端认证。 1. 完整 ...
分类:
Web程序 时间:
2020-03-05 13:10:23
阅读次数:
98
1 """ 2 Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n? 3 Example: 4 Input: 3 5 Output: 5 6 Explanation: ...
分类:
其他好文 时间:
2020-03-04 23:30:47
阅读次数:
60
Python与MySQL的基本流程 # 导入模块 from pymysql import * # 链接数据库 conn = connect(host = "localhost",port = 3306,user='root',password="135853",database="jing_dong ...
分类:
数据库 时间:
2020-03-02 20:22:27
阅读次数:
88
一、web 应用相关 <! Web 应用图标:指出 IDE 和 GUI 工具用来表示 Web 应用的小图标和大图标 <icon <small icon /images/app_small.gif</small icon <large icon /images/app_large.gif</large ...
分类:
Web程序 时间:
2020-03-02 19:04:55
阅读次数:
76
1,复习 1,versatile,able to own many abilities. 2,allergy,allergic. 3,arid,dry. 4,bedrock,have real and abstract meaning. ①the hard area above loose sooi ...
分类:
其他好文 时间:
2020-03-02 14:29:33
阅读次数:
66