把Eclipse中的subversion换成和TortoiseSVN中subversion一致的版本, 问题解决.
分类:
系统相关 时间:
2015-01-23 19:54:09
阅读次数:
1966
寻找素数因子要求用书中的smallest-divisor过程找出199, 1999, 19999的最小因子。Scheme Code:主要流程:定义寻找素数的过程如果2的平方即4,大于测试值,那么它肯定是素数如果n能和2整除,那么不是素数,最小因子是2如果不是,回到过程find-div,再试试能不能与...
分类:
其他好文 时间:
2015-01-23 19:56:37
阅读次数:
214
这两天为移动App开发API,结果实现加密验证时碰到一大坑。这里不得不吐槽下又臭又硬的iOS,Windows Server无法解密出正确的结果,Android则可以,后来使用了通用的AES256加密算法才最终搞定。搞服务器端小伙伴没有接触过iOS,所以也没料到过这种情形。他使用了AES128 wit...
分类:
移动开发 时间:
2015-01-23 19:55:33
阅读次数:
226
原文:LNMP(linux+nginx+mysql+php)服务器环境配置一、简介 Nginx是俄罗斯人编写的十分轻量级的HTTP服务器,Nginx,它的发音为
“engine X”, 是一个高性能的HTTP和反向代理服务器,同时也是一个IMAP/POP3/SMTP 代理服务器.Nginx是由俄罗斯...
分类:
数据库 时间:
2015-01-23 19:53:37
阅读次数:
266
上一篇 Linux 上安装 weblogic12C (静默安装)介绍了静默方式安装weblogic12C的方式,这一篇主要介绍在windows主机上通过远程图形界面的方式安装weblogic的方式一、前期准备首先下载软件Xmanager,下载链接点我 (百度网盘),包含了注册码。Xmanager安装...
分类:
Web程序 时间:
2015-01-23 19:55:26
阅读次数:
207
OpenFileDialog openFD = new OpenFileDialog(); openFD.FileName = ""; openFD.Filter = "xls|*.xls|xlsx|*.xlsx"; openFD....
import pickle as plinkmanfile = 'linkman.data'#the name of the file where we will store the objectlinkman = { 'zhangyunpeng' : '434498027', ...
分类:
编程语言 时间:
2015-01-23 19:54:12
阅读次数:
167
多个控件组合为用户控件,实现多选1.CSS文件.MultDropList {display:inline-block;} .labelArea {vertical-align:super} .DropList {display:inline-block; height:20px;margin-top...
分类:
其他好文 时间:
2015-01-23 19:53:22
阅读次数:
164
/* 描述 Mr. B is a famous music composer. One of his most famous work was his set of preludes. These 24 pieces span the 24 musical keys (there are music...
分类:
其他好文 时间:
2015-01-23 19:52:54
阅读次数:
237
Factorial Trailing Zeroes2015.1.23 18:46Given an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time ...
分类:
其他好文 时间:
2015-01-23 19:55:02
阅读次数:
459
1.添加contextMenuStrip控件 默认命名:contextMenuStrip12.在要显示的控件上,找到其ContextMenuStrip属性,并设置其为contextMenuStrip1比如我这边放在 dataGridView1 控件上,就将dataGridView1的ContextM...
1.C#的处理事件整个框架,其实就是观察者模式的一种应用 观察者模式:老师监视学生考试,学生若作弊,老师立即打人2.涉及的元素: 所以必须涉及两个对象,事件引发者(触发)--学生;事件处理者--老师 同时涉及两个事件,触发事件--作弊;处理事件--打人3.学生类 //其实Cheating就是一...
MySQL数据库运维课程http://www.dataguru.cn/article-4834-1.html?union_site=comm100课程大纲第一课:机器选型、系统规划第二课:安装部署第三课:压力测试第四课:性能优化第五课:字符集和权限安全第六课:日志系统第七课:备份与恢复1第八课:备份...
分类:
数据库 时间:
2015-01-23 19:52:29
阅读次数:
298
1.参考http://commando.iteye.com/blog/6207242.实现
分类:
其他好文 时间:
2015-01-23 19:53:47
阅读次数:
99
官网地址:http://www.wcfstorm.com/wcf/home.aspxWCFStorm Lite 来进行接口查看及调试,如下所示。
分类:
其他好文 时间:
2015-01-23 19:53:58
阅读次数:
178
通过git init命令把这个目录变为git管理仓库第一步,用命令git add告诉Git,把文件添加到仓库:第二步,用命令git commit -m “ 记录信息”告诉Git,把文件提交到仓库:会提示如下信息:*** Please tell me who you are.Rungit config...
分类:
其他好文 时间:
2015-01-23 19:51:51
阅读次数:
140