码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
activiti designer 安装到 myeclipse
下载activiti designer 文件地址:http://activiti.org/designer/archived/注意:我的是myeclipse9.0,我下载的版本是:(当我下载高版本安装时出现了问题)将文件解压到:%myeclipse_install_folder%\MyEclipse...
分类:系统相关   时间:2015-01-05 10:58:22    阅读次数:248
CF18D 高精度+贪心
http://codeforces.com/problemset/problem/18/D Last year Bob earned by selling memory sticks. During each of n days of his work one of the two following events took place: A customer came t...
分类:其他好文   时间:2015-01-04 19:21:42    阅读次数:217
PP- Work center -- Key for performance Efficiency Rate
Purpose : Performance Efficiency Rate KeyPerformance efficiency rate keys are assigned in the Basic data screen of the work center to the standard val...
分类:其他好文   时间:2015-01-04 19:02:45    阅读次数:210
Populating Next Right Pointers in Each Node II
Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tree could be any binary tree? Would your previous solution still work? Note: You may only use constant ...
分类:其他好文   时间:2015-01-04 13:37:37    阅读次数:139
快速删除svn文件
1.建立一个注册文件:kill-svn-folders.reg2.将以下内容复制到文件中 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @="D...
分类:其他好文   时间:2015-01-04 13:26:32    阅读次数:140
python 读写XLS
需要库:xlrd, xlwt,xlutils导入import xlrdfrom xlutils.copy import copy打开文件data = xlrd.open_workbook(r'E:\work\Text ID.xls')table = data.sheet_by_name(u'Shee...
分类:编程语言   时间:2015-01-04 12:00:08    阅读次数:152
九度OJ 1002 Grading
题目1002:Grading 时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:15686 解决:4053 题目描述:     Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a...
分类:其他好文   时间:2015-01-04 01:18:50    阅读次数:178
bindingredirect 没有效果
assembly binding redirect does not work
分类:其他好文   时间:2015-01-03 17:06:03    阅读次数:141
论stringstream正确使用之道
昨天撸代码的时候发现了一个问题就是类型的转换,当时我的是从string转化为int型,然后试了(int)这种强制类型转化! Doesn't work! 我擦!居然不行?!好吧,正常情况是,就是不行~ 肿么办?找到了一个神器!stringstream,这个类是最近才加到编译器里面去的。所以想用这个的童鞋先升级IDE哈! 好吧,废话那么多!直接说使用方法吧! 网上给的都是用 strings...
分类:其他好文   时间:2015-01-03 09:26:14    阅读次数:151
WBS说明
work breakdown structure(WBS)工作分解结构(英语:Work Breakdown Structure,WBS)是一个详尽的,层次的(从全面到细节)的树形结构,由可交付成果与为了完成项目需要执行的任务组成。WBS的目的是识别终端元素(项目中实际需要完成的事项)。因此WBS是项...
分类:其他好文   时间:2014-12-31 22:42:50    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!