码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
centos6 编译安装httpd-2.4方法二
**centos6编译安装httpd-2.4方法二1.安装先关包组及被依赖程序包:#yum-ygroupinstallDevelopmenttools#yum-yinstallopenssl-devlepcre-develexpat-devel2.下载源码包:(建议同意格式)#ls-rw-r--r--1rootroot854100Jan302018apr-1.6.3.tar.bz2-rw-r--r
分类:Web程序   时间:2018-01-30 16:23:09    阅读次数:189
Jenkins出现No valid crumb was included in the reques
Jenkins在http请求头部中放置了一个名为.crumb的token。在使用反向代理时,如果Jenkins设置中勾选了“Prevent Cross Site Request Forgery exploits”,代理服务器会认为.crumb为非法头部而去掉,导致跳转失败。
分类:其他好文   时间:2018-01-29 17:37:22    阅读次数:492
qLibc 对于C C++都是一个很好的框架,提供Tree Hash Stack String I/O File Time等功能
qLibc Copyright qLibc is published under 2-clause BSD license known as Simplified BSD License. Please refer the LICENSE document included in the packa ...
分类:编程语言   时间:2018-01-05 01:25:20    阅读次数:209
Jenkins RestAPI调用出现Error 403 No valid crumb was included in the request
方法一(不推荐): 在jenkins 的Configure Global Security下 , 取消“防止跨站点请求伪造(Prevent Cross Site Request Forgery exploits)”的勾选 方法二: 1、获取用户API token http://Jenkins_IP: ...
分类:Windows程序   时间:2017-12-30 20:27:18    阅读次数:804
Mac下MySQL无my-default.cnf
转自https://www.jianshu.com/p/628bcf8bb557 As of MySQL 5.7.18, my-default.ini is no longer included in or installed by distribution packages. MySQL不再自带默 ...
分类:数据库   时间:2017-12-24 14:45:24    阅读次数:236
包含列的索引:SQL Server索引的阶梯级别5
SQL Server索引的阶梯”的一部分 索引是数据库设计的基础,并告诉开发人员使用数据库关于设计者的意图。不幸的是,当性能问题出现时,索引往往被添加为事后考虑。这里最后是一个简单的系列文章,应该使他们快速地使任何数据库专业人员“快速” 前面的级别引入了聚簇和非聚簇索引,突出了以下各方面: ?表中每 ...
分类:数据库   时间:2017-12-13 11:30:27    阅读次数:180
一致性hash
本文同时发表在 "https://github.com/zhangyachen/zhangyachen.github.io/issues/74" 为什么要使用一致性HASH 传统的将请求映射到Cache的方法一般都是hash(object)%N,object可以代表请求者的ip,hash代表某一类h ...
分类:其他好文   时间:2017-12-13 02:15:19    阅读次数:142
JBPM学习第4篇:10分钟熟悉Eclipse
http://download.jboss.org/jbpm/videos/7.0.0.Final_eclipse_getting_started.swf 打开视频练习 1.导入 evaluation项目 Import the evaluation project (included in the ...
分类:系统相关   时间:2017-12-11 00:47:46    阅读次数:283
053-311
Given the scriptcreate script db_backup_datafile_script{backup datafile and 1, and2 plus archivelog delete input;}What is the result of running this c ...
分类:其他好文   时间:2017-11-10 15:09:07    阅读次数:195
unity中shader的打包
一、我们项目听说不支持shader热更,所以我就想知道为什么。 打包的程序员说,shader加入在graphics setting的always included shader里可以大大减少AB,而graphics setting而这个文件是在构建安装包时出现在安装包里的,所有shader有点像生成 ...
分类:编程语言   时间:2017-11-08 11:54:01    阅读次数:1805
465条   上一页 1 ... 11 12 13 14 15 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!