码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
vim中lua require路径的gf跳转
.vimrc中配置如下: " path指定查找的路径,详情help path " includeexpr是尝试替换路径名中的.为/,详情help includeexpr " suffixesadd为尝试路径后缀,详情help suffixesadd set path=.,/usr/include,,..,../lualib,../work, set includeexpr=substitute(...
分类:系统相关   时间:2015-04-23 13:30:29    阅读次数:700
设计模式—适配器模式
适配器模式英文原文是:Convert the interface of a class into anther interface clients expect. Adapter lets classes work together that couldni`t otherwise because of incompatible interface. 意思是将一个类的接口变化成客户端所期待的另一种...
分类:其他好文   时间:2015-04-23 11:07:25    阅读次数:142
Mac修改文件权限:You don’t have permission to save the file
1、从互联网上或者其他途径拿过来的工程代码,往往会报下面的提示: (1)打开文件的时候出现窗口提示You don’t have permission to save the file “project.xcworkspace” in the folder “****.xcodeproj”. (2)进...
分类:系统相关   时间:2015-04-23 01:50:11    阅读次数:829
java web Junit
使用jUnit4的操作步骤及注意事项:? 1.为项目导入Junit的jar包(Build path -> Add Library ->Junit)。? 2.新建一个名为Test的Source Folder,用于存放测试类源代码。? 3.目标类与测试类应该位于同一个报下面,...
分类:编程语言   时间:2015-04-22 18:55:03    阅读次数:182
Test your application
Creating automatic test suites for your application is a good way to make it robust. It allows you to work in a very agile way.Play tests are built us...
分类:移动开发   时间:2015-04-22 13:15:53    阅读次数:245
Manage application.conf in several environments
When you work in a team, different developers will use different configuration keys in theirapplication.conf. For example, the log level, some databas...
分类:移动开发   时间:2015-04-22 13:14:09    阅读次数:122
对于ubuntu的使用和环境的初始化
将两个文件从ubuntu的桌面移到 /etc/apache2/site-available 下 Linux Guidelines 2) Install Virtualbox 3) Open Virtualbox 4) Click on Machine->Add 5) Open Ubuntu 13.04.vbox file from the VM folder that you downloa...
分类:系统相关   时间:2015-04-22 11:33:47    阅读次数:219
imread() not working in OpenCV 2.4.11 Debug mode
The OpenCV function imread() not working in OpenCV 2.4.11 Debug mode of VS2010 under Win32, the way we want to make it work is to change it to Release...
分类:其他好文   时间:2015-04-22 09:23:24    阅读次数:103
UG二次开发 遍历元件
QQ:910361522www.mcadex.comtag_t tWrkPrt = UF_ASSEM_ask_work_part();tag_t tRootOcc = UF_ASSEM_ask_root_part_occ(tWrkPrt);tag_t* tChildren;int nCmpNum =...
分类:其他好文   时间:2015-04-21 20:26:43    阅读次数:264
Android_canvas.drawTextOnPath()无效
drawTextOnPath() was not supported with hardware acceleration until Android 4.1. To work around this problem, simply set a software layer type on your View when running on Android < 4.1. Just call Vie...
分类:移动开发   时间:2015-04-21 18:09:34    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!