全部文章
2.8.1 辅料领料管理车间非BOM物料的采购计划可以通过系统实现。 2. 定义辅料虚拟装配件BOM,通过定义任务产生需求,通过MRP计划产生请购单。 3. 改变非BOM物料采购人工计划,手工输入采购订单的情况。
分类:其他 时间:2014-06-03 13:18:40 收藏:0 阅读:494
对比对象: UIL Volley 官方教程中的方法(此系列教程一里介绍的,ImageLoader的处理方法和官方的差不多)------------------------------------------------------------------------首先单张图片的压缩处理,也是分析重...
分类:移动平台 时间:2014-06-03 13:19:21 收藏:0 阅读:568
#status, .commands{ height: 25px; line-height: 25px;}.upload .commands{ float: right;}.hidden{ display: none;}#status{ float: left; ...
分类:Web开发 时间:2014-06-03 13:20:04 收藏:0 阅读:468
package ioXml;import java.io.File;import java.io.IOException;import java.util.HashMap;import java.util.Iterator;import java.util.List;import java.util...
分类:其他 时间:2014-06-03 13:21:20 收藏:0 阅读:466
说明:类似于RDBMS中触发器,允许用户在region服务器上运行自己的代码,在客户端用户不用关心操作具体在哪进行使用场景:权限控制,回调函数(钩子函数)、扫描统计等主要类:observer和endpointobserver:类似触发器,回调函数在特定事件发生时执行endpoint:类似数据库存储过...
分类:其他 时间:2014-06-03 13:20:42 收藏:0 阅读:579
疯狂Android讲义 - 学习笔记(二)
分类:移动平台 时间:2014-06-03 13:21:54 收藏:0 阅读:405
1 innodb 自增列出现重复值的问题 先从问题入手,重现下这个buguse test;drop table t1;create table t1(id int auto_increment, a int, primary key (id)) engine=innodb;insert into t...
分类:数据库技术 时间:2014-06-03 13:22:35 收藏:0 阅读:541
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be resolved to a type从网上找了一些杂七杂八的回答,比如在Java EE Module Dependencies设置中添加依赖的jar但是这个设置是以前旧版本的Eclipse所有的。新版的已经没有这...
分类:系统服务 时间:2014-06-03 13:23:11 收藏:0 阅读:700
bfs+优先队列。wa了N次,才发现可以停留等待楼梯变换方向。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define MAXNUM 55 8 9 typedef struct node...
分类:其他 时间:2014-06-03 13:23:58 收藏:0 阅读:751
class Solution {public: ListNode *mergeKLists(vector &lists) { ListNode* merged = NULL; for (int i=0; ival val) { n...
分类:其他 时间:2014-06-03 13:24:35 收藏:0 阅读:377
1310709310710310711323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!