public class CookiesUtils{ public static void
SetCookie(String key, String value) { SetCookie(key, value, null, null, null,
false); } ...
分类:
其他好文 时间:
2014-07-22 23:16:34
阅读次数:
339
以下设置可实现窗体无最大化,并且不能拖大拖小BorderIcon
设为---biMax[False] biHelp [False]BorderStyle 设为---bsSingle 参考--------------
可以通过设置窗体的属性以及编程的方法,限制和控制窗体的变化。如让窗体不能最小化、最大...
public DateTime? StatusDateTime =
null;脑子便也出现个问号,这是什么意思呢?网上搜下,总结如下:1.
可空类型修饰符(?):引用类型可以使用空引用表示一个不存在的值,而值类型通常不能表示为空。例如:string str=null; 是正确的,int
i=null...
分类:
其他好文 时间:
2014-05-01 14:46:33
阅读次数:
347
一,zabbix2.2.3 VMware Vsphere
exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} =
http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:
Web程序 时间:
2014-05-01 14:31:32
阅读次数:
664
1、环境说明: (Gentoo Linux环境) # uname -aLinux Crob
2.6.34-gentoo #1 SMP Mon May 31 15:45:25 CST 2010 x86_64 Intel(R) Core(TM)2 Duo
CPU E7500 @ 2.93GHz Genu...
分类:
其他好文 时间:
2014-04-30 16:53:08
阅读次数:
518
一之半解,以为PageSetting能解决横纵向的问题printdocument.DefaultPageSettings.Landscape =
true;//横向printdocument.DefaultPageSettings.Landscape = false;//纵向其实这只是一个进纸方向,...
分类:
其他好文 时间:
2014-04-30 16:46:30
阅读次数:
429
1,inverse属性的作用:只有集合标记(set/map/list/array/bag)才有invers属性;以set为例,set的inverse属性决定是否把对set的改动反应到数据库中去,inverse=false(反应),inverse=true(不反应);默认值是false;one-to-...
分类:
系统相关 时间:
2014-04-30 13:21:33
阅读次数:
525
//冒泡排序publicclassbubblesorter{publicvoidsort(int[]list){inti,j,temp;booldone=false;j=1;while((jlist[i+1]){done=false;temp=list[i];list[i]=list[i+1];li...
分类:
其他好文 时间:
2014-04-29 17:21:45
阅读次数:
429
$.support.leadingWhitespace如果是false, 就是ie8及以下,
如果是true, 就是新的浏览器, 包括firefox, chrome, ie9以上
分类:
其他好文 时间:
2014-04-29 17:14:47
阅读次数:
255
Validate if a given string is numeric.Some
examples:"0"=>true" 0.1 "=>true"abc"=>false"1
a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-04-29 16:45:45
阅读次数:
398