Wesley13 Wesley13
3年前
SRS之安装与使用
1\.安装1.1github获取源码gitclonehttps://github.com/ossrs/srs.git1.2编译1.2.1关闭防火墙和selinux先关闭防火墙,防止有时候启动没有问题,但是就是看不了。Centos6.x
Stella981 Stella981
3年前
GitHub重大更新
原文地址:https://zhuanlan.zhihu.com/p/138761471!(https://oscimg.oschina.net/oscnet/cd7a4a26166e4f9c858819069fac453c.jpg)Github最新推出的Codespaces可以实现基于VSCode的云端代码编译。现在,
Stella981 Stella981
3年前
Python能用来做什么?以下是Python的三大主要用途
!(https://oscimg.oschina.net/oscnet/2a77edbfa77743348fec9927208d6473.gif)!(https://oscimg.oschina.net/oscnet/56f08a006fe1475ab0ba90c59984d4e1.jpg)作者 YKSugi编译 M
Stella981 Stella981
3年前
PreparedStatement与Statement区别
  就这牛客网的一道题,进行分析PreparedStatement与Statement的区别。题目:关于PreparedStatement与Statement描述错误的是()A一般而言,PreparedStatement比Statement执行效率更高BPreparedStatement会预编译SQL语句CStatement
Easter79 Easter79
3年前
SpringMVC小结
入门程序1.创建maven项目需要选择webapp骨架(org.apache.maven.archetypes:mavenarchetypewebapp),还有添加额外配置(archetypeCataloginternal),防止创建maven的web项目慢的问题。2.引入依赖(修改maven的jdk编译环境为1.
Stella981 Stella981
3年前
Mybatis学习——Mybatis核心配置
MyBatis的核心配置在使用MyBatis框架时,设计两个核心的d对象:SqlSessionFactory和SqlSession.SqlsessionFactorySqlSessionFactory是单个数据库映射关系经过编译后的内存镜像,其主要作用用来创建SqlSession对象,SqlS
Stella981 Stella981
3年前
QtCreator Lua环境配置
QtCreatorLua环境配置环境macosx10.11qt5.5lua5.3生成lua静态库下载lua源码,进行编译,生成库文件。makefile文件所在目录下使用make具体平台指令:makemacosx默认会在源码目录下生成lib
Stella981 Stella981
3年前
C结构体工具DirectStruct(综合示例二)
C结构体工具DirectStruct(综合示例二)1.编写定义文件,用工具dsc处理之,自动生成XML转换代码和ESQL代码片段2.编写应用代码3.编译运行\DirectStruct是一个强有
Easter79 Easter79
3年前
TypeScript 之父:”开源是赢得 JavaScript 开发人员的唯一途径“
!(https://oscimg.oschina.net/oscnet/8df5a9e949fd469891feb541144b0bab.png"AndersHejlsberg")作者:LiamTung编译:王治治丨发布自:思否编辑部原文链接:https://www.zdnet.com/article/types
胖大海 胖大海
2年前
Linux centos7 安装nginx
安装前准备安装GCC编译环境yuminstallygccgcccautoconfautomakemake安装模块依赖Nginx支持的功能模块需要有第三方的库支持,例如gzip的zlib库,rewrite重写需要的pcre库,HTTPS需要的openssl库等等。yuminstallzlibzlibdevelopensslopens