Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-07-09 23:00:38
阅读次数:
208
#coding=utf-8import osimport hashlibdef GetFileMd5(filename): if not os.path.isfile(filename): print(filename) return mymd5 = has...
分类:
其他好文 时间:
2014-07-08 23:52:38
阅读次数:
502
1.修改物理引擎为BOX2D把Chipmunk改成BOX2D就OK反之亦然2.XCode资源文件无法更新BUG_TARGET_BUILD_CONTENTS_PATH=$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATHecho _TARGET_BUILD_CONTENTS_...
分类:
其他好文 时间:
2014-07-08 23:45:19
阅读次数:
354
我们先看下面的代码
void ui::wnd::CDesktopWnd::Exe2Shortcut( LPCWSTR strFullPath, LPCWSTR strFileName, LPCWSTR shelllink_path)
{
CString strDescName = strFileName;
if(strDescName == _T("iexplore.exe...
分类:
移动开发 时间:
2014-07-08 17:46:23
阅读次数:
331
-(NSArray *)getdataFromDatabase
{
NSString *path = [self getDBPath];
NSLog(@"path ==== %@",path);
NSLog(@"self.getDBPath == %@",[self getDBPath]);
FMDatabase *membersDB = [FMDatab...
分类:
其他好文 时间:
2014-07-08 13:07:44
阅读次数:
127
response.setContentType("text/html;charset=utf-8");response.setCharacterEncoding("utf-8");//获取绝对路径.通过ervletContext()String path= this.getServletContex...
分类:
其他好文 时间:
2014-07-08 00:42:25
阅读次数:
251
void GetApplicationVersion(char * strVersion){ TCHAR szFullPath[MAX_PATH]; DWORD dwVerInfoSize = 0; DWORD dwVerHnd; VS_FIXEDFILEINFO * ...
分类:
其他好文 时间:
2014-07-08 00:35:17
阅读次数:
278
Subclipse不能正常工作,打开后报错:
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java...
分类:
编程语言 时间:
2014-07-06 11:26:38
阅读次数:
228
本代码是在python2.*上边所写。
功能:在指定目录下查找特定文件夹下的特定文件。
实例:查找在packages目录下文件夹名为values下的strings.xml文件
#!/usr/bin/env python
import os
def walk_dir(path):
filter_file_name = 'strings.xml'
for root...
分类:
编程语言 时间:
2014-07-06 10:48:18
阅读次数:
202
直接上配置,你懂的
lai'mac:~ laijingli$ more .bash_profile
###add my scripts to the search path for convenient daily usage
export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin
##...
分类:
其他好文 时间:
2014-07-06 10:12:26
阅读次数:
185