搜虎博客 - 道德当身,故不已物惑

“itquanquan”发布的文章

群晖内置nginx允许跨域访问

> 群晖内置nginx允许跨域访问 ##### 修改nginx 代理配置 ``` bash vim /usr/syno/share/nginx/Portal.mustache ```...

drupal 禁止匿名用户访问/只允许登录访问

> drupal 禁止匿名用户访问已发布内容 ##### 用户(People)--权限----Node---查看已发布内容,把匿名用户勾掉

群晖nginx超时 504 Gateway Time-out

>群晖6用webstation搭建php站点,nginx 超时解决 nginx 504 Gateway Time-out 群晖自带的nginx不让修改配置,但是可以修改这个 ###...

IDEA调试php报错:Connection was not established. Cannot start debugger session with 'Xdebug 3.1.2' Validate installation

> IDEA调试php报错:Connection was not established. Cannot start debugger session with 'Xdebug 3.1.2' V...

JAVA 遍历获取MONGO BSON 字段类型

> JAVA 遍历MONGO BSON 字段类型,BSON提供如何读取BSOn文档字段类型得方法 ##### 引入Mongo 依赖 ``` xml org...

drupal 拖动字段报错:PluginNotFoundException: The "hidden" plugin does not exist.

> drupal 拖动字段报错:PluginNotFoundException: The "hidden" plugin does not exist. 报错信息: ``` bash ...

Sqoop导数数目不对--条数变多

> 最近遇到个问题,sqoop从tidb导入hive数据条数增多,解决方式是加上--hive-drop-import-delims ##### 最近遇到个问题,sqoop数据条数不对,sq...

Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''.

> 报错信息Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelection...

typecho 伪静态设置/typecho 伪静态不起作用解决

> typecho apache开启伪静态 我的服务器是apache,需要开启伪静态的话,配置module_rewrite 模块 ##### 1. 代码如下,放在网站根目录下的.htacc...

[leetcode141]环形链表[快慢指针]

>给定一个链表,判断链表中是否有环。 [leetcode141链接](https://leetcode-cn.com/problems/linked-list-cycle/?utm_sou...