ICOM A2 Wifi A2+B+C 2014.4V Engineers Version is a professional and best diagnostic and programming OBD2 scanner for BMW. Recently, many fellows calle...
分类:
其他好文 时间:
2015-07-11 10:23:50
阅读次数:
79
http://start.jcolemorrison.com/setting-up-an-angularjs-and-rails-4-1-project/1. 添加gemgem 'sprockets', '2.12.3' #默认sporckets的版本有bug2. app/assets/javas....
分类:
其他好文 时间:
2015-07-11 01:06:29
阅读次数:
247
在用MFC编程时,有时会遇到如下情况:
图(1) Unhandled exception MFCO42D.DLL出现该问题的原因是:没有把工程设置为“Use MFC in a Static Library”。
解决方法:
1)点击VC6.0工具栏上的【Project】 –> Setting –> 在General选项卡:选择”Use MFC in a Shared DLL” –> OK,如...
分类:
编程语言 时间:
2015-07-09 22:43:19
阅读次数:
272
>>> from selenium.webdriver.common.action_chains import ActionChains>>> setting = driver.find_element_by_xpath("//div[@id='u1']/a[7]")>>> ActionChains...
分类:
其他好文 时间:
2015-07-09 00:36:53
阅读次数:
88
Setting up a base entity class设置一个实体类的基类在这节中,我将给你展示怎么样去为我们的实体类设置一个通用的基类。准备工作完成前面三节的任务如何去做1.在Entity.cs中,为我们的Entity类输入如下代码:publicabstractclassEntity{pub...
分类:
Web程序 时间:
2015-07-08 22:27:38
阅读次数:
163
异常信息:Unexpected Exception caught setting 'outHeight' on 'class com.srpm.core.project.seismicFortification.action.SeismicFortificationAction: Error set...
分类:
Web程序 时间:
2015-07-08 14:25:53
阅读次数:
189
博主在win7系统下使用django中遇到了该问题,查了下stackoverflow,发现一般的解决办法如下:在setting.py中的添加TEMPLATE_DIRS = ( os.path.join(BASE_DIR, 'templates/'), os.path.join(BASE...
分类:
编程语言 时间:
2015-07-07 19:22:10
阅读次数:
196
打开 preferences -> Setting-User,加入以下代码{
"font_size": 14,
"ignored_packages": [],
"auto_complete": true,
"auto_match_enabled": true
}“auto_complete”: true,
“auto_match_enabled”: true
这两...
分类:
其他好文 时间:
2015-07-07 11:06:15
阅读次数:
135
Rendering Path:渲染路径 设置:1、Player Setting,2、Camera(会覆盖PlayerSetting中的设置) 选择:根据渲染内容和目标平台来选择合适的Rendering Path,当一个GPU不能处理Deferred Lighting时,会自动切换到Forward.....
分类:
其他好文 时间:
2015-07-05 19:55:40
阅读次数:
118
1.百度浏览器路径写相对路径2.svn--setting中两个勾去掉,第二页一个勾打上。工程上右击update是更新,commit是提交。3.Deprecated: mysql_connect(): The mysql extension is deprecated and will be remo...
分类:
Web程序 时间:
2015-07-04 22:10:40
阅读次数:
159