首页 > 2014年09月02日 > 全部分享
动态加载jar包(二)
上次说的加载jar包,有几个问题没有解决:1、如果项目包含了其他的jar包如何解决?2、如何规范上传的jar包的类和方法?下面就解决一下上面两个问题一、首先编写被调用的类,这次使用maven工程,并且载入了第三方jar包,阿里巴巴的fastjson包package com.qunar.hello.h...
分类:其他   时间:2014-09-02 15:31:14    收藏:0  评论:0  赞:0  阅读:286
Windows Services的操作
Windows Services的操作一.服务的创建:1.新建项目——Windows服务2.这是每个人都会犯的错误,新建一个项目后,都会按F5(运行),就会出现如下错误:3.安装服务有很多种方式,这里就用外部工具的方式来安装:4.在vs工具栏下拉菜单中就会出现InstallService服务:5.在...
分类:Windows开发   时间:2014-09-02 15:31:04    收藏:0  评论:0  赞:0  阅读:303
Custom Properties for Alert Description and Notification(PropertyBag)
Alert Description Variables:For event Rules:EventDisplayNumber (Event ID): $Data/EventDisplayNumber$EventDescription (Description): $Data/EventDescrip...
分类:其他   时间:2014-09-02 15:30:54    收藏:0  评论:0  赞:0  阅读:195
Windows Azure Cloud Service (36) 在Azure Cloud Service配置SSL证书
《Windows Azure Platform 系列文章目录》 在某些时候,我们需要在Azure PaaS Cloud Service配置HTTPS连接。本章将介绍如何在本地创建证书,然后使用HTTPS连接Azure Cloud Service。 1.创建证书 以管理员身份运行CMD,使用...
分类:Windows开发   时间:2014-09-02 15:30:34    收藏:0  评论:0  赞:0  阅读:382
查询oracle数据库中的所有表空间信息
select dbf.tablespace_name,dbf.totalspace "总量(M)",dbf.totalblocks as 总块数,dfs.freespace "剩余总量(M)",dfs.freeblocks "剩余块数",(dfs.freespace / dbf.totalspa.....
分类:数据库技术   时间:2014-09-02 15:30:24    收藏:0  评论:0  赞:0  阅读:341
[Java] Apache Ant 构建基础教程
环境:Ubuntu 12.04,java 1.7.0, ant 1.8.2。前言 Apache Ant 是一个软件自动化构建工具,构建过程包括编译、测试和部署等。它和 Make 工具相似,但由 Java 实现,所以要求 Java 运行环境,非常适合构建 Java 程序。 Ant 和 Make 明.....
分类:编程语言   时间:2014-09-02 15:30:15    收藏:0  评论:0  赞:0  阅读:495
Sophos UTM WebAdmin存在未明漏洞
www.169it.comSophos UTM WebAdmin存在未明漏洞详情如下:CNVD-ID CNVD-2013-13101发布时间 2013-09-18危害级别 ...
分类:Web开发   时间:2014-09-02 15:30:04    收藏:0  评论:0  赞:0  阅读:370
Session id实现通过Cookie来传输方法及代码参考
1、 Web中的Session指的就是用户在浏览某个网站时,从进入网站到浏览器关闭所经过的这段时间,也就是用户浏览这个网站所花费的时间。因此从上述的定义中我们可以看到,Session实际上是一个特定的时间概念。需要注意的是,一个Session的概念需要包括特定的客户端,特定的服务器端以及不中断的操作...
分类:其他   时间:2014-09-02 15:29:54    收藏:0  评论:0  赞:0  阅读:262
Merge使用
Role r = new Role();r.setName("TEST");r.setDescription("123");r.setLevel(2);roleServices.merge(r);System.out.println(r.getId());上面代码执行完以后,r.getId()是nu...
分类:其他   时间:2014-09-02 15:29:45    收藏:0  评论:0  赞:0  阅读:287
linux常用shell命令
linux常用shell命令
分类:系统服务   时间:2014-09-02 15:29:34    收藏:0  评论:0  赞:0  阅读:292
error Unable to find vcvarsall.bat
在windows平台编译安装python第三方库的时候,可能会遇到这种错误。解决方法如下:第一种方式,安装visual studio:如果是python2.7的,直接安装vs2008即可,express版就好了。安装了更高版本的vs也可以,不过在执行build和install命令之前,先执行如下命令...
分类:其他   时间:2014-09-02 15:29:14    收藏:0  评论:0  赞:0  阅读:267
The very best Prospect of Mining in raymond mill
We proceed to analysis the creating prospect of mining field at this proper minute according to the mechanical establishing prosperity and tendency. T...
分类:其他   时间:2014-09-02 15:29:04    收藏:0  评论:0  赞:0  阅读:298
[Javascript] 层控制(隐藏、显示、卷起、展开)
AnimateThis is out test content.Hello
分类:编程语言   时间:2014-09-02 15:28:45    收藏:0  评论:0  赞:0  阅读:358
js常用宽高属性
document.body.clientWidth //body对象的宽度document.body.clientHeight //body对象的高度document.documentElement.clientWidth //页面可见区域宽度document.documentElement.cli...
分类:Web开发   时间:2014-09-02 15:28:34    收藏:0  评论:0  赞:0  阅读:299
android线程登录
主入口代码:package com.tp.soft.app;import java.io.IOException;import java.util.HashMap;import java.util.Map;import org.apache.http.HttpResponse;import org....
分类:移动平台   时间:2014-09-02 15:28:24    收藏:0  评论:0  赞:0  阅读:342
hadoop日志分析
一、项目要求 本文讨论的日志处理方法中的日志,仅指Web日志。事实上并没有精确的定义,可能包含但不限于各种前端Webserver——apache、lighttpd、nginx、tomcat等产生的用户訪问日志,以及各种Web应用程序自己输出的日志。 二、需求分析: KPI指标设计 PV(PageVi...
分类:其他   时间:2014-09-02 15:28:05    收藏:0  评论:0  赞:0  阅读:321
服务器断电,Oracle数据库无法启动解决方案
数据库没有备份的情况下,数据库所在服务器由于意外断电,导致服务器启动之后,Oracle数据库startup报错.1. 数据库没开归档模式2. 无备份解决方案:1234567891011121314151617181920212223SQL>startup mountSQL>recover datab...
分类:数据库技术   时间:2014-09-02 15:27:54    收藏:0  评论:0  赞:0  阅读:501
CentOS服务器上部署 oracle10gr2
1、下载Centos系统 Linux 镜像文件。 推荐使用 CentOS5.4,下载地址:http://isoredirect.centos.org/centos/5/isos/i386/ 。这个是 32 位的 Linux 系统镜像安装文件,进入下载页面后,如果是 DVD 光盘安装,可以仅选择 C....
分类:数据库技术   时间:2014-09-02 15:27:26    收藏:0  评论:0  赞:0  阅读:294
html 头
分类:Web开发   时间:2014-09-02 15:27:14    收藏:0  评论:0  赞:0  阅读:367
cheap ghd hair straighteners has never been anyone else
There cheap ghd hair straighteners has never been anyone else like you on the earth nor will there ever be again. And unless you are the identical twi...
分类:其他   时间:2014-09-02 15:27:04    收藏:0  评论:0  赞:0  阅读:179
1629条   上一页 1 ... 43 44 45 46 47 ... 82 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!