#!/bin/bash#Author:jackwang#Work:安装初始化#Phone-num:1888888888#QQ-mail:2891133555@qq.com#Date:2020-08-12#Version:2.0#*RED="\033[5;31m"GREEN="\033[32m"WHITE="\033[37m"YELLOW=
分类:
其他好文 时间:
2020-08-17 16:36:56
阅读次数:
56
一 相关知识 1 exit()函数的一些用法 sys.exit(n) : 退出程序引发SystemExit异常,可以捕获异常执行些清理工作。n默认值为0,表示正常退出,其他都是非正常退出。还可以sys.exit(“sorry, goodbye!”); 一般主程序中使用此退出。 os._exit(n) ...
分类:
其他好文 时间:
2020-07-18 13:47:18
阅读次数:
71
shelljs https://github.com/shelljs/shelljs 实例 var shell = require('shelljs'); if (!shell.which('git')) { shell.echo('Sorry, this script requires git') ...
分类:
Web程序 时间:
2020-07-06 11:12:54
阅读次数:
98
题目上说有备份的好习惯,扫描目录得到www.zip 几个重要php文件内容: index.php 1 <?php 2 include 'class.php'; 3 $select = $_GET['select']; 4 $res=unserialize(@$select); 5 ?> 代码第4行u ...
分类:
Web程序 时间:
2020-06-30 12:45:43
阅读次数:
78
docker-compose gives ERROR: Cannot locate specified Dockerfile: Dockerfile Here is how to specify dockerfile. Sorry I cannot do it in comments as form ...
分类:
其他好文 时间:
2020-06-12 19:55:52
阅读次数:
209
页面上单线程执行的javascript是主线程(我们通常写的javascript都在主线程中执行),new出来的web worker对象为子线程,只有主线程中的代码执行时会导致阻塞,子线程则不会,这表示部分耗费时间的复杂运算完全可以从后台挪到前台来完成。 ...
分类:
Web程序 时间:
2020-06-04 21:40:53
阅读次数:
80
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:
其他好文 时间:
2020-06-02 21:41:56
阅读次数:
65
在安装 Moodle 的时候提示下面的错误,导致安装不能进行。 Installation must be finished from the original IP address, sorry 这是因为第一次安装的时候访问的 IP 地址与系统中记录的不一致。 你可以登录使用的数据库后运行下面的 S ...
分类:
其他好文 时间:
2020-05-26 12:26:50
阅读次数:
76
结构体成员初始化报错: sorry, unimplemented: non-trivial designated initializers not supported https://blog.csdn.net/zuicong5568/article/details/77944474 https:/ ...
分类:
其他好文 时间:
2020-05-26 01:14:54
阅读次数:
51
Hey, what are you doing? 你干什么 Jesus! 天哪 Did you get a good look? 你看清肇事的车了吗 Blue Toyota Camry, it's all I saw.只看到是辆蓝色丰田佳美 It's the Wharton's dog. 是沃顿家的 ...
分类:
其他好文 时间:
2020-05-20 20:12:43
阅读次数:
81