码迷,mamicode.com
首页 >  
搜索关键字:features    ( 1570个结果
JavaScrtip之平稳退化(在浏览器不支持JS或者JS失效的情况下用户仍能顺利的浏览你的网站,可能有些功能无法使用,但是最基本的操作仍能顺利完成)
这边使用一个当用户点击某个页面内某个链接弹出一个新窗口的案例: JavaScript使用window对象的open()方法来创建新的浏览器窗口; window.open(url,name,features); 这个方法有三个参数: url:新窗口里打开的网页的url地址。如果省略这个参数(这个参数为 ...
分类:编程语言   时间:2016-07-25 00:08:37    阅读次数:218
MySQL--连接属性
The capability flags are used by the client and server to indicate which features they support and want to use. Protocol::CapabilityFlags: CLIENT_LONG ...
分类:数据库   时间:2016-07-24 20:54:34    阅读次数:697
php 新特性
PHP 5.6 1、可以使用表达式定义常量 https://php.net/manual/zh/migration56.new-features.php 在之前的 PHP 版本中,必须使用静态值来定义常量,声明属性以及指定函数参数默认值。 现在你可以使用包括数值、字符串字面量以及其他常量在内的数值表 ...
分类:Web程序   时间:2016-07-22 14:31:46    阅读次数:237
Matching Networks for One Shot Learning
1. Introduction In this work, inspired by metric learning based on deep neural features and memory augment neural networks, authors propose matching n ...
分类:Web程序   时间:2016-07-19 20:48:47    阅读次数:266
SVN
一.Eclipse中安装SVN 1.已使用过的一种方式: a.解压出features与plugins文件夹 b.把这两个文件夹,剪切到Eclipse文件夹下(原Eclipse文件下已有,复制的话无法粘贴),替换,掉原先已有的这两个文件夹,我之前一直是放到对应的已有文件夹下,结 果SVN一直安装不上 ...
分类:其他好文   时间:2016-07-16 19:53:23    阅读次数:228
Android RocooFix 热修复框架
Under the Hood: Dalvik patch for Facebook for Android Facebook is one of the most feature-rich apps available for Android. With features likepush notifications, news feed, and an embedded version of...
分类:移动开发   时间:2016-07-15 21:07:21    阅读次数:652
MYSQL 5.7 新增150多个新功能
http://www.thecompletelistoffeatures.com/ There are over 150 new features in MySQL 5.7. The MySQL manual is very good, but verbose. This is a list of ...
分类:数据库   时间:2016-07-15 20:21:01    阅读次数:277
IAR FOR STM8S 错误 An error occurred while retrieving GDI features: gdi-error [40201]解决方法
今早使用IAR调试编译调试一个工程,发现IAR竟然出现如下错误信息 在网上查看了一下,也有人出现这个问题,总体来说可以通过重装IAR debugger-support-files这个,解决问题。 我已经将工具上传到CSDN的下载页面, IAR for stm8 debugger-support-fi ...
分类:其他好文   时间:2016-07-11 10:29:30    阅读次数:396
Helpers Overview
Helpers Overview Helpers are classes that are not part of the core system but can greatly improve it by adding new features and possibilities. This se ...
分类:其他好文   时间:2016-07-05 12:14:59    阅读次数:115
Using the EventManager
Using the EventManager This tutorial explores the features of zend-eventmanager in-depth. Terminology An Event is a named action. A Listener is any PH ...
分类:其他好文   时间:2016-07-05 11:49:02    阅读次数:192
1570条   上一页 1 ... 87 88 89 90 91 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!