码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
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
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
SSH Passwordless Login Using SSH Keygen in 5 Easy Steps
SSH(Secure SHELL) is an open source and most trusted network protocol that is used to login into remote servers for execution of commands and programs...
分类:其他好文   时间:2015-09-17 01:01:01    阅读次数:178
C 二叉树 1
二叉链表:#define _CRT_SECURE_NO_WARNINGS #include #include #include //1 typedef struct BiTNode{ int data; struct BiTNode *lchild, *rchild;}B...
分类:其他好文   时间:2015-09-16 12:35:30    阅读次数:183
字符串逆序小结
1.普通逆序 可以任意申请内存或变量,对于指针版本,此方法不好,需要在函数内开辟空间,在函数结束前返回该空间首地址,由于不能释放该内存,出现内存泄漏 ,所以这里只提供引用版本: #define _CRT_SECURE_NO_WARNINGS #include #include using names...
分类:其他好文   时间:2015-09-16 06:22:52    阅读次数:201
阻止ssh暴力破解
阻止ssh暴力破解说明:今天无意间看了下/var/log/secure日志,吓了一跳,如下:Sep1514:25:12localhostsshd[5914]:Failedpasswordforrootfrom221.203.142.70port49476ssh2 Sep1514:25:12localhostsshd[5934]:Failedpasswordforrootfrom115.182.88.152port28712ssh2 Sep1514:25:..
分类:其他好文   时间:2015-09-15 20:22:08    阅读次数:200
Java ssh库:Apache sshd库和JSch库(Java Secure Channel)
1.Apache sshdApache sshd是一个SSH协议的100%纯Java库,支持客户端和服务器。sshd库基于Apache MINA项目(可伸缩高性能的异步IO库)。官方网站:http://mina.apache.org/sshd-project/documentation.html客户...
分类:编程语言   时间:2015-09-15 20:07:33    阅读次数:824
est
#define _CRT_SECURE_NO_WARNINGS#include #define MAX 1001#define IFNIT (9223372036854775808)unsigned long long int pt[MAX][2] = { 0 };int ptNum = 0;/*K...
分类:其他好文   时间:2015-09-15 18:19:43    阅读次数:249
CentOS系统中常用查看日志命令
cattail -f日 志 文 件 说 明/var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一/var/log/secure 与安全相关的日志信息/var/log/maillog 与邮件相关的日志信息/var/log/cron 与定时任务相关....
分类:其他好文   时间:2015-09-15 16:31:54    阅读次数:235
https请求时出错:Could not establish trust relationship for the SSL/TLS secure channel
当我在用NET命名空间下获取URL的时候,提示如下错误:The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.使用传输安全模式,证书建立S...
分类:Web程序   时间:2015-09-14 13:58:53    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!