摘要: cmd /k C:\python27\python "$(FULL_CURRENT_PATH)" & PAUSE & EXIT cmd /k C:\python27\python "$(FULL_CURRENT_PATH)" & PAUSE & EXIT cmd /k C:\python27\pyt 阅读全文
posted @ 2017-12-30 21:46 jeysin 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 最近想在Notepad++中装一个插件的时候才发现Notepad++中竟然没有plugin manager,网上找了很久,试了很多方法都不奏效,唯独这个方法有效,现在问题已解决,方法贴下来,免得以后又遇到: how 2 get plugin manager:download pm from http 阅读全文
posted @ 2017-12-30 21:25 jeysin 阅读(1969) 评论(0) 推荐(0) 编辑
摘要: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: Example: 解法3:中心拓展法。时间复杂度为 阅读全文
posted @ 2017-12-30 11:46 jeysin 阅读(131) 评论(0) 推荐(0) 编辑