码迷,mamicode.com
首页 >  
搜索关键字:ecif    ( 899个结果
代码规范 for node.js with 'npm-coding-style'
npm-coding-style npm's "funny" coding style Description npm's coding style is a bit unconventional. It is not different for difference's sake, but rat ...
分类:Web程序   时间:2017-02-18 21:22:11    阅读次数:241
<Effective Java>引言
Java语言规范 <The Java Language Specification> 1、Java语言支持的四种类型:接口、类、数组和基本类型。 前三种类型通常被称为引用类型,类实例和数组是对象。基本类型的值则不是对象。 2、类的成员有它的域、方法、成员类和成员接口。 3、方法的签名由它的名称和所有 ...
分类:编程语言   时间:2017-02-18 17:15:34    阅读次数:180
Android 获得view的宽和高
在oncreate()中利用view.getWidth()或是view.getHeiht()来获取view的宽和高,看似没有问题,其实他们去得值是0,并不是你想要的结果? 这是为什么呢? 在调用oncreate()方法时,界面处于不可见状态,内存加载组件还没有绘制出来,你是无法获取他的尺寸。 那如何... ...
分类:移动开发   时间:2017-02-17 15:06:39    阅读次数:260
IDEA配置maven(配置阿里云中央仓库)
前言 idea配置maven后如果不修改中央仓库地址创建maven则出奇的慢,不管你用MyEclipse还是idea都慢的不要不要的,实在不能忍受。 这种条件下发现一个阿里云中央仓库来点福利,有福利了就必须给阿里云点个赞。 配置Maven 下载maven,我用的版本是3.3.9、 配置环境变量、设置 ...
分类:其他好文   时间:2017-02-17 09:47:55    阅读次数:1036
【OH】Oracle软件安装需要的软件包(官方文档)
1 安装12c 1.1 Table 3 x86-64 Supported Linux 7 Operating System Requirements Item Requirements SSH Requirement Ensure that OpenSSH is installed on your ...
分类:数据库   时间:2017-02-15 18:50:07    阅读次数:631
js 提交表单添加csrf
function post(path, shipmentMap, method) { method = method || "post"; // Set method to post by default if not specified. var token = $('meta[name="_cs... ...
分类:Web程序   时间:2017-02-15 10:41:28    阅读次数:1757
Construct the Rectangle
For a web developer, it is very important to know how to design a web page's size. So, given a specific rectangular web page’s area, your job by now i ...
分类:其他好文   时间:2017-02-12 18:47:13    阅读次数:126
rxvt-unicode配置
我的urxvt配置文件如下 前缀可改为rxvt然后可以使用rxvt命令启动 ~/.Xresources ! urxvt color set URxvt.multichar_encoding:utf-8 URxvt.background:black URxvt.foreground:green URx ...
分类:其他好文   时间:2017-02-11 21:42:01    阅读次数:218
SGML是什么
SGML / Standard Generalized Markup Language / 标准通用标记语言 ## A brief SGML tutorial https://www.w3.org/TR/WD-html40-970708/intro/sgmltut.html 看完上面这篇简明教程。S... ...
分类:其他好文   时间:2017-02-08 18:44:13    阅读次数:607
Django 缓存、信号
Reference: http://www.cnblogs.com/lianzhilei/p/6365877.html 缓存 由于Django是动态网站,所有每次请求均会去数据进行相应的操作,当程序访问量大时,耗时必然会更加明显,最简单解决方式是使用:缓存,缓存将一个某个views的返回值保存至内存 ...
分类:其他好文   时间:2017-02-07 12:26:22    阅读次数:207
899条   上一页 1 ... 86 87 88 89 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!