1.下载. git clone https://github.com/rkulla/pydiction.git2.移动下载的文件到.vim文件夹,形成如下目录. .vim└── after └── ftplugin ├── pydiction │ ├── complete-dict │ └── py...
分类:
编程语言 时间:
2015-08-27 13:19:26
阅读次数:
142
设置的方法很简单打开sublimetext–>refrences–>settings-user,在配置中加上这三个键/值对。{ "auto_complete":true, "auto_match_enabled":true, "color_scheme":"Packages/ColorScheme-Default/iPlastic.tmTheme", "font_size":9, "caret_extra_top":1, "caret_extra_..
分类:
其他好文 时间:
2015-08-27 00:46:53
阅读次数:
196
此处的三个题跟Maximum Subarray,可以先看此题
I)
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, b...
分类:
其他好文 时间:
2015-08-25 19:40:20
阅读次数:
202
$(selector).load(url [,date] [,callback])url:请求页面的url地址date:发送至服务器的key:value数据callback:请求完成时的回调函数,无论请求成功或失败,即只要XMLHttpRequest对象的状态为4或complete时就调用此函数会将...
分类:
Web程序 时间:
2015-08-25 18:20:13
阅读次数:
148
之前做过这样一个需求,要让商家页的商家图片按照图片外面box的大小等比例缩放。之前的想法是在页面中先输出图片的src,然后在页面底部初始化js,然后在js中写相应的可以使图片按照box的大小等比例缩放的函数。要实现图片的等比例缩放要做到以下几点,第一,得到图片的width和height第二,比较图片...
分类:
其他好文 时间:
2015-08-25 15:49:03
阅读次数:
123
本文转自 Migrant的博客,原文:《The Complete Tutorial on iOS/iPhone Custom URL Schemes》iPhone / iOS SDK 最酷的特性之一就是应用将其自身”绑定”到一个自定义 URL scheme 上,该 scheme 用于从浏览器或其他应...
分类:
Web程序 时间:
2015-08-21 15:23:50
阅读次数:
227
1.修改PagerTabStrip中的背景颜色我们在布局中直接设置background属性即可: 2.修改指示条的颜色我们可以在java代码中调用pagertabstrip的setTabIndicatorColorResource(R.color.green_complete);方法进行设...
分类:
移动开发 时间:
2015-08-21 11:01:31
阅读次数:
142
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2015-08-21 08:16:21
阅读次数:
205
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2015-08-20 06:47:41
阅读次数:
116
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:
其他好文 时间:
2015-08-20 06:45:38
阅读次数:
204