05 2016 档案

摘要:http://blog.csdn.net/jayxujia123/article/details/12842295 无线网络最初采用的安全机制是WEP(有线等效私密),但是后来发现WEP是很不安全的,802.11组织开始着手制定新的安全标准,也就是后来的802.11i协议。但是标准的制定到最后的发布 阅读全文
posted @ 2016-05-26 16:56 polo2013 阅读(1110) 评论(0) 推荐(0)
摘要:connectivity= ConnectivityService.getInstance(context); ServiceManager.addService(Context.CONNECTIVITY_SERVICE,connectivity); 其中ConnectivityService.ge 阅读全文
posted @ 2016-05-25 16:23 polo2013 阅读(303) 评论(0) 推荐(0)
摘要:Activity中有一个名称叫onCreate的方法。该方法是在Activity创建时被系统调用,是一个Activity生命周期的开始。 onCreate方法的参数savedInstanceState onCreate方法的完整定义如下: public void onCreate(Bundle sa 阅读全文
posted @ 2016-05-25 11:40 polo2013 阅读(599) 评论(0) 推荐(0)
摘要:sudo apt-get install apache2 git-core gitwebsudo a2enmod rewrite #vi /etc/gitweb.conf $projectroot = "/home/git/work"; 我的git代码库project.git在/home/git/w 阅读全文
posted @ 2016-05-25 11:01 polo2013 阅读(6351) 评论(0) 推荐(0)
摘要:使用git服务器的工程师都需要生成一个ssh的公钥 ~/.ssh$ ssh-keygen Generating public/private rsa key pair. …………………… …………………… 然后一律按回车,完成后会在home目录下的.ssh目录中生成两个文件id_rsa(私有密钥)和 阅读全文
posted @ 2016-05-25 09:58 polo2013 阅读(839) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2016-05-19 18:15 polo2013