Easter79 Easter79
4年前
tomcat 添加管理用户
修改conf中的 tomcatusers.xml,添加叶夏内容<rolerolename"tomcat"/<rolerolename"role1"/<rolerolename"manager"/<rolerolename"admin"/<rolerolename"adming
Wesley13 Wesley13
4年前
vsftd添加虚拟用户
由于工作需要,需要在服务器上搭建ftp,方便文静传输,选用vsftpd搭建ftp服务器测试环境:1.fedora17x642.vsftpd3.3搭建步骤:1.安装vsftpd  a.查看vsftpd是否已经安装,切换到root用户环境变量(suroot)root@localhost~rpmqa|gr
Stella981 Stella981
4年前
Html5添加三联切换仿3D效果旋转木马jQuery插件教程
一、使用方法<script type"text/javascript" src"js/jquery.min.js"</script<script type"text/javascript" src"js/gallery.js"</script   二、Html结构<div id"wrapper"<div id"mai
Stella981 Stella981
4年前
Linux添加shell(.sh)脚本并添加定时任务
一、添加sheel脚本1、首先创建一个执行程序:vima.sh2、编辑: !/bin/bashpython3 python.py test2.log2&13、添加权限:chmodx./a.sh4、查看执行结果: ./a.sh二、添加定时任务安装:aptgetinstallcron
Stella981 Stella981
4年前
Cesium添加水面
varviewernewCesium.Viewer('cesiumContainer');varwaterPrimitivenewCesium.Primitive({//show:false,//默认隐藏allowPicking:false,geome
Stella981 Stella981
4年前
IOS版添加phonegap
1.在项目中添加AVFoundation.framework与CoreAudio.framework。这里IOS的录音功能主要依靠AVFoundation.framework与CoreAudio.framework来实现。在工程内添加这两个framework。2.将插件文件放到项目plugins目录下面。需要拖放到Xcode
Wesley13 Wesley13
4年前
MySQL添加注释
在数据库设计中,我们是建议为数据库,数据表以及数据字段进行添加注释的,MySQL数据库中,字段或列的注释是用属性comment来添加。创建新表的脚本中,可在字段定义创建表脚本中添加comment属性来添加注释。示例代码如下:1createtabletest(2idintnotnulldefault
Stella981 Stella981
4年前
Android版添加phonegap
1.下载插件包。2\.解压所下载的包,从lib目录中得到所需要的所有的库:BaiduSocialShareSDKAndroid2.0.0.jar3\.修改AndroidManifest.xml,增加以下权限:<usespermissionandroid:name"android.permiss
Stella981 Stella981
4年前
RabbitMq动态添加监听
昨天研究了一下RabbitMQ想做一个动态添加监听的功能依靠springboot实现起来也简单就2个类1个主类实现动态添加队列及绑定关系、动态添加监听、动态调整监听线程池大小、动态删除队列、动态取消监听、发送动态队列的消息。还有个类就是自定义消费者都是采用string接收参数,后面可以采用指定统一对象,然后用个type字段区分消息类型,
Stella981 Stella981
4年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i