一、xray的安装和配置 1.下载linux下的xray可执行文件 [root@instance-7q32v011 opt]# wget https://github.com/chaitin/xray/releases/download/0.21.8/xray_linux_amd64.zip 2.解 ...
分类:
其他好文 时间:
2021-01-18 11:18:35
阅读次数:
0
Given a string , determine if it is?valid. A string is?valid?if, starting with an empty string , you can?transform into after performing the following ...
分类:
其他好文 时间:
2021-01-18 11:15:29
阅读次数:
0
This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
其他好文 时间:
2021-01-16 12:09:45
阅读次数:
0
请问django 中的USE_TZ设置为true有何影响? settings的配置如下: TIME_ZONE = 'Asia/Shanghai' USE_TZ = True 目前发现的问题是一个时间不准的问题: 有一个字段的定义如下: created = models.DateTimeField(a ...
分类:
其他好文 时间:
2021-01-16 12:06:43
阅读次数:
0
执行 npm install 编译出错,提示 ERR! sharp EACCES: permission denied, mkdir '/root/.npm' info sharp Are you trying to install as a root or sudo user? Try again ...
分类:
其他好文 时间:
2021-01-16 11:57:44
阅读次数:
0
需求场景:ScrollView中需要一个定高的recyclerView,其高度为屏幕高度,本以为一个简单的需求,调试了半天. 最初的高度获取 public static int getScreenHeight(Context context) { final Resources resources ...
分类:
其他好文 时间:
2021-01-16 11:50:38
阅读次数:
0
<div style="display:inline-block;position:relative;"> <div style="position:absolute;right:2px;top:-2px;cursor:pointer;display:none;" class="input_clea ...
分类:
其他好文 时间:
2021-01-16 11:42:56
阅读次数:
0
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
如果你的团队还在用svn管理代码,而你更习惯git,并且希望平时的一些小修改也提交一下,但不推送到服务器。 其实用git来管理svn仓库也是可以的,下面记录一下基本操作: 配置删除svn的空目录(比较重要,不然在git中删除目录的操作可能提交不上svn) git config --global sv ...
分类:
其他好文 时间:
2021-01-15 11:54:32
阅读次数:
0
Debug high CPU usage in .NET Core In this tutorial, you'll learn how to debug an excessive CPU usage scenario. Using the provided example ASP.NET Core ...
分类:
Web程序 时间:
2021-01-15 11:42:28
阅读次数:
0