logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python3.7: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object解决方法

python3.7: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object解决方法

.NET官方封装的Win32API类库

.NET 基金会官方已经使用了 P/Invoke方式为我们封装了一套针对.NET 的开源 Win32API。这套API包含了大量的 Win32 库,使用非常方便,导入DLL引用即可,因为是.NET DLL,所以C#和VB.NET都可以方便的使用。涵盖几乎全部常用的Win32API函数的声明,如 gdi32.dll 和 kernel32.dll 及 user32.dll 等近30个DLL库的.NET

#.net#c#
tomcat配置文件context.xml和server.xml分析

在tomcat 5.5之前Context体现在/conf/server.xml中的Host里的<Context>元素,它由Context接口定义。每个<Context元素代表了运行在虚拟主机上的单个Web应用在tomcat 5.5之后不推荐在server.xml中进行配置,而是在/conf/context.xml中进行独立的配置。因为server.xml是不可动态重加载的资源,服

C#:使用dsoframer.ocx控件实现内嵌office效果(详解)

C#:使用dsoframer.ocx控件实现内嵌office效果(详解)

#c##开发语言
WEB安全防御总结一 : 响应头(X-Content-Type-Options、X-Frame-Options、X-XSS-Protection)

漏洞简介:可能会收集有关 Web 应用程序的敏感信息,如用户名、密码、机器名和/或敏感文件位置。修复建议:1. 响应头中存在 X-Content-Type-Options 属性,而且 X-Content-Type-Options 属性值包含“nosniff”。2. 检测 HTTP X-Frame-Options 字段,字段值包含 deny 或 sameorigin。3.配置...

linux jar 解压war包到指定目录

1.如下的命令会默认建 test.war 解压到当前目录jar -xvf test.war2.使用 unzip 命令解压到指定目录,如下面的代码会将test.war加压到 /usr/local/tomcat7.0/webapps/test 目录unzip test.war -d /usr/local/tomcat7.0/webapps/test补充下一些命令的说明:命令名: unzip功 能说明:

#linux#jar#tomcat
解决eclipse中Tomcat“the server cannot be started because one or more of the ports are invalid”端口报错

本文解决在eclipse中使用Tomcat运行Jsp文件时,出现“the server cannot be started because one or more of the ports are invalid. open the server editor and correct the invalid ports.”报错的问题。(这是从其他地方找的报错截图,大家不要介意哈)报错译文:服务器无

windowsServer服务器上搭建GIt服务器

windowsServer服务器上搭建GIt服务器1.安装jdk2.下载配置gitblit3.配置自动开启服务

#git
Please make sure you have the correct access rights and the repository exist

git error Please make sure you have the correct access rights and the repository exist

#github#git
    共 19 条
  • 1
  • 2
  • 请选择