<script src="js/jquery.idTabs.min.js" type="text/javascript"></script> 页面HTML布局及调用如下: <div id="tabsbox" class="tabsbox"> <ul> <li><a href='#tab0' clas ...
分类:
Web程序 时间:
2016-06-03 12:40:41
阅读次数:
254
openssl必须是1.0.2有一个问题需要特别注意,本机的openssl千万不要删掉,不然ssh会无法登陆,更严重的很多服务都依赖openssl2.apr,apr-util,apr-util3.编译参数cd/opt/tomcat/bintarxvzftomcat-native.tar.gzcdtomcat-native-1.2.5-src./configure--prefix=/usr--with-apr=/us..
分类:
其他好文 时间:
2016-06-03 07:39:51
阅读次数:
444
@*1.简易播放器一(手动) 主要音频格式:rm,ra,ram,mp3 简易播放器(自动播放)代码,提取方法:右击,全选,复制*@ <center><embed src="~/images/Music/Justin Timberlake,Carey Mulligan,Stark Sands - Fi ...
分类:
其他好文 时间:
2016-06-03 01:00:37
阅读次数:
191
@font-face { font-family: SketchRockwell; /*这里是说明调用来的字体名字*/ src: url(‘SketchRockwell.ttf’); /*这里是字体文件路径*/ } .my_CSS3_class { font-family: SketchRockwe ...
分类:
其他好文 时间:
2016-06-02 23:33:19
阅读次数:
197
1、去官网下载程序并上传以src目录解压tar-zxvfresin-4.0.45.tar.gz2、配置编译参数cdresin-4.0.45./configure--prefix=/usr/local/resin--with-java=/usr/local/jdk1.8.0_91/3、编译make4、安装makeinstall5、关闭tomcat服务(占用80端口)启动resin/etc/init.d/tomcatstop/et..
分类:
其他好文 时间:
2016-06-02 20:23:35
阅读次数:
267
能用,写的太差更新点把项目和tomcat启动程序分开加点变量1.catroles/http/tasks/main.yml
-name:pro
file:path=/opt/apps/{{pro_dir}}state=directory
-name:copyprofile
copy:src=/opt/src/profiledest=/etc/profileforce=yesowner=rootgroup=rootmode=0644
-name:copyjdk
co..
分类:
其他好文 时间:
2016-06-02 20:14:41
阅读次数:
183
系统环境:CentOSLinuxrelease7.2.1511john版本:john-1.8.0官方网站:http://www.openwall.com/john/安装:wgethttp://www.openwall.com/john/j/john-1.8.0.tar.gztar-xfjohn-1.8.0.tar.gzcdjohn-1.8.0/src/编译:yum-yinstallgccgcc-c++makemakemakelinux-x86-64安装完成:ls..
分类:
其他好文 时间:
2016-06-02 20:12:06
阅读次数:
862
1. 从官网(http://redis.io)下载最新稳定版2. 使用命令解压下载的tar包:tar –zxvf redis-3.2.0.tar.gz3. 通过命令cd redis-3.2.0进入源码目录,执行make命令(直接输入make,然后回车。执行完make后会在src目录下生成redis- ...
分类:
其他好文 时间:
2016-06-02 18:22:38
阅读次数:
165
html文件引入其它html文件的方法有三种,具体可以看下:1.IFrame引入,看看下面的代码<IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm" ></IFR ...
分类:
Web程序 时间:
2016-06-02 17:55:05
阅读次数:
225
一、项目目录结构GoPath /bin /pkg /src project_1 project_2 ...... project_n GoPath : 相当于donet下的Solution文件夹;需在环境变量中设置,多个用分号隔开即可; bin : 存放编译后的可执行文件; pkg:存放编译后的包文 ...
分类:
其他好文 时间:
2016-06-02 16:37:20
阅读次数:
305