码迷,mamicode.com
首页 >  
搜索关键字:a resource exists wi    ( 13944个结果
C# 在本地创建文件夹及子文件夹
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
python模块搜索路径
1.电脑版(1).python安装目录中\Lib\site-packages\下建立*.pth文件,写入模块路径(2).添加环境变量:变量名:pythonpath;变量值:模块(文件夹)路径,若有多个,用半角分号";"隔开2.手机版在resource\site.py文件中添加代码段importsys...
分类:编程语言   时间:2014-04-28 08:43:14    阅读次数:794
【微软2014实习生及秋令营技术类职位在线测试】题目3 : Reduce inversion count
时间限制: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
13944条   上一页 1 ... 1393 1394 1395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!