2013年12月15日

摘要: 个人社会保险信息查询请输入身份证号和电脑号身份证号:电脑号:验证码: --> 个人公积金账号:身份证号:个人社保电脑号:身份证号:验证码:个人公积金账号:状态:账户余额:元社保移交金额:元 阅读全文
posted @ 2013-12-15 21:20 Kcissy 阅读(157) 评论(0) 推荐(0)

2013年12月5日

摘要: 我们在排错的时候,经常希望知道出错的宏是在哪里定义的,然后通过比对定义和现有情况判断错误原因。LeoLiu 在TeX.SX给出了一个利用filehook宏包实现的方法,效果拔群!当然,方法有些讨巧。代码: 1 \documentclass{article} 2 \usepackage{filehook,currfile} 3 \newwrite\finder 4 \immediate\openout\finder=\jobname.fnd 5 6 \def\searchmacro#1{ 7 \AtBeginOfFiles{\ifdefined#1 8 \expandafter... 阅读全文
posted @ 2013-12-05 09:04 Kcissy 阅读(583) 评论(0) 推荐(0)

2013年10月31日

摘要: Mpp 的导入导出 可以选用现成的 Mpxj 已有丰富的APi可用了,但是唯一不足的是MPXJ只能读mpp文件,写不支持但是支持写mpx文件 只要不能写mpp的原因在这里 Can I use MPXJ to write MPP files? Not at present. Although it is technically feasible to generate an MPP file, the knowledge we have of the file structure is still relatively incomplete, despite the amount of data 阅读全文
posted @ 2013-10-31 18:38 Kcissy 阅读(5472) 评论(2) 推荐(1)