上一页 1 2 3 4 5 6 ··· 12 下一页
  2014年9月28日
摘要: formatter转换ID为值设置字典缓存 var DictionaryItem = {}; $.post('/Dictionary/GetDictionary/T_RKXD', function (json) { $.data(DictionaryItem, 'XD', js... 阅读全文
posted @ 2014-09-28 08:53 阿拉伯顶峰 阅读(202) 评论(0) 推荐(0) 编辑
  2014年9月25日
摘要: 1、将json对象转换为stringJSON.stringify(data) 阅读全文
posted @ 2014-09-25 18:21 阿拉伯顶峰 阅读(113) 评论(0) 推荐(0) 编辑
  2014年9月18日
摘要: =CONCATENATE("'",A1,"','",A2) 阅读全文
posted @ 2014-09-18 21:42 阿拉伯顶峰 阅读(230) 评论(0) 推荐(0) 编辑
  2014年8月9日
摘要: scottrade是国内用户用得最多的美股证券交易平台。不用邮寄纸质资料,网上开户全搞定。申请表格填写优惠代码,获取免费3次交易费用,鄙人的推荐优惠代码是 87195968 阅读全文
posted @ 2014-08-09 22:37 阿拉伯顶峰 阅读(1881) 评论(0) 推荐(0) 编辑
  2014年3月4日
摘要: import sysimport osimport globimport win32com.client def convert(files, formatType = 32): powerpoint = win32com.client.Dispatch("Powerpoint.Application") powerpoint.Visible = 1 for filename in files: newname = os.path.splitext(filename)[0] + ".pdf" deck = powerpoint.Presentati... 阅读全文
posted @ 2014-03-04 20:10 阿拉伯顶峰 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页