vsftp是very secure ftp 的缩写。分为主动模式和被动模式两种,端口又分为命令端口(21)和数据端口。在主动模式下:1.客户端先打开一个大于1024的随机端口X与ftp服务器的21端口建立命令通道。 2.客户端有数据传输需求时再次开启大于1024的随机端口Y并通过命令通道...
分类:
系统相关 时间:
2014-10-22 17:29:17
阅读次数:
197
一、什么是OAuth2.0 官方网站:http://oauth.net/ ??http://oauth.net/2/ 权威定义:OAuth is An open protocol to allow secure authorization in a simple and standard method from web, mobile and deskto...
分类:
微信 时间:
2014-10-22 16:09:48
阅读次数:
819
============问题描述============ 利用下面的代码读取到sd卡内的图片,显示出来
setBackgroundDrawable(newBitmapDrawable(BitmapFactory.decodeFile("/storage/sdcard/bg.jpg")));
然后进行...
分类:
移动开发 时间:
2014-10-22 01:02:56
阅读次数:
147
Methods, apparatus, and systems, including computer programs encoded on a computer storage medium, manage an address space. In some implementations, a...
分类:
其他好文 时间:
2014-10-20 23:17:52
阅读次数:
356
使用VS2012编译时,会出现以下警告:warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for detail...
分类:
其他好文 时间:
2014-10-20 21:22:11
阅读次数:
264
免费的SQLite开源源码只给提供了两个函数,只有实现这两个函数才能实现数据库整体加密。然后废了点劲从网上找了一个已经实现好的开源库http://sourceforge.net/projects/wxcode/files/Components/wxSQLite3/
然后大概写一下如何把它集成到自己的so库中。
首先下载源码,找到sqlite3/secure/src下,把其中所有的文件(除了s...
分类:
移动开发 时间:
2014-10-20 19:35:00
阅读次数:
282
前段时间,安装完Magento插件以后,就会出现空白或者404问题,在某些运营中的magento网站,安装新插件后后台配置空白解决。1 将sysytem->toos->Compilation如果Compiled是Enabled,将其改成disable2、将system->Cache Storage ...
分类:
其他好文 时间:
2014-10-19 21:17:00
阅读次数:
169
magento版本:1.7.0.21.表core_config_data改path字段的web/unsecure/base_url和web/secure/base_url,修改为当前使用的URL2.表log_url_info改字段url和referer,使用sql语句批量修改例如:UPDATE `l...
分类:
数据库 时间:
2014-10-19 16:57:45
阅读次数:
325
一、RBS(Remote BLOB Storage)简单介绍 在SharePoint的大部分企业应用案例中,SharePoint都是要承担着非常繁重的文件管理工作,这些文件类型包含了Word文档,Excel文档甚至是数据量庞大的音频、视频文件。对于这些文件,SharePoint默认都是将它们以B.....
分类:
其他好文 时间:
2014-10-19 10:10:13
阅读次数:
301
我设置文件夹权限时,不小心把./* 写成了/*然后就登录不进去了,出现_secure_path: /etc/login.conf is world writable login_getclass: unknown class 'root'第一种、启动盘启动到启动盘环境,挂载上分区修改回来就可以了单用...
分类:
其他好文 时间:
2014-10-18 18:16:05
阅读次数:
309