码迷,mamicode.com
首页 >  
搜索关键字:clients settings    ( 8466个结果
snip_opencv环境配置和测试程序
opencv2.4.9环境变量配置的记录. 2014年8月10日Microsoft Windows XP [版本 5.1.2600](C) 版权所有 1985-2001 Microsoft Corp.C:\Documents and Settings\Administrator>setALLUSER...
分类:其他好文   时间:2014-08-10 23:51:41    阅读次数:385
Sublime Text 2 运行 Python 脚本中文路径解决方法
在 SublimeText 中直接运行 Python 脚本,出现以下报错提示:Running python -u C:\Documents and Settings\Administrator\桌面\furl.pyTraceback (most recent call last):File ".\s...
分类:编程语言   时间:2014-08-09 18:37:48    阅读次数:765
七日Python之路--第十一天
(一)关于模板,Template ????可以在项目根目录下的settings.py 配置文件中,声明 import?os BASE_DIR?=?os.path.dirname(os.path.dirname(__file__)) TEMPLATE_DIRS?=?os.path.join(BASE_DIR,?‘temp...
分类:编程语言   时间:2014-08-09 00:22:37    阅读次数:265
运行fabric bolt
sudo fabric-bolt --config=/etc/fabric-bolt/settings.py runserver 0.0.0.0:8000
分类:其他好文   时间:2014-08-08 23:45:26    阅读次数:279
SVN更改登录用户
如果装了TortoiseSVN: Settings -> Saved Data -> Authentication Data -> clear。即可清除保存的上个用户登录信息;当再次用到svn时,会提示输入用户名密码,输入新的用户名密码即可。或者,手动删除下面目录下的svn登录用户信息保存文件: C...
分类:其他好文   时间:2014-08-08 20:53:36    阅读次数:249
an error has occurred. see error log for more details. java.lang.nullpointerexception 问题解决
解决办法:修改项目工作空间。修改工作空间,以前打开myEclipse时知道怎么改!现在只有找配置文件了!步骤:MyEclipse 5.1.1 GA-----》Eclipse-----》configuration------》.settings----》org.eclipse.ui.ide.prefs...
分类:编程语言   时间:2014-08-08 20:44:46    阅读次数:392
django-debug-toolbar
一:安装django-debug-toolbar。二:在settings里的MIDDLEWARE_CLASSES加入'debug_toolbar.middleware.DebugToolbarMiddleware'一般是最后一行。三:在settings里的INSTALLED_APPS加入'debug...
分类:其他好文   时间:2014-08-08 01:48:25    阅读次数:271
Winbind authentication against active directory
Winbind authentication against active directoryDescriptionThis tip will describe how to configure authentication settings in CentOS to use authenticat...
分类:Windows程序   时间:2014-08-07 22:38:55    阅读次数:517
IOS应用发布NSLog的如何注释
1 选择工程的Target -> Build Settings -> Preprocessor Macros.如图,默认 Debug项,是“DEBUG=1”.2 在程序中设置全局宏定义在程序的 ApplicationName-Prefix.pch 文件中,加入如下,很简单12345#ifdef DE...
分类:移动开发   时间:2014-08-07 21:36:50    阅读次数:240
解决ICS40上设置APN无权限问题
在ICS40以前的版本中,如果程序需要设置APN,只需要在AndroidManifest文件中声明这个权限即可。在40的机器上运行则会抛出以下异常:java.lang.SecurityException: No permission to write APN settings: Neither us...
分类:其他好文   时间:2014-08-07 18:47:10    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!