码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
PHPStorm 打开时闪退的问题
将 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
JavaScript禁用页面内容选中和复制操作
禁用页面内容选中和复制操作 ...
分类:编程语言   时间:2017-08-29 14:21:50    阅读次数:118
How to use this image - Redis
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
Mac OS 中安装 autoconf 和 automake
你需要安装很多东西,请按照以下顺序安装: 安装的版本包也不能错: 好了,现在去找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
[LC]1 Two Sum
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
Django中的中英文切换
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
Bootstrap启动(关闭)轮播
$('.carousel').carousel(); //启动轮播 $('.carousel').carousel(‘pause’); //关闭轮播 ...
分类:其他好文   时间:2017-08-29 11:08:25    阅读次数:133
遍历HashMap集合的5种方式
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!