1 string dict = @"d:\估价报告\"; 2 if
(!Directory.Exists(dict)) 3 { 4 Directory.CreateDirectory(dict); //创建文件夹 5 } 6
string subFolder = "su...
分类:
其他好文 时间:
2014-04-29 23:09:44
阅读次数:
444
有时候,即使高度被设置为100%,也只是页面的100%,如果某个表格突然很长,则其他的层的高度跟不上。从body的100%开始,就跟不上最长的那个div。没有想到更好的解决方法。现在的解决方法是:用jquery获取最长的层的高度.height()。再给其他的层设置这个最大高度。注:jquery的wi...
分类:
其他好文 时间:
2014-04-29 23:02:35
阅读次数:
514
1.电脑版(1).python安装目录中\Lib\site-packages\下建立*.pth文件,写入模块路径(2).添加环境变量:变量名:pythonpath;变量值:模块(文件夹)路径,若有多个,用半角分号";"隔开2.手机版在resource\site.py文件中添加代码段importsys...
分类:
编程语言 时间:
2014-04-28 08:43:14
阅读次数:
794
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
Description
Find a pair in an integer array that swapping them would maximally decrease the inversion count of the array. If such a pair exists, retur...
分类:
其他好文 时间:
2014-04-27 17:48:35
阅读次数:
508