作者:HelloGitHub-小鱼干 上周推荐了一个可以在浏览器上用 VS Code 的项目,这次 Firefox-UI-Fix 带你给 Firefox 来个大变身,在它现有 Proton UI 下进行你的 UI 改造。当然浏览器在 GitHub 上的玩法并不只有这一种,gotty 能让你将浏览器当 ...
分类:
其他好文 时间:
2021-06-08 22:47:02
阅读次数:
0
EnableAutoConfiguration This class-level annotation tells Spring Boot to “guess” how you want to configure Spring, based on the jar dependencies that ...
分类:
其他好文 时间:
2021-06-04 19:47:18
阅读次数:
0
修改build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { goog ...
分类:
移动开发 时间:
2021-06-04 19:09:13
阅读次数:
0
使用模块 ngx_http_gzip_module 用gzip方法压缩响应数据,节约带宽 一、启用或禁用gzip压缩 gzip on | off; 二、压缩比由低到高:1 到 9, 默认:1 gzip_comp_level level; 压缩比越高,越消耗CPU 三、匹配到客户端浏览器不执行压缩 g ...
分类:
其他好文 时间:
2021-06-03 18:08:25
阅读次数:
0
Visual Studio 断点调试webapi接口,只能用localhost登录api,无法用ip地址作为url访问 解决方法: 1、必须以管理员身份运行VS 2、修改【applicationhost.config】文件下的内容 ①项目文件夹下找到隐藏文件夹".vs”->config->appli ...
[开机启动]解决insserv: warning: script '服务名' missing LSB tags and overrides 按照LSB tags规范改写脚本如下 其实解决办法就是在#!/bin/bash下面添加: #!/bin/bash ### BEGIN INIT INFO # P ...
分类:
系统相关 时间:
2021-06-02 19:34:37
阅读次数:
0
#! https://zhuanlan.zhihu.com/p/376808640 没安装vs怎样生成dll? 比起VS那庞大的体积和编码效率,我还是更喜欢使用Rider(和VS的神级插件Resharper是同一家公司的产品),那么在没有安装VS的电脑上是否可以在命令行下把C#代码生成dll呢? 我 ...
分类:
其他好文 时间:
2021-06-02 19:07:06
阅读次数:
0
Overthewire level 27 to level 28 function checkCredentials($link,$usr,$pass){ $user=mysql_real_escape_string($usr); $password=mysql_real_escape_string ...
分类:
其他好文 时间:
2021-06-02 18:02:08
阅读次数:
0
Overthewire level 25 to level 26 进入页面发现它输出了很长一段内容,仔细一瞅全是废话...但是它提供了一个选择英文和德文的界面,可以选择展示在首页上的文本的语言。 <?php // cheers and <3 to malvina // - morla functio ...
分类:
其他好文 时间:
2021-06-02 16:42:54
阅读次数:
0
Overthewire level 24 to level 25 这一关与上一关很像,同样是提交一个密码登录,让我们看看源代码 <?php if(array_key_exists("passwd",$_REQUEST)){ if(!strcmp($_REQUEST["passwd"],"<censo ...
分类:
其他好文 时间:
2021-06-02 16:31:06
阅读次数:
0