码迷,mamicode.com
首页 >  
搜索关键字:alternative    ( 195个结果
Normalize.css 初识
一. 用来干嘛的 一个现代的、准备好了支持 HTML5 技术,并且要替代 CSS Reset 处理样式的理念。 Normalize.css 使浏览器渲染所有元素更加一致,并且符合现代标准。它只是针对那些需要正常化的样式进行处理。 A modern, HTML5-ready alternative t ...
分类:Web程序   时间:2016-07-29 15:34:57    阅读次数:233
PHP - 数组去重,(折中:符串去重)
【译】更快的方式实现PHP数组去重 Jan 11, 2016 ? Hector 原文:Faster Alternative to PHP’s Array Unique Function 概述 使用PHP的array_unique()函数允许你传递一个数组,然后移除重复的值,返回一个拥有唯一值的数组。 ...
分类:编程语言   时间:2016-07-25 00:17:54    阅读次数:300
php-fpm使用
/usr/local/php/sbin/php-fpm --help -c <path>|<file> Look for php.ini file in this directory 指定使用的php.ini配置 -y, --fpm-config <file> Specify alternative ...
分类:Web程序   时间:2016-07-08 00:08:39    阅读次数:234
protobuf vs java
生成 java 代码时的警告: The default outer class name, "Auth", conflicts with a type declared in the proto file and an alternative outer class name is used: "A ...
分类:编程语言   时间:2016-07-07 00:52:08    阅读次数:470
linux下的性能分析profiling(动态)
Profiling is an alternative to benchmarking that is often more effective, as it gives you more fine grained measurements for the components of the sys ...
分类:系统相关   时间:2016-06-15 14:16:12    阅读次数:666
AspNet Identity and IoC Container Registration
https://github.com/trailmax/IoCIdentitySample TL;DR: Registration code for Autofac, for SimpleInjector, for Unity. Tony Mackay has an alternative walk ...
分类:Web程序   时间:2016-06-09 18:40:12    阅读次数:1278
Jackson - Quickstart
JSON Three Ways Jackson offers three alternative methods (one with two variants) for processing JSON: Streaming API (aka "Incremental parsing/generati ...
分类:其他好文   时间:2016-05-23 13:27:09    阅读次数:198
Action属性值
String ADD_SHORTCUT_ACTION 动作: 在系统中添加一个快捷方式。 "android.intent.action.ADD_SHORTCUT"   String ALL_APPS_ACTION 动作: 列举所有可用的应用。 "android.intent.action.ALL_APPS"   String ALTERNATIVE_CATEGORY 类别: 说...
分类:其他好文   时间:2016-05-13 04:26:55    阅读次数:194
Faster-rcnn
最后更新日期:2016年4月29日本教程主要基于python版本的faster R-CNN,因为python layer的使用,这个版本会比matlab的版本速度慢10%,但是准确率应该是差不多的。目前已经实现的有两种方式:Alternative training Approximate joint training 推荐使用第二种,因为第二种使用的显存更小,而且训练会更快,同时准确率差不多甚至...
分类:其他好文   时间:2016-05-13 00:05:53    阅读次数:390
update-alternatives命令
查看Java命令的位置 找到/etc/alternatives/java的软链接位置 它使我们可以看到一个命令的所有可选命令。执行代码: alternative的状态有两种:自动和手动。每个alternative的初始状态都是自动,如果系统发现管理员手动修改了一个 alternative,它的状态就从自动变成了手动 查看现在的java版本 我的JDK在这文件里...
分类:其他好文   时间:2016-04-29 19:53:10    阅读次数:152
195条   上一页 1 ... 9 10 11 12 13 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!