51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GIN
在centos配置nginx反向代理
centos出现------------防火墙没有开启。。。看这个链接 https://www.cnblogs.com/qinxu/p/9036553.html centos安装 nginx 我是照着 这个博客 https:...
代码星球
·
2021-02-09
centos
配置
nginx
反向
代理
在centos上安装nginx,详细篇章耶。
我先开始,找了一个脑残写的博客,安装以后,出现问题了,https://blog.csdn.net/yi247630676/article/details/82592525,就是这个链接,臭sb,垃圾 。然后,我就彻底删除重装。原因找不到nginx的安装目录,这就很尴尬了。安装之后它是一个个分散的。...
代码星球
·
2021-02-09
centos
安装
nginx
详细
篇章
用pycharm+flask 建立项目以后运行出现ImportError: No module named flask-login问题
出现此问题,一般情况下:打开CMD输入:pipinstallflask-login 然后,在cmd中输入命令:piplist查看目前已安装的的模板。在此时,如果你继续运行项目,有可能会发现问题已经解决,但是也有可能会发现问题依然存在。 下面继续解决问题。如果你使用的不是虚拟环境,使用上面的pipin...
代码星球
·
2021-02-08
pycharm+flask
建立
项目
以后
运行
CentOS7系统安装Nginx进行跨域处理
依次输入以下命令:yuminstallnginx vi/etc/nginx/nginx.conf然后编辑修改该文件中代码,以下是修改后的代码全文:#Formoreinformationonconfiguration,see:#*OfficialEnglishDocumentation:http://nginx...
代码星球
·
2021-02-08
CentOS7
系统
安装
Nginx
进行
Recommended Settings for Tracing and Message Logging
https://docs.microsoft.com/en-us/dotnet/framework/wcf/diagnostics/tracing/recommended-settings-for-tracing-and-message-logging <configuration><sys...
代码星球
·
2021-02-08
Recommended
Settings
for
Tracing
and
Email-ext plugin
https://wiki.jenkins.io/display/JENKINS/Email-ext+pluginThispluginextendsJenkinsbuiltinemailnotificationfunctionalitybygivingyoumorecontrol. Itprovidescust...
代码星球
·
2021-02-08
Email-ext
plugin
Start and Use the Database Engine Tuning Advisor
https://docs.microsoft.com/en-us/sql/relational-databases/performance/start-and-use-the-database-engine-tuning-advisor?view=sql-server-2017 ...
代码星球
·
2021-02-08
Start
and
Use
the
Database
margin和text-align以及align
<style>.test{width:400px;height:200px;background:green;}.rectangle{width:200px;height:100px;background:blue;}.test-center1{margin:0auto;}.test-center3{tex...
代码星球
·
2021-02-08
margin
text-align
以及
align
Secure a Web API with Individual Accounts and Local Login in ASP.NET Web API 2.2
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-apiIndividualaccountsprovidetwowaysforausertologin:Locallogin.Theus...
代码星球
·
2021-02-08
Web
API
Secure
with
Individual
What is OWIN? A Beginners Guide
http://www.codedigest.com/posts/1/what-is-owin-a-beginners-guidehttp://owin.org/html/spec/owin-1.0.1.htmlIntroductionIfyoulookatthecurrentwebstacksinopen-source...
代码星球
·
2021-02-08
What
is
OWIN
Beginners
Guide
How to Create a Basic Plugin 如何写一个基础的jQuery插件
Sometimesyouwanttomakeapieceoffunctionalityavailablethroughoutyourcode.Forexample,perhapsyouwantasinglemethodyoucancallonajQueryselectionthatperformsaseriesofop...
代码星球
·
2021-02-08
How
to
Create
Basic
Plugin
HearthBuddy的plugin加载
//Hearthbuddy.Windows.MainWindow//Token:0x060001FFRID:511RVA:0x0008951CFileOffset:0x0008771Cprivatevoidmethod_1(objectsender,RoutedEventArgse){try{b...
代码星球
·
2021-02-08
HearthBuddy
plugin
加载
HearthBuddy Plugin编写遇到的问题
貌似编译器版本有点低,无法识别C#的高级语法糖属性的初始值,必须是publicboolIsEnabled{get{returntrue;}}不能写成publicboolIsEnabled{get;}=true; CompilerError:PluginsAutoConcedeAutoConcede.cs(75...
代码星球
·
2021-02-08
HearthBuddy
Plugin
编写
遇到
问题
inline-block的间隙问题 box-orient属性 line-clamp属性 margin问题
只要设了display:inline-block 将元素变成行级块元素的时候,会自带空隙,即使你设了margin和padding依然没有效果! 解决办法:只要在父元素上加上font-size:0 就好了, -webkit-box-orient: 水平排列或垂直排列 ...
代码星球
·
2021-02-08
问题
属性
inline-block
间隙
box-orient
关于margin:-10000px;padding:10000px;的理解
原文链接: 内外补丁负值法是指通过内外补丁的设置来解决一些我们通常方法不能实现的效果。例如:可以通过改变盒模型的样式来使几列div由内容撑开高度但几列div与最高的一栏等高的问题。但是为什么会出现这样的情况呢?先来充分理解一下margin和padding;说的直白一些margin就是模块与模块之间的间隙,而p...
代码星球
·
2021-02-07
关于
margin
-10000pxpadding
10000px
理解
首页
上一页
...
36
37
38
39
40
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他