什么是Service?
它是注册到osgi的一个java对象
Service注册:
通过BundleContext::registerService(java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary properties)
Service查找...
分类:
其他好文 时间:
2014-08-19 01:02:03
阅读次数:
197
Write a short python script which loops over the image files, encode with base64 and write to OpenERP with XMLRPC1 产品图片是需要转为 base64编码的2:如果需要批量导入,可以吧图片...
分类:
其他好文 时间:
2014-08-18 21:44:42
阅读次数:
282
说明:转自国外博客:欢迎查阅原作该实例较新,简明易懂,值得新手借鉴以gmail为例,注意:1.通过TLS方式发送 1 package com.mkyong.common; 2 3 import java.util.Properties; 4 5 import javax.mail.Messa...
分类:
编程语言 时间:
2014-08-18 00:00:23
阅读次数:
340
InterGames is a high-tech startup company that specializes in developing technology that allows users to play games over the Internet. A market analysis has alerted them to the fact that games of chan...
分类:
其他好文 时间:
2014-08-17 21:22:52
阅读次数:
352
Potted Flower
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 4186
Accepted: 1581
Description
The little cat takes over the management of a new park. There...
分类:
其他好文 时间:
2014-08-17 18:39:42
阅读次数:
350
log4j-over-slf4j和slf4j-log4j12是跟java日志系统相关的两个jar包,当它们同时出现在classpath下时,就可能会引起堆栈溢出异常。
先大致梳理了一下现有Java日志体系接口,然后仔细分析了这种异常出现的原因,最后重现异常并展示了详细的调用过程。...
分类:
其他好文 时间:
2014-08-17 13:05:42
阅读次数:
467
OpenLDAP是轻型目录访问协议(LightweightDirectoryAccessProtocol,LDAP)的自由和开源的实现,在其OpenLDAP许可证下发行,并已经被包含在众多流行的Linux发行版中。它主要包括下述4个部分:slapd-独立LDAP守护服务slurpd-独立的LDAP更新复制守护服务实现LDAP协议的库工具软件..
分类:
其他好文 时间:
2014-08-16 17:13:32
阅读次数:
999
LDAP协议基础概念1. 从用途上阐述LDAP,它是一个存储静态相关信息的服务,适合“一次记录多次读取”。经常使用LDAP服务存储的信息:公司的物理设备信息(如打印机,它的IP地址、存放位置、厂商、购买时间等)? 公开的员工信息(地址、电话、电子邮件…)? 合同和账号信息(客户信息、产品交付日期、投...
分类:
其他好文 时间:
2014-08-15 23:45:09
阅读次数:
528
解题报告
题目传送门
题意:
两个人拿着两副牌,其中一人知道另一个人的手牌,问要怎么配对才能使他获得更多的点数。
游戏规则:
两张牌的第一个数大的牌的人加点。
第一个数相同就比较第二个数。
H>S>D>C
思路:
很容易建图,二分图最大匹配over
#include
#include
#include
using namespace std;
int mmap[100]...
分类:
其他好文 时间:
2014-08-15 21:14:29
阅读次数:
362
当需提取数据的汇总数或者排序数,但是又要显示非分组字段的字段时,可用统计函数\排序函数+OVER()【即开窗函数】例如:获取客户的所有订单同时显示客户的统计总订单数,不用开窗函数则脚本如下:SELECT [SalesOrderID] ,[OrderDate] ,[Customer...
分类:
其他好文 时间:
2014-08-15 21:03:39
阅读次数:
271