将 C:\Program Files (x86)\PhpStorm 10.0.4\bin\PhpStorm.exe.vmoptions 里面的 -server-Xms256m-Xmx1024m-XX:MaxPermSize=250m-XX:ReservedCodeCacheSize=240m-XX: ...
分类:
Web程序 时间:
2017-08-29 14:35:40
阅读次数:
325
link - https://store.docker.com/images/redis?tab=description start a redis instance This image includes EXPOSE 6379 (the redis port), so standard cont ...
分类:
其他好文 时间:
2017-08-29 13:01:47
阅读次数:
189
你需要安装很多东西,请按照以下顺序安装: 安装的版本包也不能错: 好了,现在去找automake管理makefile的源码就可以轻松使用了 ...
分类:
系统相关 时间:
2017-08-29 12:40:09
阅读次数:
267
用 --disable-web-security解决跨域。 1)当本地进行页面调试时,可以在Intellij Idea 设置 Settings-->Tools-->Web Browsers-->选择Grome浏览器进行编辑,输入(--args --disable-web-security --use ...
分类:
其他好文 时间:
2017-08-29 12:36:50
阅读次数:
208
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2017-08-29 12:33:09
阅读次数:
122
setting.py文件中 其中 zh-Hans是简体中文 zh-Hant是繁体中文 所以更改setttings.py 下 LANGUAGE_CODE = 'zh-Hans'即可 # 英文 LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' USE_I18N = Tr... ...
分类:
其他好文 时间:
2017-08-29 11:11:24
阅读次数:
141
$('.carousel').carousel(); //启动轮播 $('.carousel').carousel(‘pause’); //关闭轮播 ...
分类:
其他好文 时间:
2017-08-29 11:08:25
阅读次数:
133
public class MyHashMap { public static void main(String[] args) { UserInfo u1 = new UserInfo(); u1.setAge(10); u1.setName("张三"); UserInfo u2 = new Use... ...
分类:
其他好文 时间:
2017-08-29 09:28:35
阅读次数:
138