CocoSourcesCS 3 1 /*---------------------------------------------------------------------- 2 Compiler Generator Coco/R, 3 Copyright (c) 1990, 2004 ...
分类:
其他好文 时间:
2015-06-25 00:02:48
阅读次数:
250
Determining the number of clusters/segments in hierarchical clustering/segmentation algorithms由于unique函数在这里找矩阵不同元素的时不能有效得到,所以自己编了小程序实现。Matlab codeL:cl...
分类:
其他好文 时间:
2015-06-25 00:03:48
阅读次数:
158
1 package org.zln.thread; 2 3 import java.util.Date; 4 import java.util.concurrent.ExecutorService; 5 import java.util.concurrent.Executors; 6 7 /*...
分类:
编程语言 时间:
2015-06-25 00:03:55
阅读次数:
185
在程序中使用配置文件来灵活的配置一些参数是一件很常见的事情,配置文件的解析并不复杂,在Python里更是如此,在官方发布的库中就包含有做这件事情的库,那就是ConfigParser, Python ConfigParser模块解析的配置文件的格式比较象ini的配置文件格式下面用实例说明如下:配置文件...
分类:
编程语言 时间:
2015-06-25 00:04:28
阅读次数:
219
研究python服务器开发http://www.example-code.com/python/ssh_exec.asptelnet 118.193.152.71 51234import socket, threadingHOST = '127.0.0.1'PORT = 51234 s = sock...
分类:
编程语言 时间:
2015-06-25 00:02:55
阅读次数:
165
1. 定义 Animal 类 public class Animal{ } 定义 Dog类,继承 Animal public class Dog : Animal{ }2. 变量是一个标签,对象是实际存在的东西,赋值号"="就是贴标签的过程 Dog dog = new Dog(); //...
分类:
其他好文 时间:
2015-06-25 00:04:03
阅读次数:
130
现实和隐藏文件拓展名显示:defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder隐藏:defaults write com.apple.finder AppleShowAllFiles No && killall...
分类:
移动开发 时间:
2015-06-25 00:04:00
阅读次数:
174
iCloud云存储 1 import UIKit 2 3 class ViewController: UIViewController { 4 5 override func viewDidLoad() { 6 super.viewDidLoad() 7 ...
分类:
移动开发 时间:
2015-06-25 00:01:55
阅读次数:
239
英文原文:Coding Culture: How To Build Better Products by Building Stronger Teams 译/丛一 软件开发人员通常会付出大量的时间和精力在如何构建最好的产品上。我们常会纠结应该使用哪种Web框架,是用NoSQL数据库还是SQL数据.....
分类:
其他好文 时间:
2015-06-25 00:02:41
阅读次数:
347
package copy;import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.FileInputStream;import java.io.FileOutputStream;imp...
分类:
其他好文 时间:
2015-06-25 00:03:30
阅读次数:
218
1 package org.zln.thread; 2 3 import java.util.Date; 4 5 /** 6 * Created by sherry on 000024/6/24 22:30. 7 */ 8 public class TestThreadGroup { 9 ...
分类:
编程语言 时间:
2015-06-25 00:01:56
阅读次数:
231
最近有个需求,想获取部分服务器上运行了那些应用服务,一台台去看,太费劲了,参考牛人写了此脚本,后期再加上一个前端页面做一些简单的运维维护的工作,凑合着先用着,待完善,注:此脚本依懒于安装fabric ,安装过程参考: http://5973819.blog.51cto.com/5963819/15....
分类:
编程语言 时间:
2015-06-25 00:01:03
阅读次数:
179