码迷,mamicode.com
首页 >  
搜索关键字:rms    ( 921个结果
【C#】【转】SharpSVN的官方使用方法参考
SharpSvn Tutorial Table Of Contents Introduction and Prerequisites Setting the project up Getting Started With the SharpSVN API Using the SvnClient Cl ...
分类:Windows程序   时间:2017-06-04 09:42:57    阅读次数:3004
wpf, C# 实现目录对话框选择
引用:using System.Windows.Forms; 代码: FolderBrowserDialog fbWnd = new FolderBrowserDialog(); fbWnd.Description = "选择最终目录"; //目录对话框的描述字符串 fbWnd.SelectedPa ...
分类:Windows程序   时间:2017-06-03 23:24:44    阅读次数:381
Strassen algorithm(O(n^lg7))
Let A, B be two square matrices over a ring R. We want to calculate the matrix product C as If the matrices A, B are not of type 2n × 2n we fill the m ...
分类:其他好文   时间:2017-06-02 23:08:53    阅读次数:219
c#截图
截图 打开文件夹及关闭文件夹 其他 ...
分类:Windows程序   时间:2017-06-02 11:38:18    阅读次数:244
tomcat按指定jdk运行
在bin目录中catalina.bat文件中大约95行setlocal之上写入如下内容: set JAVA_OPTS=-Xms256m -Xmx512m -XX:PermSize=256M -XX:MaxPermSize=512M//配置vm参数,根据系统实际情况配置set JAVA_HOME=.. ...
分类:其他好文   时间:2017-06-01 13:06:11    阅读次数:135
步步为营-64-进程&线程
1 进程 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; nam ...
分类:编程语言   时间:2017-05-29 16:00:53    阅读次数:233
NSURLConnection和NSRunLoop
主线程中创建一个NSURLConnection并异步运行 [self performSelectorOnMainThread:@selector(start) withObject:nil waitUntilDone:YES]; - (void)start { //step 1:请求地址 NSURL ...
分类:Web程序   时间:2017-05-28 19:38:38    阅读次数:199
第十章 常用的JVM参数记录
GC -XX:+PrintGC 打印GC日志 -XX:+PrintGCDetails 打印详细的GC日志 -Xloggc:/var/gc.log 将GC日志打印在根目录的var文件夹下的gc.log文件中 class -verbose:class 打印类加载和卸载信息 堆内存 -Xmx2048m 最 ...
分类:其他好文   时间:2017-05-28 12:58:26    阅读次数:160
在imageView依次加入7个手势, 1.点击哪个button,往imageView上加入哪个手势.(保证视图上仅仅有一个手势). 2.轻拍:点击视图切换美女图片.(imageView上首先展示的美女
// // ControlView.h // HomeworkGestureRecognizer // // Created by lanouhn on 14-8-27. // Copyright (c) 2014年 vaercly@163.com 陈聪雷. All rights reserved. ...
分类:其他好文   时间:2017-05-27 17:04:06    阅读次数:236
栈溢出
项目右键 run run configuration-Dcatalina.base="E:\eclipse_workspace2\.metadata\.plugins\org.eclipse.wst.server.core\tmp0" -Dcatalina.home="D:\worksoftware ...
分类:其他好文   时间:2017-05-27 12:23:49    阅读次数:171
921条   上一页 1 ... 76 77 78 79 80 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!