首页 |  个人站点 |  博客园 |  管理 |  返回

12 2016 档案

摘要:1 ''' 2 Created on 2016/12/26 3 Created by freeol.cn 4 一些排序算法的Python实现 5 @author: 拽拽绅士 6 ''' 7 8 import sys 9 from _ast import While 10 from celery.bin.celery import result 11 ... 阅读全文
posted @ 2016-12-26 13:46 拽拽绅士 阅读(738) 评论(0) 推荐(0)
摘要:1 ''' 2 Created on 2016/12/16 3 Created by freeol.cn 4 一些排序算法的Python实现 5 @author: 拽拽绅士 6 ''' 7 8 '''值交换''' 9 def swap(m, n): 10 c = m; m = n; n = c; 11 return m, n 12 ... 阅读全文
posted @ 2016-12-21 09:26 拽拽绅士 阅读(265) 评论(0) 推荐(0)
摘要:生成证书:keytool -genkey -alias [yourapp] -keyalg RSA -validity 20000 -keystore [yourapp].keystore 输入keystore密码:再次输入新密码:您的名字与姓氏是什么? [Unknown]: xxx您的组织单位名称 阅读全文
posted @ 2016-12-01 09:31 拽拽绅士 阅读(530) 评论(0) 推荐(0)


Java | Golang | Python | php