配置好的Nginx每次启动都要输入PEM pass phrase,如何避免Nginx启动出现Enter PEM pass phrase呢? 这种情况可能是在设置私钥key时将密码设置写入了key文件,导致Nginx/Apache等系列服务器在启动时要求Enter PEM...
分类:
其他好文 时间:
2015-08-14 19:48:33
阅读次数:
130
1、register-1.html <form?action="addGuest"?th:object="${guestForm}"?method="post"?class="form-horizontal">
??<div?class="form-group">
<span><label?class="col-sm-4?control-label">用户ID:<s...
分类:
其他好文 时间:
2015-08-14 19:46:55
阅读次数:
146
"引用了实体 "nbsp", 但未声明它" 或者 “the entity was referenced but not declare” Facelets的是一种基于XML的视图技术. XML有只?five predefined entities?.该 不在其中.在纯HTML或传统JSP...
分类:
其他好文 时间:
2015-08-14 19:47:40
阅读次数:
1087
1、只攻击正前方的单位,向前发射一条射线,攻击碰到的单位 RaycastHit?hit;
//range?射线的长度,即攻击范围,maskTarget敌方单位的mask,只攻击敌方单位
if(Physics.Raycast(unit.thisT.position,?unit.this...
分类:
其他好文 时间:
2015-08-14 19:46:18
阅读次数:
143
{
BYTE s[4];
s[3]=0x42;
s[2]=0x1C;
s[1]=0x80;
s[0]=0x00;
float *pf=(float*)s;
printf("10进制%g\n",*pf);
}...
分类:
其他好文 时间:
2015-08-14 19:46:19
阅读次数:
121
多实例 [root@TIVOLI-PORTAL?new_portal]#?cat?/etc/profile.d/tomcat.sh
export?TOMCAT_HOME=/opt/musingtec
export?PATH=$PATH:$TOMCAT_HOME/bin
====================================================...
分类:
其他好文 时间:
2015-08-14 19:46:57
阅读次数:
128
最近在看hbase,我们来看看官方给出一些建议:(其实官方很多都是只给建议,却并没有说为什么,对于这样的情况只能自己去做实验或者是工作中碰到去解决吧) ? ? 1、regionServer上region的个数:官方给出...
分类:
其他好文 时间:
2015-08-14 19:47:15
阅读次数:
128
实现原理:从数据库中查询出所有的文章信息,将文章信息转成XML文档,再通过XSLT文档对其转换成HTML文档后进行下载。 1、将文章信息转成XML文档 private?static?Document?articlesToXML(List<Article>?artic...
分类:
其他好文 时间:
2015-08-14 19:44:15
阅读次数:
155
客户的电话吵醒了熟睡的我,我想这是大多数dba的状态,没办法,客户误操作,更改了某些参数造成db起不来了。ORA-16019: cannot use LOG_ARCHIVE_DEST_1 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST。这是一...
分类:
其他好文 时间:
2015-08-14 19:46:33
阅读次数:
118
一、在apache的官网下载apache-activemq-5.11.1-bin.zip 二、在E:\tools\apache\activemq\cluster中解压三个mq文件如下: 三、在apache-activemq-5.11.1-1、apache-activemq-5.11.1-2和apache-activemq-5.11.1-3的...
分类:
其他好文 时间:
2015-08-14 19:43:53
阅读次数:
308
最近正在研究Nginx,Nginx作为反向代理服务器,可以对Web服务器提供加速,并且具有负载均衡的功能。 ???? 首先我要在官网下载Nginx(http://nginx.org/en/download.html),目前最新稳定的版本为1.0版本...
分类:
其他好文 时间:
2015-08-14 19:44:32
阅读次数:
283
内嵌汇编代码,每一个input和output operand,由被方括号[]中的符号名,限制字符串,圆括号中的C表达式构成 // example static inline void __down_write(struct rw_semaphore *sem) { ?? ?long oldcount; #i...
分类:
其他好文 时间:
2015-08-14 19:46:29
阅读次数:
232
#!/bin/bash
read-p"Doyouwanttobackupfileordirectory[file/directory]:"OPTION
read-p"whatisyoubackup[absolutelocationandname]:"BACKUP
case$OPTIONin
file)
read-p"whatisyourbackuptodir(absolutelocation):"TODIR1
read-p"whatisyourbackupname:"NAME1
if[-e$TODIR1/$N..
分类:
其他好文 时间:
2015-08-14 19:45:41
阅读次数:
149
#!/bin/bash
read-p"inputthesourcefileordirectoryyouwanttobackup(absolutepath):"sour
if[!-e$sour];then
echo"thesourcefileordirectorynotexits.thescriptisend."
exit1
fi
read-p"inputthetargefilenameordirectoryname(absolutpath):"tar
if[-e$tar];then
echo"theta..
分类:
其他好文 时间:
2015-08-14 19:42:52
阅读次数:
129
grep,是一种强大的文本搜索工具,英文全称为(globalsearchregularexpression(RE)andprintouttheline),意为全面搜索正则表达式并把行打印出来。它能使用正则表达式搜索文本,并把匹配的行打印出来。【选项】-c计算找到"搜索字符串"的次数
-o仅显示出匹配regexp的内容(用于统..
分类:
其他好文 时间:
2015-08-14 19:44:01
阅读次数:
241
JSP文件:<%@pagecontentType="text/html;charset=GBK"%><%@tagliburi="/WEB-INF/hollycrm-view.tld"prefix="view"%><%@tagliburi="/WEB-INF/struts-html.tld"prefix="html"%><html><html:base/><head><title>顺丰投诉系统</titl..
分类:
其他好文 时间:
2015-08-14 19:45:05
阅读次数:
305
昨日,阿里影业宣布新的人事任命,同时对公司组织架构进行了扁平化重组,此举被认为是阿里影业试水一年之后正式发力的信号,新架构之下的内容、宣发、电商、海外,四大板块业务成为阿里影业的核心方向。抽丝剥茧的看,从阿里高管上任到组织架构变化,马云将阿里影业视为一颗关..
分类:
其他好文 时间:
2015-08-14 19:42:11
阅读次数:
108