-
AppSecurityPermissions
This class contains the SecurityPermissions view implementation for Andriod.
- 2013-10-17 22:13:15下载
- 积分:1
-
这是一个小的我的网站源代码,用Servlet实现,所以它是非常重要的…
这个一个简单的用Servlet来实现的小网站 对于初学者,尤其是Servlet方面非常有帮助。本人也是从这里开始学习的。-This is a small my website source code implemented by servlet, so it is very helpful to master the servlet.
- 2022-05-01 00:32:29下载
- 积分:1
-
1
说明: SOA 是一种 IT 体系结构样式,支持将您的业务作为链接服务或可重复业务 任务进行集成,可在需要时通过网络访问这些服务和任务。(SOA is an IT architectural style, support your business as linked services, or can be integrated repeat business task, you can access these services when needed and tasks over a network.)
- 2014-04-25 14:26:30下载
- 积分:1
-
Java 图形用户界面编程实验源码集锦
收集一些Java 图形用户界面编程实验源码集锦:1.窗口和事件处理。2.容器与布局管理(流式布局FlowLayout)。3.容器与布局管理(边缘布局BorderLayout)。4.容器与布局管理(网格布局GridLayout)。5.容器与布局管理(卡片式布局CardLayout)。
6.容器与布局管理(网格块布局GridBagLayout)。7.标准GUI组件(文本框与文本域)。
8.标准GUI组件(复选按钮)。9.标准GUI组件(单选按钮)。10.标准GUI组件(下拉列表)。
11.标准GUI组件(列表)。12.标准GUI组件(滚动条)。13.鼠标事件。14.键盘事件。
15.菜单(下拉菜单)。16.菜单(多级菜单)。17.菜单(弹出式菜单)。18.对话框。
相信这些Jaa实验代码对学习Java编程有帮助。
- 2022-10-04 15:00:03下载
- 积分:1
-
spring-data-mongodb操作Mongodb
private static MongoTemplate mongoTemplate;
static {
ApplicationContext context = new ClassPathXmlApplicationContext("classpath:applicationContext.xml");
mongoTemplate = (MongoTemplate) context.getBean("mongoTemplate");
}
public static void main(String[] args) throws Exception{
//initData();
//test1Mapreduce();
//test1Aggregation();
//testMapreduce2();
//testMapReduce3();
testMapreduce4();
}
/**
* 统计出用户浏览过的页面地址
*/
private static void testMapreduce4() {
MapReduceOptions options = MapReduceOptions.options();
String outCollName = "urls";
options.outputCollection(outCollName);
options.outputTypeReduce();
mongoTemplate.mapReduce(new Query(), "userBrowseHistory",
"classpath:historyMap4.js", "classpath:historyReduce4.js", options, DayCount.class);
}
/**
* 统计出一段时间内用户平均每天访问的次数
*/
private static void testMapReduce3() {
//为什么不能在reduce中求平均数:因为当某些唯一key的数据只有一条时,不能进入reduce,所以这个时候算平均数
//的话
- 2022-03-20 01:50:29下载
- 积分:1
-
Soct
假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。
[需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
- 2012-06-14 16:25:10下载
- 积分:1
-
OpenJavaTradingSystem-bin-0.13 (1)
java trading stock platform
- 2017-09-13 11:38:34下载
- 积分:1
-
安卓手机计步器
安卓手机计步器,java下开发 课程设计 经多人测试结果准觉实验准确 界面简单 主要注重算法部分
- 2022-07-25 04:35:24下载
- 积分:1
-
一个基于JUnit测试框架的关于数据库的测试框架,不错!
一个基于JUnit测试框架的关于数据库的测试框架,不错!-a test based on the JUnit framework of the database on the testing framework, it is true!
- 2023-03-10 07:25:03下载
- 积分:1
-
ImageMapDemo
it is demonstration of image map in java
- 2009-08-28 16:19:04下载
- 积分:1