1.nmp install express -g环境配置报错 npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATUREnpm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATUREnpm ERR! request to https:// ...
分类:
Web程序 时间:
2020-06-13 14:32:53
阅读次数:
60
下载附件拿到源码。 #include <stdio.h> #include <string.h> int main(int argc, char *argv[]) { if (argc != 4) { printf("what?\n"); exit(1); } unsigned int first ...
分类:
其他好文 时间:
2020-06-13 11:15:35
阅读次数:
58
1074 Reversing Linked List (25分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For ex ...
分类:
其他好文 时间:
2020-06-13 00:48:49
阅读次数:
54
LeetCode 91 动态规划 Decode Ways 解码方法LeetCodeA message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> ... ...
分类:
其他好文 时间:
2020-06-13 00:18:17
阅读次数:
56
伪元素 :first-letter :first-letter用来选择文本块的第一个字母。常用于给文本添加排版细节,例如首字母下沉。 p:first-letter { color:#ff0000; font-size:xx-large; } :first-line :first-lin用来匹配元素的 ...
分类:
Web程序 时间:
2020-06-12 00:59:08
阅读次数:
85
Free Speech Protected by First Amendment Opposite of free speech - Censorship Government NASCAR Banned display of the Confederate flag (美国南部邦联支持者 (Con ...
分类:
其他好文 时间:
2020-06-12 00:55:52
阅读次数:
56
存储管理动态分区分配及回收算法 一、实验目的 分区管理是应用较广泛的一种存储管理技术。本实验要求用一种结构化高级语言构造分区描述器,编制动态分区分配算法和回收算法模拟程序,并讨论不同分配算法的特点。 二、实验内容 1、编写:First Fit Algorithm 2、编写:Best Fit Algo ...
分类:
编程语言 时间:
2020-06-11 22:00:26
阅读次数:
76
alert.log日志报了如下的错误: 1 Fri Oct 17 19:59:51 2014 2 Thread 1 cannot allocate new log, sequence 4722 3 Private strand flush not complete 4 Current log# 1 ...
分类:
其他好文 时间:
2020-06-11 21:41:03
阅读次数:
46
现在我们一步一步把各种不同的技术结合一起来完成页面的单元测试和 e2e 测试。 1 karma + mocha + power assert karma是一款测试流程管理工具,包含在执行测试前进行一些动作,自动在指定的环境(可以是真实浏览器,也可以是PhantamJS 等 headless brow ...
分类:
其他好文 时间:
2020-06-11 15:02:49
阅读次数:
57
练习过程中的随手记, 主要为自己,..分享出来,若能帮助大家,意外乐趣 最近闲来无事,看了看Rust,做下rustlings玩一玩. 练习环境 操作系统:Windows10 2004 Rust版本: 用rustup安装的当前20200611最新Rust nightly版本 编辑器: VSCode 其 ...
分类:
其他好文 时间:
2020-06-11 13:50:39
阅读次数:
121