码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
c#轻松实现磁性窗口
/// /// 磁性窗体函数/// /// 窗体控件(一般传this即可)/// 自定义的与屏幕边缘的距离/// 是否在屏幕工作区进行该操作(true表示不包括任务栏,false则包括整个屏幕的范围)public void Form_Welt(Control form, int space, boo...
分类:Windows程序   时间:2015-02-26 09:46:37    阅读次数:143
JSON.stringify()
这个函数的作用是系列化对象的。就是把原来对象的类型转换成字符串类型(json类型)。语法:JSON.stringify(value [, replacer] [, space])value:是必须要的字段。就是你输入的对象,比如数组啊,类啊等等。replacer:这个是可选的。它又分为2种方式,一种...
分类:Web程序   时间:2015-02-26 01:19:14    阅读次数:128
7zS.sfx RunProgram with parameters
Config.txt as below:Pay attention to this\";!@Install@!UTF-8!RunProgram="setup.exe"ExecuteParameters="/v /qb /norestart /lv \"..\\Contain Space\\insta...
分类:其他好文   时间:2015-02-25 21:08:04    阅读次数:171
常用git命令分享
create git space git init set the local cofig git config --global user.name "xx" git config --global user.email "xx@hotmail.com" set the remote url git remote add origin https://git.oschina.net/x...
分类:其他好文   时间:2015-02-25 15:40:27    阅读次数:158
PAT1032. Sharing
To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the same s...
分类:其他好文   时间:2015-02-25 08:03:00    阅读次数:187
Tomcat – Java.Lang.OutOfMemoryError: PermGen Space
很多时候,在开发阶段Tomcat重复的重启过程中会遇到java.lang.OutOfMemoryError : PermGen space 错误。1234java.lang.OutOfMemoryError: PermGen spaceat java.lang.ClassLoader.defineC...
分类:编程语言   时间:2015-02-24 20:58:20    阅读次数:201
用Python作GIS之三:入口程序 - stargui.py
"""gui start file for Space-Time Analysis of Regional Systems#STARS的图形用户界面入口(高级用户可以直接使用命令行方式进行操作)-----------------------------------------------------...
分类:编程语言   时间:2015-02-23 16:40:34    阅读次数:249
用Python作GIS之一:介入STARS
STARS的全称是Space-Time Analysis of Regional Systems,直译过来就是区域系统时空分析软件。这是针对区域多时相数据的分析包,源代码公开。该软件将最近几年发展起来的时空分析技术引入到友好的用户界面中,设计目标是要成为一款探索性数据分析软件。不得不说的是,探索性空...
分类:编程语言   时间:2015-02-23 16:37:41    阅读次数:419
[LeetCode] Recover Binary Search Tree 复原二叉搜索树
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2015-02-23 15:26:34    阅读次数:168
转 RMI、RPC、SOAP通信技术介绍及比对
http://www.open-open.com/home/space.php?uid=37924&do=blog&id=89741、RMI 使用java的程序员,对于RMI(RemoteMethod Invoke,远程方法调用)一定不陌生,在java中,为了在分布式应用开发时,能够方便调用远程对....
分类:其他好文   时间:2015-02-23 11:58:53    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!