码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
日期三联控件
运用Seajs模块写的一个三联日期选择控件,可以通过配置显示页面元素信息define(function (require, exports, module) { 'use strict'; var $ = require('zepto'); require('./dateSelec...
分类:其他好文   时间:2015-09-17 15:02:19    阅读次数:224
IOS9网络请求报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
今天下载Xcode7试了下,运行项目时报上面的错误,网上查了下原来iOS9引入了新特性App Transport Security (ATS)。详情:App Transport Security (ATS)新特性要求App内访问的网络必须使用HTTPS协议。但是现在公司的项目使用的是HTTP协议,使...
分类:移动开发   时间:2015-09-17 14:51:17    阅读次数:191
iOS9 HTTP 不能正常使用的解决办法
今天升级Xcode 7.0发现网络访问失败。 输出错误信息 The?resource?could?not?be?loaded?because?the?App?Transport?Security?policy?requires?the?use?of?a?secure?connection. Google后查证,...
分类:移动开发   时间:2015-09-17 13:44:35    阅读次数:141
nodejs通过session实现身份验证
1)引入模块 var?session?=?require(‘express-session‘); var?cookieParser?=?require(‘cookie-parser‘); 2)应用cookie及session app.use(cookieParser()); app.use(session({ ??resave:?true,?//?d...
分类:Web程序   时间:2015-09-17 11:57:05    阅读次数:142
iOS9 出现 the resource could not be loaded because the app transport security policy requires the use of a secure connection 解决办法
今天更新了Xcode 7 正式版,App编译出现很多警告,在App运行的时候出现如下的提示.........the resource could not be loaded because the app transport security policy requires the use of a...
分类:移动开发   时间:2015-09-17 11:49:13    阅读次数:218
几个Jquery对话框插件
项目现状While Thickbox had its day,it is not maintained any longer, so we recommend you use some alternatives.(简单翻译:即日起本团队将不再继续维护此项目,因此我们推荐您使用以下产品替代。)colo...
分类:Web程序   时间:2015-09-17 10:06:28    阅读次数:140
ng-repeat出现环路输出Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique
采用ng-repeat循环发生错误时,如下面的输出对象:Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: c in shopCount, Dup....
分类:其他好文   时间:2015-09-16 20:02:52    阅读次数:156
SSIS 日志记录的机制和查询sysssislog
一,MSDN LoggingSQL ServerIntegration Services includes log providers that you can use to implement logging in packages, containers, and tasks. With log...
分类:其他好文   时间:2015-09-16 19:58:44    阅读次数:360
Code Conventions for the JavaScript Programming Language
This is a set of coding conventions and rules for use in JavaScript programming. It is inspired by theSundocumentCode Conventions for the Java Program...
分类:编程语言   时间:2015-09-16 19:58:05    阅读次数:204
解决Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
因为最近更新的PHP版本,写sql语句,忽然发现不能用了,上网查了一些原因,找到几个方法如下:1.禁止php报错 display_errors = on 改成 display_errors = off2.将PHP中的mysql用PDO或者是mysqli代替就不会发生这种情况了3.php设置报警级别....
分类:数据库   时间:2015-09-16 19:51:53    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!