Documentation IndexIntroductionThe Apache Tomcat Native Library is an optional component for use with Apache Tomcat that allows Tomcat to use certain ...
分类:
其他好文 时间:
2015-06-16 16:28:36
阅读次数:
103
有时候搭建的复制在作业比较多的时候,会因为某些情况导致代理停止或出错,如果分发代理时间停止稍微过长可能导致复制延期,从而需要从新初始化复制,带来问题。因此我写了一个脚本定期检查处于停止状态的分发代理,将其启动。 注:该脚本需要跑在分发服务器下的MSDB库中。 USE [msdb] Create PR...
分类:
数据库 时间:
2015-06-16 16:08:31
阅读次数:
161
登陆Mysql数据库mysql -u root -p 展示(查询)所有数据库show databases;进入数据库use dataname;创建数据库create database dataname;/* DML:它们是SELECT、UPDATE、INSERT、DELETE,就象它的名字一样,这4...
分类:
数据库 时间:
2015-06-16 14:15:06
阅读次数:
124
/****** author : gp mail : umissthestars@gmail.com date : 2015-06-03 version : 1.1.3 TODO : 5 use...
分类:
其他好文 时间:
2015-06-16 12:44:37
阅读次数:
107
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace SwapMouse{class Program{[DllImport("use...
分享2个实用的nodejs模块 kp 根据端口号杀死进程,尤其对于pm2的集群模式,僵尸进程有效 mount-routes 根据路径来自动加载路由,让开发更简单 kp kp is a tool for kill process by server port. only use for ma...
分类:
Web程序 时间:
2015-06-16 11:17:34
阅读次数:
233
原文地址:http://www.tomcatexpert.com/blog/2012/12/05/use-spring-insight-developer-analyze-code-install-it-tomcat-and-extend-it-pluginsPeople are still dis...
分类:
编程语言 时间:
2015-06-16 09:11:13
阅读次数:
149
How can you add an already created instance to a MEF container/cataloge to use when resolving Imports. I want the functionality that Unity gives with ...
分类:
其他好文 时间:
2015-06-16 01:13:35
阅读次数:
113
1、给一个Activity添加了一个Dialog主题,结果出现了下面的问题,在eclipse却没有出错 出错信息:java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descenda...
分类:
移动开发 时间:
2015-06-15 23:49:50
阅读次数:
249