open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --flag-switches-begin --disable-features=SameSiteByDefaultCookies,CookiesWitho ...
分类:
其他好文 时间:
2021-06-11 18:20:14
阅读次数:
0
一.简单的文本处理 2.数据流重定向 将标准错误重定向到标准输出,再将标准输出重定向到文件,注意要将重定向到文件写到前面 cat Documents/xx.txt hell.sh >somefile 2>&1 或者只用bash提供的特殊的重定向符号"&"将标准错误和标准输出同时重定向到文件 cat ...
分类:
系统相关 时间:
2021-04-23 12:02:43
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:
系统相关 时间:
2021-04-21 11:49:55
阅读次数:
0
SAP数据库解密恢复 服务器中毒解密.235-747-02D SQL数据库中病毒解密 今天接到一个服务器被勒索病毒加密, 文件被添加.数字字母串扩展名,添加.235-747-02D 扩展名 !!! ALL YOUR FILES ARE ENCRYPTED !!!.TXT文件内容 !!! ALL YO ...
分类:
数据库 时间:
2021-04-14 12:07:57
阅读次数:
0
今天在做调取相册返回的时候, 出现一种新型的类型, 也许是我以前没碰到过这种类型吧.如下 content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2 ...
分类:
移动开发 时间:
2021-04-02 13:09:59
阅读次数:
0
一、环境准备: 1. python 版本,Microsoft Store 直接安装的: D:\Documents\python lab\python\python_switch>python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37: ...
分类:
其他好文 时间:
2021-03-18 14:15:20
阅读次数:
0
1、POI是什么 Apache POI - the Java API for Microsoft Documents,顾名思义,Apache的三方包,用来操作微软office文档的,多数时候用来操作excel,所以这里就以excel方面来说明。 需要引入两个包,maven地址如下(version 3 ...
分类:
其他好文 时间:
2021-02-02 11:35:53
阅读次数:
0
TFileStream.Create(FInstallFileName, fmCreate or fmShareExclusive); 这一句在android下执行,出错,提示: Cannot create file "/stroage/emulated/0/Documents/com.kingla ...
分类:
移动开发 时间:
2021-01-19 12:10:33
阅读次数:
0
1.Apache MacOS系统一般预装了Apache,我的机器是安装在/etc/apache2/目录中。 配置文件为:/etc/apache2/httpd.conf Listen 8088 DocumentRoot "/Library/WebServer/Documents" <Directory ...
分类:
Web程序 时间:
2020-12-23 12:23:24
阅读次数:
0
镜像UOS #!/bin/bash# 下载pycharm到桌面wget -P /home/$USER/Documents https://download.jetbrains.8686c.com/python/pycharm-community-2020.1.3.tar.gz# 获取系统sudo权限 ...
分类:
其他好文 时间:
2020-12-22 12:22:43
阅读次数:
0